Commit Graph

11641 Commits (f1574a20ff9ac2b84ef151c95034c612492dbd81)
 

Author SHA1 Message Date
Hui Xiao f1574a20ff Revert PR 10777 "Fix FIFO causing overlapping seqnos in L0 files due to overla…" (#10999) 2 years ago
Changyu Bi 6cdb7af9f8 Remove copying of range tombstones keys in iterator (#10878) 2 years ago
Hui Xiao d8c043f7ad Trigger FIFO file deletion in non L0 only if exceeding max_table_files_size (#10955) 2 years ago
relife22 ed23fd7591 Add Apache Spark as a user (#10993) 2 years ago
Changyu Bi 534fb06dd3 Prevent iterating over range tombstones beyond `iterate_upper_bound` (#10966) 2 years ago
Andrew Kryczka 54c2542df2 Support tiering when file endpoints overlap (#10961) 2 years ago
Yanqin Jin 3d0d6b8140 Make best-efforts recovery verify SST unique ID before Version construction (#10962) 2 years ago
jsteemann d8e792e4cf fix compile warnings (#10976) 2 years ago
Alan Paxton ae115eff8f improve copying of Env in Options (#10666) 2 years ago
Andrew Kryczka db9cbddc6f Deflake DBTest2.TraceAndReplay by relaxing latency checks (#10979) 2 years ago
anand76 f4cfcfe824 Post 7.9.0 release branch cut updates (#10974) 2 years ago
Changyu Bi 6c5ec92070 Set correct temperature for range tombstone only file in penultimate level (#10972) 2 years ago
anand76 3ff6da6bd5 Update HISTORY.md for 7.9.0 (#10973) 2 years ago
Peter Dillinger e079d562af Add a SecondaryCache::InsertSaved() API, use in CacheDumper impl (#10945) 2 years ago
Andrew Kryczka 097f9f4425 Fix CompactionIterator flag for penultimate level output (#10967) 2 years ago
Peter Dillinger 3182beeffc Observe and warn about misconfigured HyperClockCache (#10965) 2 years ago
Yanqin Jin a8a4ed52a4 Test Merge with timestamps in stress test (#10948) 2 years ago
Peter Dillinger 8c0f5b1fcf Mark HyperClockCache as production-ready (#10963) 2 years ago
Levi Tamasi 8fa8780932 Mention wide-column support in HISTORY.md (#10959) 2 years ago
Peter Dillinger 32520df1d9 Remove prototype FastLRUCache (#10954) 2 years ago
Peter Dillinger b55e70357c Re-arrange cache.h to prepare for refactoring (#10942) 2 years ago
Levi Tamasi b644baa1eb Support using GetMergeOperands for verification with wide columns (#10952) 2 years ago
Akanksha Mahajan 1562524e63 Fix db_stress failure in async_io in FilePrefetchBuffer (#10949) 2 years ago
xiaochenfan 0993c9225f Fix broken dependency: update zlib from 1.2.12 to 1.2.13 (#10833) 2 years ago
akankshamahajan 8515437594 Update unit test to avoid timeout (#10950) 2 years ago
anand76 ecba6a320e Add some async read stats (#10947) 2 years ago
Peter Dillinger f321e8fc98 Don't attempt to use SecondaryCache on block_cache_compressed (#10944) 2 years ago
Levi Tamasi 5e8947057b Support Merge for wide-column entities in the compaction logic (#10946) 2 years ago
akankshamahajan d1aca4a5ae Fix async_io regression in scans (#10939) 2 years ago
Levi Tamasi dbc4101b89 Support Merge with wide-column entities in iterator (#10941) 2 years ago
Levi Tamasi 9460d4b77e Refactor MergeHelper::MergeUntil a bit (#10943) 2 years ago
Levi Tamasi 2ea109521f Revisit the interface of MergeHelper::TimedFullMerge(WithEntity) (#10932) 2 years ago
Levi Tamasi c62f322169 Clear saved value in DBIter::{Next, Prev} (#10934) 2 years ago
Daniel Engel 55d58d91e7 Fix use of crc32c 3way on portable builds using MSVC (#10667) 2 years ago
Jay Zhuang b8de2291ad Blog post for Aligning Compaction Output File Boundaries (#10917) 2 years ago
Levi Tamasi fbd9077d66 Fix a bug where GetContext does not update READ_NUM_MERGE_OPERANDS (#10925) 2 years ago
Yanqin Jin 75aca74017 Replace member variable lambda with methods (#10924) 2 years ago
Andrew Kryczka aa0a11e1b9 Fix flush picking non-consecutive memtables (#10921) 2 years ago
anand76 aafe7bd376 Add multireadwhilewriting benchmark to db_bench (#10919) 2 years ago
Yanqin Jin 18cb731f27 Fix a bug in range scan with merge and deletion with timestamp (#10915) 2 years ago
Levi Tamasi 941d834739 Support Merge for wide-column entities during point lookups (#10916) 2 years ago
Peter Dillinger cc8c8f6958 Refactor (Hyper)ClockCache code (#10887) 2 years ago
Tal Zussman 0d5dc5fdb9 Add rocksdb_backup_restore_example to examples/.gitignore (#10825) 2 years ago
Yanqin Jin 0547cecb81 Reduce access to atomic variables in a test (#10909) 2 years ago
Brord van Wierst d80baa1396 Added placeholders for MADV defines (#10881) 2 years ago
Adam Retter 781a387488 Improve musl libc detection and provide an option for the user to override (#10889) 2 years ago
Brad Smith 4a6906e28c Add OpenBSD/arm64 support for detection of CRC32 and PMULL (#10902) 2 years ago
Andrew Kryczka 5cf6ab6f31 Ran clang-format on db/ directory (#10910) 2 years ago
akankshamahajan ff9ad2c39b Fix async_io failures in case there is error in reading data (#10890) 2 years ago
Yanqin Jin 7d26e4c5a3 Basic Support for Merge with user-defined timestamp (#10819) 2 years ago