Commit Graph

190 Commits (0cecf8155b8a307862995c77e7f55163faca8b86)

Author SHA1 Message Date
Aaron G 7848f0b24c add VerifyChecksum() to db.h 8 years ago
Maysam Yabandeh a9a4e89c38 Fix valgrind complaint about initialization 8 years ago
Maysam Yabandeh c9804e007a Refactor TransactionDBImpl 8 years ago
Siying Dong 21696ba502 Replace dynamic_cast<> 8 years ago
Sagar Vemuri aace46516b Fix license headers in Cassandra related files 8 years ago
Islam AbdelRahman 50a969131f CacheActivityLogger, component to log cache activity into a file 8 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 8 years ago
Victor Gao 1d7048c598 comment out unused parameters 8 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
Siying Dong e517bfa2c2 CLANG Tidy 8 years ago
Maysam Yabandeh 499ebb3ab5 Optimize for serial commits in 2PC 8 years ago
Sagar Vemuri 89ad9f3adb Allow ignoring unknown options when loading options from a file 8 years ago
hyunwoo 0ebdd70579 fixed typo 8 years ago
Andrew Kryczka 3fa9a39c68 Add GetAllKeyVersions API 8 years ago
Yi Wu 2cd00773c7 Add bulk create/drop column family API 8 years ago
siddontang b551104e04 support PopSavePoint for WriteBatch 8 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 8 years ago
Andrew Kryczka e5e545a021 Reunite checkpoint and backup core logic 8 years ago
Siying Dong 7534ba7bde StackableDB should pass ResetStats() 8 years ago
Siying Dong 97005dbd5d tools/check_format_compatible.sh to cover option file loading too 8 years ago
Andrew Kryczka df74b775e6 Limit backups opened 8 years ago
Manuel Ung 1f8b119ed6 Limit maximum memory used in the WriteBatch representation 8 years ago
Siying Dong 9ef3627fd3 Allow checkpointing without flushing 8 years ago
Siying Dong 17866ecc3a Allow Users to change customized ldb tools' header in help printing 8 years ago
Maysam Yabandeh 11526252cc Pinnableslice (2nd attempt) 8 years ago
Andrew Kryczka 0ad5af42d0 Clarify VerifyBackup behavior 8 years ago
Giuseppe Ottaviano 4d7c06cedf Make WriteBatchWithIndex moveble 8 years ago
Vitaliy Liptchinsky 1aaa898cf1 Adding GetApproximateMemTableStats method 8 years ago
Andrew Kryczka 17c1180603 Generalize Env registration framework 8 years ago
Vitaliy Liptchinsky e840213d6e Change DB::GetApproximateSizes for more flexibility needed for MyRocks 8 years ago
Maysam Yabandeh d0ba8ec8f9 Revert "PinnableSlice" 8 years ago
Maysam Yabandeh 54d94e9c2c PinnableSlice 8 years ago
Sage Weil 4e07b08eff include/rocksdb/utilities/env_librados: fix typo 8 years ago
Aaron Gao 972f96b3fb direct io write support 8 years ago
Manuel Ung 2005c88a75 Implement non-exclusive locks 8 years ago
Igor Canadi 3f407b065c Kill flashcache code in RocksDB 8 years ago
Islam AbdelRahman f39452e81f Fix heap use after free ASAN/Valgrind 8 years ago
Yueh-Hsuan Chiang 647eafdc21 Introduce Lua Extension: RocksLuaCompactionFilter 8 years ago
Maysam Yabandeh 361010d447 Exporting compaction stats in the form of a map 8 years ago
Reid Horuff 4dfaa6610a Make IsDeadlockDetect() virtual member of Transaction 8 years ago
Islam AbdelRahman 869ae5d786 Support IngestExternalFile (remove AddFile restrictions) 8 years ago
Manuel Ung 4edd39fda2 Implement deadlock detection 8 years ago
Yi Wu e29d3b67c2 Make max_background_compactions and base_background_compactions dynamic changeable 9 years ago
Reid Horuff 02b3e3985c Make txn->GetState() const 9 years ago
Reid Horuff 37737c3a6b Expose Transaction State Publicly 9 years ago
Sage Weil 4985f60fc8 env_mirror: fix a few leaks (#1363) 9 years ago
Manuel Ung be1f1092c9 Expose transaction id, lock state information and transaction wait information 9 years ago
Aaron Gao f517d9dd09 Add SeekForPrev() to Iterator 9 years ago
Yi Wu 9ed928e7a9 Split DBOptions into ImmutableDBOptions and MutableDBOptions 9 years ago
Yi Wu 17f76fc564 DB::GetOptions() reflect dynamic changed options 9 years ago