Commit Graph

6724 Commits (34aa245dd8e8bc70187ae7d32f89cb53d31747cd)
 

Author SHA1 Message Date
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
Yi Wu eaaef91178 Blob DB: Store blob index as kTypeBlobIndex in base db 7 years ago
Yi Wu 0552029b5c Blob DB: not writing sequence number as blob record footer 7 years ago
zhangjinpeng1987 966b32b57c fix delete range bug 7 years ago
Nikhil Benesch c0208dffbe arena: derive alignment unit from std::max_align_t 7 years ago
Changli Gao b8cea7cc27 VersionBuilder: Erase with iterators for better performance 7 years ago
codeeply f7843f30a8 Move ~Comparator define to comparator.h 7 years ago
Yi Wu 8e63cad078 fix lite build 7 years ago
Andrew Kryczka 731895214b db_bench randomtransaction print throughput 7 years ago
Yi Wu 60c09f5fbb print more table_options to info log 7 years ago
Yi Wu 10ba50e9eb Blob DB: Move BlobFile definition to a separate file 7 years ago
Yi Wu 31d3e41810 PinnableSlice move assignment 7 years ago
Sagar Vemuri cc67b22d6e Add OptionsUtil class to java/CMakeLists.txt 7 years ago
Adam Retter 560e984995 Added CompactionFilterFactory support to RocksJava 7 years ago
Andrew Kryczka 8dd0a7e11a add comment in SuperVersion referencing logic 7 years ago