Commit Graph

721 Commits (cf342464caf8155ab60f7a48e39a8d6ae3138a7a)

Author SHA1 Message Date
Peter Dillinger bae6f58696 Basic MultiGet support for partitioned filters (#6757) 4 years ago
Peter Dillinger a7f0b27b39 HISTORY.md update for bzip upgrade (#6767) 4 years ago
Peter Dillinger 4574d7513d Update HISTORY.md for block cache redundant adds (#6764) 4 years ago
Yanqin Jin d4398e08fc Fix timestamp support for MultiGet (#6748) 4 years ago
Levi Tamasi bea91d5d61 Destroy any ColumnFamilyHandles in BlobDB::Open upon error (#6763) 4 years ago
Akanksha Mahajan 75b13ea94a Allow sst_dump to check size of different compression levels and report time (#6634) 4 years ago
Cheng Chang 40497a875a Reduce memory copies when fetching and uncompressing blocks from SST files (#6689) 4 years ago
Yanqin Jin e04f3bce4f Update CURRENT file after best-efforts recovery (#6746) 4 years ago
mrambacher 4cbc19d2a1 Add a ConfigOptions for use in comparing objects and converting to/from strings (#6389) 4 years ago
Akanksha Mahajan 03a1d95db0 Set max_background_flushes dynamically (#6701) 4 years ago
Yanqin Jin 243852ec15 Add IsDirectory() to Env and FS (#6711) 4 years ago
Mike Kolupaev e45673dece Properly report IO errors when IndexType::kBinarySearchWithFirstKey is used (#6621) 4 years ago
Zhichao Cao 38dfa406ff Add NewFileChecksumGenCrc32cFactory to file checksum (#6688) 4 years ago
Andrew Kryczka 9eca6d651d fix comparison count for format_version=3 indexes (#6650) 4 years ago
sdong 1be3be5522 Auto-Format two recent diffs and add HISTORY.md (#6685) 4 years ago
Cheng Chang 6e6f807917 Add two more optimization improvements to HISTORY (#6679) 4 years ago
Yi Wu eb287c72d7 Fix wrong key being read on ingested file with global seqno and delta encoding (#6669) 4 years ago
sdong 94f90ac6bc compression related options are not copied back from MutableCFOptions… (#6668) 4 years ago
Zhichao Cao 278911a2d9 Remove redundant in HISTORY (#6627) 4 years ago
Ziyue Yang 03a781a90c Add pipelined & parallel compression optimization (#6262) 4 years ago
sdong 57096ab13e Fix a bug that crashes the service when write buffer manager fails to insert to block cache (#6619) 4 years ago
Levi Tamasi e6f86cfb36 Revert the recent cache deleter change (#6620) 4 years ago
sdong 80979f81c7 Make options.bottommost_compression, compression_opts and bottommost_compression_opts dynamically changeable. (#6615) 4 years ago
Yanqin Jin 18cf0de640 Use flush time for the props.creation_time for FIFO compaction (#6612) 4 years ago
Zhichao Cao eaf95c7d1a Update release version to 6.9.0 (#6610) 4 years ago
Zhichao Cao e8d332d97e Use FileChecksumGenFactory for SST file checksum (#6600) 4 years ago
Cheng Chang ee50b8d499 Be able to decrease background thread's CPU priority when creating database backup (#6602) 4 years ago
Levi Tamasi 3a35542f86 Call out the cache deleter related interface change in HISTORY.md (#6606) 4 years ago
Peter Dillinger 93b80ca7ba Update default BBTO::format_version from 2 to 4 (#6582) 4 years ago
sdong 921cdd37e2 Fix bug that number of table loading threads is set as a boolean (#6576) 4 years ago
Yanqin Jin fb09ef05dc Attempt to recover from db with missing table files (#6334) 4 years ago
sdong 331e6199df Include more information in file lock failure (#6507) 4 years ago
Yanqin Jin d93812c9ae Iterator with timestamp (#6255) 4 years ago
Otto Kekäläinen f6c2777d95 Fix spelling: commited -> committed (#6481) 4 years ago
Cheng Chang afb97094ae Skip high levels with no key falling in the range in CompactRange (#6482) 4 years ago
sdong 17bef7d3a8 Fix data race of GetCreationTimeOfOldestFile() (#6473) 4 years ago
Andrew Kryczka 69679e7375 Fix range deletion tombstone ingestion with global seqno (#6429) 4 years ago
Cheng Chang b47a714051 Update release version to 6.8 (#6450) 4 years ago
sdong d75ce0a8ae Mention rocksdb_namespace.h in HISTORY.md (#6439) 4 years ago
Yanqin Jin 362b8d4393 Fix MANIFEST name assignment (#6426) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
Andrew Kryczka 0f9dcb88b2 Return NotSupported from WriteBatchWithIndex::DeleteRange (#5393) 4 years ago
sdong 6e97d4de00 By default turn IO Uring off. (#6405) 4 years ago
Burton Li e64508917b db_bench supports for generating random variable sized value. (#6386) 4 years ago
anand76 3e49249d30 Ensure all MultiGet IO errors are propagated to user (#6403) 4 years ago
Tomas Kolda e412a426d6 JNI direct buffer support for basic operations (#2283) 4 years ago
anand76 35ed530d2c Revert "Check KeyContext status in MultiGet (#6387)" (#6401) 4 years ago
Zhichao Cao 4369f2c7bb Checksum for each SST file and stores in MANIFEST (#6216) 4 years ago
anand76 d70011bccc Check KeyContext status in MultiGet (#6387) 4 years ago
sdong 876c2dbff4 Allow readahead when reading option files. (#6372) 4 years ago