Commit Graph

348 Commits (6534c6dea4e385e38f48fc561e717352d8a2d65d)

Author SHA1 Message Date
Aaron Gao a43c053ad8 remove duplicated utilities/merge_operators/cassandra/test_utils.cc in src.mk 7 years ago
Yi Wu 982cec22af Fix TARGETS file tests list 7 years ago
Ewout Prangsma 51778612c9 Encryption at rest support 7 years ago
Chen Shen cbd825deea Create a MergeOperator for Cassandra Row Value 7 years ago
Siying Dong 95b0e89b5d Improve write buffer manager (and allow the size to be tracked in block cache) 7 years ago
Maysam Yabandeh 5a9b4d7435 Retire memenv https://github.com/facebook/rocksdb/pull/2082 7 years ago
Tamir Duberstein 0dc3040d54 db: avoid `#include`ing malloc and jemalloc simultaneously 7 years ago
Yi Wu ad19eb8686 Fixing blob db sequence number handling 7 years ago
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