Commit Graph

166 Commits (5fa927aa97424f1e5752401141037fbb5d7ab79e)

Author SHA1 Message Date
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 8 years ago
Reid Horuff 02b3e3985c Make txn->GetState() const 8 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
Aaron Gao 4590b53a4b add stats to Cache::LookUp() 9 years ago
Aaron Gao 4ad928e170 add comment to SimCache to estimate actual capacity 9 years ago
Andrew Kryczka 3771e37970 WriteBatch support for range deletion 9 years ago
Aaron Gao e408e98c8c add Name() to Cache 9 years ago
Aaron Gao 76a67cf741 support stackableDB as the baseDB of transactionDB 9 years ago
Aaron Gao 2914de64e8 add sim_cache stats to Statistics 9 years ago
Zongzhi Chen 98d0b78eac Added check_snapshot option in the DB's AddFile function (#1261) 9 years ago
omegaga 44f5cc57a5 Add time series database (resubmitted) 9 years ago
sdong 7c4615cf1f A utility function to help users migrate DB after options change 9 years ago
ryneli 663afef884 Add EnvLibrados - RocksDB Env of RADOS (#1222) 9 years ago
Yi Wu 4b95253587 Refactor cache.cc 9 years ago
Aaron Gao dda6c72ac8 Add DestroyColumnFamilyHandle(ColumnFamilyHandle**) to db.h 9 years ago
Aaron Gao 8e6b38d895 update DB::AddFile to ingest list of sst files 9 years ago
Reid Horuff 892e9d3047 make transaction WriteOptions modifiable 9 years ago
sdong 0babce57f7 Move away from enum char value -1 9 years ago
Uddipta Maity 1147e5b05a Adding support for sharing throttler between multiple backup and restores 9 years ago
Andrew Kryczka af0c9ac01d Env registry for URI-based Env selection [pluggable Env part 1] 9 years ago
sdong c40c4cae14 LDBCommand::SelectCommand to use a struct as the parameter 9 years ago
sdong 0e20000171 LDBCommand::InitFromCmdLineArgs() to move from template to function wrapper 9 years ago
Aaron Gao 5d660258e7 add simulator Cache as class SimCache/SimLRUCache(with test) 9 years ago
Arun Sharma 5c06e0814c [ldb] Templatize the Selector 9 years ago
Arun Sharma 49815e3841 [ldb] Export LDBCommandRunner 9 years ago
Andrew Kryczka 5c1c904877 ldb option for compression dictionary size 9 years ago
Reid Horuff 8a66c85e90 [rocksdb] Two Phase Transaction 9 years ago