summaryrefslogtreecommitdiff
path: root/db/compaction
AgeCommit message (Expand)Author
2021-11-10Track per-SST user-defined timestamp information in MANIFEST (#9092)slk
2021-11-09Fix a bug in timestamp-related GC (#9116)Yanqin Jin
2021-11-08Enable a few unit tests to use custom Env objects (#9087)anand76
2021-11-05Fix assertion error during compaction with write-prepared txn enabled (#9105)Yanqin Jin
2021-11-03Fixed a bug in CompactionIterator when write-preared transaction is used (#9060)Yanqin Jin
2021-11-03Skip directory fsync for filesystem btrfs (#8903)Jay Zhuang
2021-11-01Try to start TTL earlier with kMinOverlappingRatio is used (#8749)sdong
2021-10-29Fix a compaction bug for write-prepared txn (#9061)Yanqin Jin
2021-10-20Incremental Space Amp Compactions in Universal Style (#8655)sdong
2021-10-19Ignore non-overlapping levels when determinig grandparent files (#9051)sdong
2021-10-11Make it possible to force the garbage collection of the oldest blob files (#8...Levi Tamasi
2021-10-07Misc doc fixes (#8983)Ramkumar Vadivelu
2021-10-06Cleanup multiple implementations of VectorIterator (#8901)mrambacher
2021-09-29Cleanup includes in dbformat.h (#8930)mrambacher
2021-09-28Add remote compaction read/write bytes statistics (#8939)Jay Zhuang
2021-09-28Make WalFilter, SstPartitionerFactory, FileChecksumGenFactory, and TablePrope...mrambacher
2021-09-27Support SingleDelete for user-defined timestamps (#8921)Akanksha Mahajan
2021-09-18RemoteCompaction support Fallback to local compaction (#8709)Jay Zhuang
2021-09-16Expose blob file information through the EventListener interface (#8675)Akanksha Mahajan
2021-09-16Add compaction priority information in RemoteCompaction (#8707)Jay Zhuang
2021-09-10Fix and detect headers with missing dependencies (#8893)Peter Dillinger
2021-09-08Make MemTableRepFactory into a Customizable class (#8419)mrambacher
2021-09-07Replace most typedef with using= (#8751)Peter Dillinger
2021-09-01Update branch as "main" in tools/advisor/README.md (#8744)Akanksha Mahajan
2021-09-01Remove some unneeded code (#8736)Peter Dillinger
2021-08-26Deflake test `CompactionJobTest.InputSerialization` (#8712)Jay Zhuang
2021-08-23Add extra information to RemoteCompaction APIs (#8680)Jay Zhuang
2021-08-17Fix bug caused by releasing snapshot(s) during compaction (#8608)Yanqin Jin
2021-08-17Add statistics support to integrated BlobDB (#8667)Levi Tamasi
2021-08-09Move old files to warm tier in FIFO compactions (#8310)sdong
2021-08-06Make MergeOperator+CompactionFilter/Factory into Customizable Classes (#8481)mrambacher
2021-07-28Replace macros in compaction_iterator.cc with inline functions (#8592)jimmycleary
2021-07-23CompactionJob::Install(): fix log truncation (#8563)leipeng
2021-07-01Call OnCompactionCompleted API in case of DisableManualCompaction (#8469)Akanksha Mahajan
2021-06-29Add statistics support on CompactionService remote side (#8368)Jay Zhuang
2021-06-29Add sub-compaction support for RemoteCompaction (#8364)Jay Zhuang
2021-06-25Using existing crc32c checksum in checksum handoff for Manifest and WAL (#8412)Zhichao Cao
2021-06-24Add support for Merge with base value during Compaction in IntegratedBlobDB (...Akanksha Mahajan
2021-06-24Log the amount of blob garbage generated by compactions in the MANIFEST (#8450)Levi Tamasi
2021-06-23Remove obsolete method VersionSet::VerifyCompactionFileConsistency (#8449)Levi Tamasi
2021-06-16Rename ImmutableOptions variables (#8409)mrambacher
2021-06-14Make CompactionService derived from Customizable (#8395)Hui Xiao
2021-06-12Disable subcompactions for user-defined timestamps (#8393)Levi Tamasi
2021-06-10Use DbSessionId as cache key prefix when secondary cache is enabled (#8360)Zhichao Cao
2021-06-09Add a clipping internal iterator (#8327)Levi Tamasi
2021-06-07Cancel compact range (#8351)David Devecsery
2021-05-24SequenceIterWrapper should use internal comparator (#8328)sdong
2021-05-21Fix manual compaction `max_compaction_bytes` under-calculated issue (#8269)Jay Zhuang
2021-05-20Compare memtable insert and flush count (#8288)sdong
2021-05-19Add remote compaction public API (#8300)Jay Zhuang