Commit Graph

140 Commits (51ac91f5869a0554b6d255d063d0601ffec7add4)

Author SHA1 Message Date
Yi Wu 345878a7fb update blob_db_test 7 years ago
Yi Wu 578fb0b1dc Simple blob file dumper 7 years ago
Adam Retter 88c818e437 Replace deprecated RocksDB#addFile with RocksDB#ingestExternalFile 7 years ago
Yi Wu 86d5492530 Fix build error with blob DB. 7 years ago
Andrew Kryczka 3fa9a39c68 Add GetAllKeyVersions API 7 years ago
Anirban Rahut d85ff4953c Blob storage pr 7 years ago
Andrew Kryczka f6a27d0bce Extract statistics tests into separate file 7 years ago
Andrew Kryczka e5e545a021 Reunite checkpoint and backup core logic 7 years ago
Siying Dong ff97287016 Refactor compaction picker code 7 years ago
Sagar Vemuri 343b59d6ee Move various string utility functions into string_util 7 years ago
Yi Wu df6f5a3772 Move memtable related files into memtable directory 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago
Siying Dong ce64b8b719 Divide db/db_impl.cc 7 years ago
Andrew Kryczka e2c6c06366 add TimedEnv 7 years ago
Siying Dong 6ef8c620d3 Move auto_roll_logger and filename out of db/ 7 years ago
Adam Retter 0ee7f04039 Added missing options to RocksJava 7 years ago
Maysam Yabandeh a2f7a514d1 Refactoring 7 years ago
Siying Dong ba4c77bd6b Divide external_sst_file_test 7 years ago
Siying Dong 8ad0fcdf99 Separate small subset tests in DBTest 7 years ago
Siying Dong 1ba2804b7f Remove XFunc tests 7 years ago
Islam AbdelRahman 574b543f80 Rename merger.h -> merging_iterator.h 8 years ago
Andrew Kryczka 17c1180603 Generalize Env registration framework 8 years ago
Yi Wu c270735861 Iterator should be in corrupted status if merge operator return false 8 years ago
Igor Canadi 3f407b065c Kill flashcache code in RocksDB 8 years ago
Andrew Kryczka e333528991 DeleteRange write path end-to-end tests 8 years ago
Islam AbdelRahman 86eb2b9ad9 Fix src.mk 8 years ago
Islam AbdelRahman 869ae5d786 Support IngestExternalFile (remove AddFile restrictions) 8 years ago
Andrew Kryczka 6fbe96baf8 Compaction Support for Range Deletion 8 years ago
Injun Song 7260662b39 Add Java API for SstFileWriter 8 years ago
Yi Wu 9ed928e7a9 Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
Islam AbdelRahman 52ee07b021 Move AddFile() tests to external_sst_file_test.cc 8 years ago
Injun Song ce1be2ce37 Fix build error on Windows (AppVeyor) (#1315) 8 years ago
Yi Wu a88677d2cf Remove ImmutableCFOptions from public API 8 years ago
Islam AbdelRahman e9b2af87f8 Expose ThreadPool under include/rocksdb/threadpool.h 8 years ago
Adam Retter ffdf6eee19 Add Status to RocksDBException so that meaningful function result Status from the C++ API isn't lost (#1273) 8 years ago
Yi Wu 4cc37f59e5 Introduce ClockCache 8 years ago
sdong 8b79422b52 [Proof-Of-Concept] RocksDB Blob Storage with a blob log file. 8 years ago
omegaga 44f5cc57a5 Add time series database (resubmitted) 8 years ago
sdong 7c4615cf1f A utility function to help users migrate DB after options change 8 years ago
omegaga d51dc96a79 Experiments on column-aware encodings 8 years ago
krad c116b47804 Persistent Read Cache (part 6) Block Cache Tier Implementation 8 years ago
Islam AbdelRahman f8061a237e Fix Statistics TickersNameMap miss match with Tickers enum 8 years ago
Yi Wu 32604e6601 Fix flush not being commit while writing manifest 8 years ago
krad d9cfaa2b16 Persistent Read Cache (6) Persistent cache tier implentation - File layout 8 years ago
Yi Wu 4b95253587 Refactor cache.cc 8 years ago
Yi Wu 6ea41f8527 Fix deadlock when trying update options when write stalls 8 years ago
omegaga e6f68faf99 Update Makefile to fix dependency 8 years ago
Islam AbdelRahman fa813f7478 Update DB::AddFile() to ingest the file to the lowest possible level 8 years ago
sdong 6faddd7c55 Merge db/slice.cc into util/slice.cc 8 years ago
sdong b2973eaaeb Remove options builder 8 years ago