Commit Graph

317 Commits (2e64f450dc73104f3ba56651e82abf35ef59f74e)

Author SHA1 Message Date
Siying Dong 52a7f38b19 WriteOptions.low_pri which can throttle low pri writes if needed 7 years ago
Aaron Gao 7f6c02dda1 using ThreadLocalPtr to hide ROCKSDB_SUPPORT_THREAD_LOCAL from public… 7 years ago
Siying Dong 95b0e89b5d Improve write buffer manager (and allow the size to be tracked in block cache) 7 years ago
Andrew Kryczka bb01c1880c Introduce max_background_jobs mutable option 7 years ago
Siying Dong 41cbb72749 options.delayed_write_rate use the rate of rate_limiter by default. 7 years ago
Andrew Kryczka 6cc9aef162 New API for background work in single thread pool 7 years ago
Andrew Kryczka ac39d6bec5 Core-local statistics 7 years ago
Yi Wu 07bdcb91fe New WriteImpl to pipeline WAL/memtable write 7 years ago
yizhu.sun f5ba131bf8 Fixed some spelling mistakes 7 years ago
Aaron Gao 362ba9b02e Release RocksDB 5.5.0 7 years ago
Andrew Kryczka 3fa9a39c68 Add GetAllKeyVersions API 7 years ago
Yi Wu 2cd00773c7 Add bulk create/drop column family API 7 years ago
Siying Dong 264d3f540c Allow IntraL0 compaction in FIFO Compaction 7 years ago
Leonidas Galanis a45e98a5b5 max_open_files dynamic set, follow up 7 years ago
Leonidas Galanis e7ae4a3a02 Max open files mutable 7 years ago
siddontang b551104e04 support PopSavePoint for WriteBatch 7 years ago
Dmitri Smirnov cdad04b051 Remove double buffering on RandomRead on Windows. 8 years ago
Andrew Kryczka efc361ef7d Add user stats Reset API 8 years ago
Siying Dong 97005dbd5d tools/check_format_compatible.sh to cover option file loading too 8 years ago
Siying Dong c49d704656 Add DB:ResetStats() 8 years ago
Yi Wu 0fcdccc33e Blob storage helper methods 8 years ago
Aaron Gao 44fa8ece9b change use_direct_writes to use_direct_io_for_flush_and_compaction 8 years ago
Sagar Vemuri 415be221cb RocksDB Release 5.4 : Update HISTORY.md and build version. 8 years ago
Aaron Gao 02799ad77a Revert "delete fallocate with punch_hole" 8 years ago
Maysam Yabandeh e2a7b202c3 Release note for partition filters 8 years ago
Andrew Kryczka d659faad54 Level-based L0->L0 compaction 8 years ago
Maysam Yabandeh a1c469d719 Add release notes for PinnableSlice 8 years ago
Sagar Vemuri c6d04f2ecf Option to fail a request as incomplete when skipping too many internal keys 8 years ago
Aaron Gao 0fd574926c delete fallocate with punch_hole 8 years ago
Siying Dong 909028e214 HISTORY.md for log_size_for_flush in CreateCheckpoint() 8 years ago
Raza Hussain 6908e24b56 dynamic setting of stats_dump_period_sec through SetDBOption() 8 years ago
Aaron Gao e5bd8def1e update history.md for fixing the bug that skips keys 8 years ago
Andrew Kryczka fe1835617a release 5.3 8 years ago
Aaron Gao f7997f1341 add direct I/O to version notes 5.2.0 8 years ago
Siying Dong 8efb5ffa2a [rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_in_comp… 8 years ago
Islam AbdelRahman 1560b2f5f0 Temporarly return deprecated functions to fix MongoRocks build 8 years ago
Yi Wu 381fd32247 Remove timeout_hint_us from WriteOptions 8 years ago
Islam AbdelRahman 7ab0051835 Remove deprecated DB::AddFile and DB::CompactRange 8 years ago
Sagar Vemuri eb912a927e Remove disableDataSync option 8 years ago
Siying Dong 9afa20cf2f Increase build version and HISTORY.md for releasing 5.2 8 years ago
Maysam Yabandeh ac2a77a746 Announce the experimetnal two-level index feature in HISTORY.md 8 years ago
Vitaliy Liptchinsky 1aaa898cf1 Adding GetApproximateMemTableStats method 8 years ago
Siying Dong 4a3e7d320c Change the default of delayed slowdown value to 16MB/s 8 years ago
Siying Dong 2d75cd40d3 NewLRUCache() to pick number of shard bits based on capacity if not given 8 years ago
Vitaliy Liptchinsky e840213d6e Change DB::GetApproximateSizes for more flexibility needed for MyRocks 8 years ago
Siying Dong 17a4b75cc3 Always fsync the file after file copying 8 years ago
Siying Dong 906523d98a Add description to the 2PC checkpooint bug in HISTORY.md 8 years ago
Andrew Kryczka 243975d5da More accurate error status for BackupEngine::Open 8 years ago
Islam AbdelRahman ed8fbdb560 Add EventListener::OnExternalFileIngested() event 8 years ago
Yi Wu 0b0f235724 Mention IngestExternalFile changes in HISTORY.md 8 years ago