summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Expand)Author
2024-09-25More info in CompactionServiceJobInfo and CompactionJobStats (#13029)Jay Huh
2024-09-20Steps toward deprecating implicit prefix seek, related fixes (#13026)Peter Dillinger
2024-09-20Load latest options from OPTIONS file in Remote host (#13025)Jay Huh
2024-09-19Compact one file at a time for FIFO temperature change compactions (#13018)Changyu Bi
2024-09-19Change the semantics of blob_garbage_collection_force_threshold to provide be...Levi Tamasi
2024-09-19Steps toward making IDENTITY file obsolete (#13019)Peter Dillinger
2024-09-18Fix and generalize framework for filtering range queries, etc. (#13005)Peter Dillinger
2024-09-18Fix orphaned files in SstFileManager (#13015)Nick Brekhus
2024-09-17Fix a bug with auto recovery on WAL write error (#12995)Changyu Bi
2024-09-14Deshim coro in fbcode/internal_repo_rocksdbNicholas Ormrod
2024-09-13Fix a couple of missing cases of retry on corruption (#13007)anand76
2024-09-12Fix a bug in ReFitLevel() where `FileMetaData::being_compacted` is not cleare...Changyu Bi
2024-09-10Add an internal API MemTableList::GetEditForDroppingCurrentVersion (#13001)Yu Zhang
2024-09-06Make compaction always use the input version with extra ref protection (#12992)Yu Zhang
2024-09-06Add documentation for background job's state transition (#12994)Yu Zhang
2024-09-03Add a new file ingestion option `link_files` (#12980)Changyu Bi
2024-08-26Fix flaky test DBTest2.VariousFileTemperatures (#12974)Peter Dillinger
2024-08-26Support ingesting db generated files using hard link (#12959)Changyu Bi
2024-08-23Options for file temperature for more files (#12957)Peter Dillinger
2024-08-23Fix MultiGet with timestamps (#12943)eniac1024
2024-08-21Record largest seqno in table properties and verify in file ingestion (#12951)Changyu Bi
2024-08-21Add some documentation for version edit handlers (#12948)Yu Zhang
2024-08-20Fix UDT in memtable only assertions (#12946)Yu Zhang
2024-08-19Add an option to verify memtable key order during reads (#12889)Changyu Bi
2024-08-19Add Remote Compaction Installation Callback Function (#12940)Jay Huh
2024-08-16Best efforts recovery recover seqno prefix (#12938)Yu Zhang
2024-08-16Option to decouple index and filter partitions (#12939)Peter Dillinger
2024-08-14Optimize, simplify filter block building (fix regression) (#12931)Peter Dillinger
2024-08-12Move file tracking in VersionEditHandlerPointInTime to VersionBuilder (#12928)Yu Zhang
2024-08-12Add ticker stats for read corruption retries (#12923)anand76
2024-08-09fix compaction_picker_test asan heap use after free (#12908)SGZW
2024-08-09fix compaction speedup for marked files ut (#12912)SGZW
2024-08-08Fix MultiGet dropping memtable kv checksum corruption (#12842)Changyu Bi
2024-08-07Disable WAL recycling in crash test; reproducer for recovery data loss (#12918)Peter Dillinger
2024-08-07Refactor db_bloom_filter_test (#12911)Peter Dillinger
2024-08-05Add a TransactionOptions to enable tracking timestamp size info inside WriteB...Yu Zhang
2024-08-05Fix test breakage (#12915)Yu Zhang
2024-08-02Fix file deletions in DestroyDB not rate limited (#12891)Yu Zhang
2024-08-02Fix a data race affecting the background error status (#12910)Levi Tamasi
2024-08-01Use compensated file size for intra-L0 compaction (#12878)Changyu Bi
2024-07-31Add some checks at property block creation side (#12898)Yu Zhang
2024-07-30Fix rare WAL handling crash (#12899)Peter Dillinger
2024-07-29Small CPU optimization to experimental range filters (#12893)Peter Dillinger
2024-07-29Handle injected write error after successful WAL write in crash test + misc (...Hui Xiao
2024-07-24Fix manifest_number_ point to invalid file (#12882)Yu Zhang
2024-07-24Fix race between test and recovery flush switch memtable (#12884)Yu Zhang
2024-07-22Refactor IndexBuilder::AddIndexEntry (#12867)Peter Dillinger
2024-07-22Fix duplicate WAL entries caused by write after error recovery (#12873)Hui Xiao
2024-07-19Avoid opening table files and reading table properties under mutex (#12879)Changyu Bi
2024-07-19Support ingesting SST files generated by a live DB (#12750)Changyu Bi