Commit Graph

180 Commits (9c7da963bc8b3df8f3ed3865f00dd7c483267ac0)

Author SHA1 Message Date
Anand Ananthabhotla 406b95197c Fix clang build failure with -Wgnu-redeclared-enum 7 years ago
Yi Wu ad511684b2 Add block cache related DB properties 7 years ago
Phani Shekhar Mantripragada 446b32cfc3 Support for Column family specific paths. 7 years ago
Niv Dayan da82aab126 allowing CompactFiles to return new file names 7 years ago
Bruce Mitchener a3a3f5497c Fix some typos in comments and docs. 7 years ago
Sagar Vemuri e69f6e8629 Fix API name in a comment in db.h 7 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 7 years ago
Yi Wu bf937cf15b Add "rocksdb.live-sst-files-size" DB property 7 years ago
Andrew Kryczka 3ae0047278 skip CompactRange flush based on memtable contents 7 years ago
Siying Dong c287c098a4 Update comments in DB::Close() 7 years ago
Anand Ananthabhotla dfbe52e099 Fix the Logger::Close() and DBImpl::Close() design pattern 7 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 7 years ago
David Lai f4a030ce81 - comment out unused parameters 7 years ago
Anand Ananthabhotla 4b124fb9d3 Handle error return from WriteBuffer() 7 years ago
Huachao Huang ab43ff58b5 Delete files in multiple ranges at once 7 years ago
Nathan VanBenschoten ec0167eecb Fix WriteBatch rep_ format for RangeDeletion records 7 years ago
Anand Ananthabhotla d0f1b49ab6 Add a Close() method to DB to return status when closing a db 7 years ago
Maysam Yabandeh 53863b76f9 WritePrepared Txn: fix bug with Rollback seq 7 years ago
Mikhail Antonov 7fe3b32896 Added support for differential snapshots 7 years ago
Yi Wu 66a2c44ef4 Add DB::Properties::kEstimateOldestKeyTime 7 years ago
Artem Danilov 8a6708f5f2 Extend property map with compaction stats 8 years ago
Aaron G 7848f0b24c add VerifyChecksum() to db.h 8 years ago
Siying Dong 21696ba502 Replace dynamic_cast<> 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
Maysam Yabandeh 499ebb3ab5 Optimize for serial commits in 2PC 8 years ago
yizhu.sun f5ba131bf8 Fixed some spelling mistakes 8 years ago
Mikhail Antonov ba685a472a Support ingest_behind for IngestExternalFile 8 years ago
Yi Wu 2cd00773c7 Add bulk create/drop column family API 8 years ago
Siying Dong c49d704656 Add DB:ResetStats() 8 years ago
Siying Dong 8f47a97512 File level histogram should be printed per CF, not per DB 8 years ago
Andrew Kryczka 4e0065015d make all DB::Get overloads virtual 8 years ago
Siying Dong 67d7623794 Expose the stalling information through DB::GetProperty() 8 years ago
Maysam Yabandeh 21d8c31796 remove LIKELY from public headers 8 years ago
Maysam Yabandeh 11526252cc Pinnableslice (2nd attempt) 8 years ago
Islam AbdelRahman 1560b2f5f0 Temporarly return deprecated functions to fix MongoRocks build 8 years ago
Islam AbdelRahman 7ab0051835 Remove deprecated DB::AddFile and DB::CompactRange 8 years ago
Vitaliy Liptchinsky 1aaa898cf1 Adding GetApproximateMemTableStats method 8 years ago
oranagra b96372dead improving the C wrapper 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
Siying Dong 438f22bc56 Fix bug of Checkpoint loses recent transactions with 2PC 8 years ago
Andrew Kryczka 489d142808 DeleteRange interface 8 years ago
Maysam Yabandeh 361010d447 Exporting compaction stats in the form of a map 8 years ago
Islam AbdelRahman 869ae5d786 Support IngestExternalFile (remove AddFile restrictions) 8 years ago
Yi Wu e29d3b67c2 Make max_background_compactions and base_background_compactions dynamic changeable 8 years ago
Yi Wu 9ed928e7a9 Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
Yi Wu 17f76fc564 DB::GetOptions() reflect dynamic changed options 8 years ago