Commit Graph

11660 Commits (f02c708aa32829bbbd70aa3493af8444e76e4350)
 

Author SHA1 Message Date
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
Denis Hananein 9f3475eccf Fix compilation errors, clang++-15 (#10907) 2 years ago
Hui Xiao 7f5e438aee Move move wrong history entry out of 7.8 release (#10898) 2 years ago
Levi Tamasi ea1982d010 Add missing copyright headers to a couple of Java test files (#10900) 2 years ago
sdong d989300ad1 Avoid repeat periodic stats printing when there is no change (#10891) 2 years ago
Yanqin Jin 9079895aae Fix deletion counting in memtable stats (#10886) 2 years ago
Jay Zhuang 36f5e19e33 Fix a Windows build error (#10897) 2 years ago
Yanqin Jin 900f79126d Pass `const LockInfo&` to AcquireLocked() and AcquireWithTimeout (#10874) 2 years ago
Hui Xiao 08a63ad10b Run clang format against files under example/, memory/ and memtable/ folders (#10893) 2 years ago
Levi Tamasi 7867a1112b Handle Merges correctly in GetEntity (#10894) 2 years ago
Jay Zhuang 1e6f1ef894 Upgrade CircleCI Windows Build (#10090) 2 years ago
anand76 bf497e91ad Allow a custom DB cleanup command to be passed to db_crashtest.py (#10883) 2 years ago
Levi Tamasi 22ff8c5af7 Use malloc/free for LRUHandle instead of new[]/delete[] (#10884) 2 years ago
Changyu Bi 56715350d9 Reduce heap operations for range tombstone keys in iterator (#10877) 2 years ago
sdong 3e686c7cbe sst_dump --command=raw to add index offset information (#10873) 2 years ago
anand76 5fef34fd3a Fix a potential std::vector use after move bug (#10845) 2 years ago
Peter Dillinger 5d3953114f Fix include of windows.h in mmap.h (#10885) 2 years ago
Alan Paxton 17553bdd5e RocksJava API - fix Transaction.multiGet() size limit, remove bogus EnsureLocalCapacity() calls (#10674) 2 years ago
Qiaolin Yu bf78380851 Rename block_cache_trace_analyzer_tool in CMakeLists (#10814) 2 years ago
Jay Zhuang b36ec37a4b clang-format for db/compaction (#10882) 2 years ago
Peter Dillinger a1a1dc6659 Manual interventions for clang-format util/ (#10870) 2 years ago
Peter Dillinger 7fff38b1fe clang-format cache/ and util/ directories (#10867) 2 years ago
Brendan MacDonell 5f915b447d Fix ChecksumType::kXXH3 in the Java API (#10862) 2 years ago
Levi Tamasi d484275230 Adjust value generation in batched ops stress tests (#10872) 2 years ago
sdong 48fe921754 Run clang format against files under tools/ and db_stress_tool/ (#10868) 2 years ago
Yanqin Jin 95a1935cb1 Run clang-format on utilities/transactions (#10871) 2 years ago
Yanqin Jin 84563a2701 Run clang-format on some files in db/db_impl directory (#10869) 2 years ago
anand76 727bad78b8 Format files under table/ by clang-format (#10852) 2 years ago
Changyu Bi 7a95938899 Improve FragmentTombstones() speed by lazily initializing `seq_set_` (#10848) 2 years ago
Hui Xiao fc74abb436 Fix FIFO causing overlapping seqnos in L0 files due to overlapped seqnos between ingested files and memtable's (#10777) 2 years ago
sdong 2a551976f4 Run format check for *.h and *.cc files under java/ (#10851) 2 years ago
changyubi de34e7196f clang format files under monitoring/ (#10857) 2 years ago