Commit Graph

6662 Commits (07c2738ffa6bdb21caba5c5f7aa4cfe131d25ba7)
 

Author SHA1 Message Date
Andrew Kryczka 07c2738ffa prefer enabling cpu features via -march/-mcpu 7 years ago
Dmitri Smirnov f8e2db0717 Fix crashes, address test issues and adjust windows test script 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
Yi Wu 5e9e5a4702 Blob DB: Fix race condition between flush and write 7 years ago
Yi Wu ca75f0a64a Blob DB: Fix release build 7 years ago
Yi Wu 4f9f124347 Blob DB: use compression in file header instead of global options 7 years ago
Andrew Kryczka 114896c4e0 db_bench compression options 7 years ago
Andrew Kryczka 65c95d9c59 support db_bench compact benchmark on bottommost files 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
Sagar Vemuri a6d8e30c05 Remove unnecessary status check in TableCache::NewIterator 7 years ago
Prashant D 4c8f336401 util: Fix coverity issues 7 years ago
Andrew Kryczka cfb120f737 fix CopyFile status checks 7 years ago
Yi Wu d956169563 Fix clang build error 7 years ago
Yi Wu 2581c0a5a1 Blob DB: Fix BlobDBTest::SnapshotAndGarbageCollection asan failure 7 years ago
Andrew Kryczka 24ad430600 pass key/value samples through zstd compression dictionary generator 7 years ago
Andrew Kryczka c4c1f961e7 dynamically change current memtable size 7 years ago
Zhongyi Xie 30e4e01e05 add missing else 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
Sagar Vemuri 76c3fbd651 Add Memtable Read Tier to RocksJava 7 years ago
Yi Wu 7bfa88037e Blob DB: fix snapshot handling 7 years ago
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