summaryrefslogtreecommitdiff
path: root/src.mk
AgeCommit message (Expand)Author
2023-12-18Add deletion-triggered compaction to RocksJava (#12028)Radek Hubner
2023-11-16Add HyperClockCache Java API. (#12065)Radek Hubner
2023-11-06Add jni Support for API CreateColumnFamilyWithImport (#11646)马越
2023-10-27Make OffpeakTimeInfo available in VersionSet (#12018)Jay Huh
2023-10-10Add PerfContext API in Java (#11805)Radek Hubner
2023-09-29Add the wide-column aware merge API to the stress tests (#11906)Levi Tamasi
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-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
2022-04-13Meta-internal folly integration with F14FastMap (#9546)Peter Dillinger
2022-04-11Prevent double caching in the compressed secondary cache (#9747)gitbw95
2022-04-05Fix remaining uses of "backupable" (#9792)Peter Dillinger
2022-03-08Support user-defined timestamps in write-committed txns (#9629)Yanqin Jin
2022-02-23Streaming Compression API for WAL compression. (#9619)Siddhartha Roychowdhury
2022-02-23Add a secondary cache implementation based on LRUCache 1 (#9518)Bo Wang
2022-02-18update buckifier, add support for microbenchmarks (#9598)Patrick Somaru
2022-02-16Add rate limiter priority to ReadOptions (#9424)Andrew Kryczka
2022-02-03Introduce a CountedFileSystem for counting file operations (#9283)mrambacher
2022-01-26Remove deprecated ObjectLibrary::Register() (and Regex public API) (#9439)Peter Dillinger