Commit Graph

1727 Commits (7259e28d915af72dd0cd6d055ab966644d83dd68)

Author SHA1 Message Date
Andrew Kryczka 5a7e08468a fix ThreadStatus for bottom-pri compaction threads 7 years ago
Siying Dong 0d5692e02b Switch version to 5.10 7 years ago
Andrew Kryczka 78d1a5ec72 Preserve overlapping file endpoint invariant 7 years ago
kapitan-k 75d57a5d53 C API: Add some block based table options 7 years ago
Yi Wu 78279350aa Blob DB: Add statistics 7 years ago
Jeffrey Dallatezza 022c598abb Fix minor typo in comment 7 years ago
Phani Shekhar Mantripragada 4b65cfc723 Support for block_cache num_shards and other config via option string. 7 years ago
Griffin Smith 2f09524762 Expose all remaining read and write options via the C API 7 years ago
anand1976 d394a6bb48 Add a ticker stat for number of keys skipped during iteration 7 years ago
Gustav Davidsson 2d04ed65e4 Make trash-to-DB size ratio limit configurable 7 years ago
Maysam Yabandeh 53863b76f9 WritePrepared Txn: fix bug with Rollback seq 7 years ago
Yi Wu 42564ada53 Blob DB: not using PinnableSlice move assignment 7 years ago
Maysam Yabandeh 2515266725 WritePrepared Txn: Refactoring TrackKeys 7 years ago
Maysam Yabandeh 2edc92bc28 WritePrepared Txn: cross-compatibility test 7 years ago
Maysam Yabandeh 857adf388f WritePrepared Txn: Refactor conf params 7 years ago
Shaohua Li eefd75a228 Stream 7 years ago
kapitan-k f1c5eaba56 updated c ingestexternalfileoptions for ingest behind 7 years ago
Andrew Kryczka 93f69cb93a use bottommost compression when base level is bottommost 7 years ago
Manuel Ung e03377c7fd Add lock wait time as a perf context counter 7 years ago
Yi Wu be410dede8 Fix PinnableSlice move assignment 7 years ago
Andrew Kryczka 24ad430600 pass key/value samples through zstd compression dictionary generator 7 years ago
Prashant D 602fe9454c Fix coverity issues in include/rocksdb 7 years ago
Yi Wu 62578d80c1 Blob DB: Add compaction filter to remove expired blob index entries 7 years ago
Maysam Yabandeh 25fbd9a996 Remove the experimental notes about partitioning 7 years ago
Andrew Kryczka cd124215df release 5.9 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
Shaohua Li 33c7d4ccd9 Make writable_file_max_buffer_size dynamic 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
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
Yi Wu 66a2c44ef4 Add DB::Properties::kEstimateOldestKeyTime 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
Nikhil Benesch 7891af8b53 expose a hook to skip tables during iteration 7 years ago
codeeply f7843f30a8 Move ~Comparator define to comparator.h 7 years ago
Yi Wu 31d3e41810 PinnableSlice move assignment 7 years ago
Sagar Vemuri 5a38e18627 Make some WriteOptions defaults more explicit 7 years ago
Adrien Schildknecht 01542400a8 Inform caller when rocksdb is stalling writes 7 years ago
Maysam Yabandeh 4e3c3d8c6a WritePrepared Txn: duplicate keys 7 years ago
Andrew Kryczka 1026e794a3 rate limit auto-tuning 7 years ago
Yi Wu d1cab2b64e Add ValueType::kTypeBlobIndex 7 years ago
Maysam Yabandeh 385049baf2 WritePrepared Txn: Recovery 7 years ago
Sagar Vemuri 93c2b91740 Introduce conditional merge-operator invocation in point lookups 7 years ago
Quinn Jarrell 6a541afcc4 Make bytes_per_sync and wal_bytes_per_sync mutable 7 years ago
Yi Wu ec48e5c77f Add TransactionDB::SingleDelete() 7 years ago
Andrew Kryczka 4708a6875c Repair DBs with trailing slash in name 7 years ago
Maysam Yabandeh 60beefd6e0 WritePrepared Txn: Advance seq one per batch 7 years ago