summaryrefslogtreecommitdiff
path: root/TARGETS
AgeCommit message (Expand)Author
2024-09-17Remove last user of AutoHeaders.RECURSIVE_GLOBJon Janzen
2024-09-10Support building db_bench using buck (#13004)Levi Tamasi
2024-06-18Add experimental range filters to stress/crash test (#12769)Peter Dillinger
2024-06-18Add CompactForTieringCollector to support automatically trigger compaction fo...Yu Zhang
2024-05-25add export_file to rockdb TARGETS generator and re-genFan Zhang(DevX)
2024-05-20Support building ldb with buck (#12676)Levi Tamasi
2024-04-19Basic RocksDB follower implementation (#12540)anand76
2024-04-11MultiCFIterator Refactor - CoalescingIterator & AttributeGroupIterator (#12480)Jay Huh
2024-04-02Add support in SstFileReader to get a raw table iterator (#12385)Yu Zhang
2024-03-05Introduce MultiCfIterator (#12153)Jay Huh
2023-10-27Make OffpeakTimeInfo available in VersionSet (#12018)Jay Huh
2023-10-24Error out in case of std errors in blackbox test and export file in TARGETSAkanksha Mahajan
2023-10-23Add cache_bench to buck build (#11990)Peter Dillinger
2023-09-29Add the wide-column aware merge API to the stress tests (#11906)Levi Tamasi
2023-09-28remove unnecessary autodeps suppression tag from rocksdb/src (#11904)Fan Zhang(DevX)
2023-09-21Support compressed and local flash secondary cache stacking (#11812)anand76
2023-08-30Wide Column support in ldb (#11754)Jay Huh
2023-05-22Add utils to use for handling user defined timestamp size record in WAL (#11451)Yu Zhang
2023-05-18Support Clip DB to KeyRange (#11379)mayue.fight
2023-05-18Improve comment of ExpectedValue in db stress (#11456)Hui Xiao
2023-05-01Fix duplicate symbols in linking with buck2 (#11421)Peter Dillinger
2023-03-18New stat rocksdb.{cf|db}-write-stall-stats exposed in a structural way (#11300)Hui Xiao
2023-03-17HyperClockCache support for SecondaryCache, with refactoring (#11301)Peter Dillinger
2023-03-15Simplify tracking entries already in SecondaryCache (#11299)Peter Dillinger
2023-02-22Refactor AddRangeDels() + consider range tombstone during compaction file cut...Changyu Bi
2023-02-08Improve SmallEnumSet (#11178)Peter Dillinger
2023-01-13Revert #10802 Consider range tombstone in compaction output file cutting (#11...Changyu Bi
2023-01-11Major Cache refactoring, CPU efficiency improvement (#10975)Peter Dillinger
2022-12-15Consider range tombstone in compaction output file cutting (#10802)Changyu Bi
2022-11-21Add a SecondaryCache::InsertSaved() API, use in CacheDumper impl (#10945)Peter Dillinger
2022-11-16Remove prototype FastLRUCache (#10954)Peter Dillinger
2022-10-17Improve / refactor anonymous mmap capabilities (#10810)Peter Dillinger
2022-08-29Fix an import issue in fbcode. (#10604)gitbw95
2022-08-25Fix periodic_task unable to re-register the same task type (#10379)Jay Zhuang
2022-08-25Introduce a dedicated class to represent blob values (#10571)Levi Tamasi
2022-08-19Add support for wide-column point lookups (#10540)Levi Tamasi
2022-07-18Charge blob cache usage against the global memory limit (#10321)Gang Liao
2022-07-14Add seqno to time mapping (#10338)Jay Zhuang
2022-07-13Tiered Compaction: per key placement support (#9964)Jay Zhuang
2022-06-25Add API for writing wide-column entities (#10242)Levi Tamasi
2022-06-17Read blob from blob cache if exists when GetBlob() (#10178)Gang Liao
2022-06-17Use optimized folly DistributedMutex in LRUCache when available (#10179)Peter Dillinger
2022-06-16Remove deprecated block-based filter (#10184)Peter Dillinger
2022-06-10Snapshots with user-specified timestamps (#9879)Yanqin Jin
2022-06-03Add wide column serialization primitives (#9915)Levi Tamasi
2022-05-19Add timestamp support to DBImplReadOnly (#10004)Yu Zhang
2022-05-19Multi file concurrency in MultiGet using coroutines and async IO (#9968)anand76
2022-05-03Fork and simplify LRUCache for developing enhancements (#9917)Peter Dillinger
2022-04-26Eliminate unnecessary (slow) block cache Ref()ing in MultiGet (#9899)Peter Dillinger
2022-04-15Add Aggregation Merge Operator (#9780)sdong