Commit Graph

10926 Commits (efd035164b443e0ae552a82ad8b47a8048e652ca)
 

Author SHA1 Message Date
Bo Wang f706a9c199 Add a secondary cache implementation based on LRUCache 1 (#9518) 2 years ago
Yanqin Jin 6f12599863 Support WBWI for keys having timestamps (#9603) 2 years ago
Andrew Kryczka 8ca433f912 Fix test race conditions with OnFlushCompleted() (#9617) 2 years ago
Andrew Kryczka 96978e4d96 Enable core dumps in TSAN/UBSAN crash tests (#9616) 2 years ago
anand76 d795a730be Combine data members of IOStatus with Status (#9549) 2 years ago
Patrick Somaru ba65cfff63 configure microbenchmarks, regenerate targets (#9599) 2 years ago
Andrew Kryczka 3379d1466f Fix DBTest2.BackupFileTemperature memory leak (#9610) 2 years ago
Andrew Kryczka 7ae4da924a Update HISTORY.md and version.h for 7.0 release (#9609) 2 years ago
Akanksha Mahajan 3699b171e4 Change enum SizeApproximationFlags to enum class (#9604) 2 years ago
Jay Zhuang d3a2f284d9 Add Temperature info in `NewSequentialFile()` (#9499) 2 years ago
Akanksha Mahajan 559525dcbb Add Async Read and Poll APIs in FileSystem (#9564) 2 years ago
Bo Wang 67f071fade Fixes #9565 (#9586) 2 years ago
pat somaru 736bc83270 fix issue with buckifier update (#9602) 2 years ago
Jay Zhuang f4b2500e12 Add last level and non-last level read statistics (#9519) 2 years ago
mrambacher 30b08878d8 Make FilterPolicy Customizable (#9590) 2 years ago
Patrick Somaru f066b5cecb update buckifier, add support for microbenchmarks (#9598) 2 years ago
Jay Zhuang 2fbc672732 Add temperature information to the event listener callbacks (#9591) 2 years ago
Andrew Kryczka 54fb2a8975 Change type of cache buffer passed to `Cache::CreateCallback()` to `const void*` (#9595) 2 years ago
Peter Dillinger 48b9de4a3e Mark more OldDefaults as deprecated (#9594) 2 years ago
Alan Paxton ce84e50288 Plugin java jni support (#9575) 2 years ago
Peter Dillinger 561be005ba Some better API and other comments (#9533) 2 years ago
Alan Paxton 8d9c203f69 Remove previously deprecated Java where RocksDB also removed it, or where no direct equivalent existed. (#9576) 2 years ago
Peter Dillinger 725833a424 Hide FilterBits{Builder,Reader} from public API (#9592) 2 years ago
anand76 627deb7ceb Fix some MultiGet batching stats (#9583) 2 years ago
Siddhartha Roychowdhury 39b0d92153 Add record to set WAL compression type if enabled (#9556) 2 years ago
Jay Zhuang f092f0fa5d Add subcompaction event API (#9311) 2 years ago
Peter Dillinger a86ee02d34 Clarify compiler support release note (#9593) 2 years ago
Alan Paxton 36ce2e2a0a Update build files for java8 build (#9541) 2 years ago
Adam Retter 5e64407923 Support C++17 Docker build environments for RocksJava (#9500) 2 years ago
Andrew Kryczka babe56ddba Add rate limiter priority to ReadOptions (#9424) 2 years ago
Yanqin Jin 1cda273dc3 Fix a silent data loss for write-committed txn (#9571) 2 years ago
Peter Dillinger 1e403a0c6c Fix assertion failure in FastLocalBloomBitsBuilder (#9585) 2 years ago
sdong 8286469b9a LDB to add --secondary_path to help (#9582) 2 years ago
Jay Zhuang 31031c0210 Remove deprecated RemoteCompaction API (#9570) 2 years ago
mrambacher c42d0cf862 Add support for decimals to PatternEntry (#9577) 2 years ago
Yueh-Hsuan Chiang 48f6c2a049 Add Solana's RocksDB use case in USERS.md (#9558) 2 years ago
Peter Dillinger 8c681087c7 Refactor FilterPolicies toward Customizable (#9567) 2 years ago
Jay Zhuang a0c569ee1d Cancel manual compaction in thread-pool queue (#9557) 2 years ago
Andrew Kryczka ad2cab8f0c minor tweaks to db_crashtest.py settings (#9483) 2 years ago
Hui Xiao 57418aba51 Fix a typo in HISTORY.md for 7.0 (#9574) 2 years ago
Hui Xiao 443d8ef094 Fix PinSelf() read-after-free in DB::GetMergeOperands() (#9507) 2 years ago
Peter Dillinger 420d51b9a0 Update Java API for FilterPolicy changes (#9569) 2 years ago
Peter Dillinger e24734f843 Use -Wno-invalid-offsetof instead of dangerous offset_of hack (#9563) 2 years ago
Yanqin Jin 241b5aa15a Timestamp-based validation for pessimistic txn (#9562) 2 years ago
Levi Tamasi ec0b1ff2bd Add blob compaction readahead size to the BlobDB benchmark script (#9566) 2 years ago
Levi Tamasi ac251aa641 Add Java bindings for blob compaction readahead size (#9554) 2 years ago
Peter Dillinger 5cdc8af66c Fix parallel test updates in CI; fbcode LIB_MODE=shared (#9553) 2 years ago
Alan Paxton eed71dfa82 Transaction multiGet convert to list-based (#9522) 2 years ago
Peter Dillinger 479eb1aad6 Hide deprecated, inefficient block-based filter from public API (#9535) 2 years ago
Yanqin Jin d6e1e6f37a Add commit_timestamp and read_timestamp to Pessimistic transaction (#9537) 2 years ago