Commit Graph

6638 Commits (f662f8f0b6f3fe2983478f6f95c4128d602deac1)
 

Author SHA1 Message Date
Yi Wu f662f8f0b6 Blob DB: option to enable garbage collection 7 years ago
Yi Wu 167ba599ec Blob DB: Fix flaky BlobDBTest::GCExpiredKeyWhileOverwriting test 7 years ago
Sagar Vemuri 25ac1697b4 Blob DB: Evict oldest blob file when close to blob db size limit 7 years ago
Prashant D 3c208e7616 HistogramStat: Handle divide by zero situation 7 years ago
Maysam Yabandeh 25fbd9a996 Remove the experimental notes about partitioning 7 years ago
Maysam Yabandeh 60d83df23d WritePrepared Txn: Move DB class to its own file 7 years ago
Andrew Kryczka 6778690b51 fix duplicate definition of GetEntryType() 7 years ago
Andrew Kryczka cd124215df release 5.9 7 years ago
Maysam Yabandeh 02693f64fc WritePrepared Txn: ValidateSnapshot 7 years ago
Mikhail Antonov 7fe3b32896 Added support for differential snapshots 7 years ago
Maysam Yabandeh 17731a43a6 WritePrepared Txn: Optimize for recoverable state 7 years ago
Maysam Yabandeh c1cf94c787 WritePrepared Txn: sort indexes before batch collapse 7 years ago
Yi Wu f6082d1944 Blob DB: cleanup unused options 7 years ago
Sagar Vemuri f5078dde2d Blob DB: Initialize all fields in Blob Header, Footer and Record structs 7 years ago
Shaohua Li 33c7d4ccd9 Make writable_file_max_buffer_size dynamic 7 years ago
Prashant D c1be8d86c6 Fix removed structurally dead return statement 7 years ago
Andrew Kryczka 4d43c6a6a4 db_stress snapshot compatibility with reopens 7 years ago
Andrew Kryczka b7bc9cc038 fix tracking oldest snapshot for bottom-level compaction 7 years ago
Yi Wu 792ef10ca8 Return Status::InvalidArgument if user request sync write while disabling WAL 7 years ago
Andrew Kryczka 6a9335dbbb always drop tombstones compacted to bottommost level 7 years ago
Yi Wu 84a04af9a9 TableProperty::oldest_key_time defaults to 0 7 years ago
Islam AbdelRahman 05993155ef Mark files as trash by using .trash extension 7 years ago
Yi Wu 3ebb7ba7b9 Blob DB: update blob file format 7 years ago
Dmitri Smirnov 682db81385 Enable cacheline_aligned_alloc() to allocate from jemalloc if enabled. 7 years ago
Prashant D d9240b548c Fix coverity uninitialized fields warnings in lru_cache 7 years ago
Prashant D 50e95a63dd Fix coverity issues column_family, compaction_db/iterator 7 years ago
Prashant D 47166baeac Fix coverity uninitialized fields warnings 7 years ago
Prashant D 67b29e26be Fix coverity issue for MutableDBOptions default constructor 7 years ago
Andrew Kryczka 95667383db implement lower bound for iterators 7 years ago
Yi Wu 5a2a6483dc Blob DB: Inline small values in base DB 7 years ago
Andrew Kryczka 9b18cc2363 single-file bottom-level compaction when snapshot released 7 years ago
Sagar Vemuri 96e3a600ba Return write error on reaching blob dir size limit 7 years ago
Islam AbdelRahman addfe1ef4b Fix tombstone scans in SeekForPrev outside prefix 7 years ago
zach shipko 386a57e6ef Fix build on OpenBSD 7 years ago
zawlazaw 57fcdc264a added missing subcodes and improved error message for missing enum values 7 years ago
Yi Wu 66a2c44ef4 Add DB::Properties::kEstimateOldestKeyTime 7 years ago
Dmitri Smirnov d2a65c59e1 Fix unused var warnings in Release mode 7 years ago
Maysam Yabandeh 63822eb761 Enable two write queues for transactions 7 years ago
Sagar Vemuri a02ed12638 Exclude DBTest.DynamicFIFOCompactionOptions test under RocksDB Lite 7 years ago
Maysam Yabandeh 3ef55d2c7c Split CompactionFilterWithValueChange 7 years ago
Andrew Kryczka d75793d6b4 db_stress support long-held snapshots 7 years ago
Andrew Kryczka f8b5bb2fd8 remove unused code 7 years ago
Andrew Kryczka 57fd4a823b update HISTORY with recent changes 7 years ago
raistlin ee2b1ec1e8 Fix unstable floating point exception 7 years ago
Sagar Vemuri f0804db7f7 Make FIFO compaction options dynamically configurable 7 years ago
Dmitri Smirnov ebab2e2d42 Enable MSVC W4 with a few exceptions. Fix warnings and bugs 7 years ago
Sagar Vemuri b74999458f Update RocksDB Authors File 7 years ago
Gihwan Oh 7deed2b43c Fix a typo in a comment 7 years ago
Maysam Yabandeh 7e38238981 WritePrepared Txn: Disable GC during recovery 7 years ago
Nikhil Benesch 7891af8b53 expose a hook to skip tables during iteration 7 years ago