Commit Graph

5035 Commits (13cb7a84b62838ec7761671aa46ee55b4b1ce1c2)

Author SHA1 Message Date
Changyu Bi 9baeef712f Fix unittest ExternalSSTFileBasicTest.StableSnapshotWhileLoggingToManifest (#10066) 2 years ago
Jay Zhuang 460b44c07f Deflake column_family_test to avoid hang (#10060) 2 years ago
Yanqin Jin 514f0b0937 Fail DB::Open() if logger cannot be created (#9984) 2 years ago
Gang Liao e228515740 Pass the size of blob files to SstFileManager during DB open (#10062) 2 years ago
Yu Zhang 8c4ea7b851 Add timestamp support to secondary instance (#10061) 2 years ago
tagliavini 6c50082654 Remove code that only compiles for Visual Studio versions older than 2015 (#10065) 2 years ago
Muthu Krishnan c9c58a320f Add C API for User Defined Timestamp (#9914) 2 years ago
Jie Liang Ang 4cf2f6723a Expose DisableManualCompaction and EnableManualCompaction to C api (#10052) 2 years ago
sdong 356f8c5d81 FindObsoleteFiles() to directly check whether candidate files are live (#10040) 2 years ago
Changyu Bi b0e190604b Update VersionSet last seqno after LogAndApply (#10051) 2 years ago
Yiyuan Liu b71466e982 Improve transaction C-API (#9252) 2 years ago
Jay Zhuang 23f34c7ae5 Skip ZSTD dict tests if the version doesn't support it (#10046) 2 years ago
Yu Zhang d4081bf0be Add timestamp support to CompactedDBImpl (#10030) 2 years ago
Changyu Bi 8515bd50c9 Support read rate-limiting in SequentialFileReader (#9973) 2 years ago
Jay Zhuang fd24e4479b Fix failed VerifySstUniqueIds unittests (#10043) 2 years ago
Akanksha Mahajan 700d597bd8 Expose unix time in rocksdb::Snapshot (#9923) 2 years ago
sdong bea5831bff Move three info logging within DB Mutex to use log buffer (#10029) 2 years ago
Akanksha Mahajan 2db6a4a1d6 Seek parallelization (#9994) 2 years ago
anand76 e015206dd6 Fix crash due to MultiGet async IO and direct IO (#10024) 2 years ago
Changyu Bi cc23b46da1 Support using ZDICT_finalizeDictionary to generate zstd dictionary (#9857) 2 years ago
Yu Zhang 16bdb1f999 Add timestamp support to DBImplReadOnly (#10004) 2 years ago
anand76 57997ddaaf Multi file concurrency in MultiGet using coroutines and async IO (#9968) 2 years ago
Bo Wang 5be1579ead Address comments for PR #9988 and #9996 (#10020) 2 years ago
Peter Dillinger 280b9f371a Fix auto_prefix_mode performance with partitioned filters (#10012) 2 years ago
Jay Zhuang c6d326d3d7 Track SST unique id in MANIFEST and verify (#9990) 2 years ago
gitbw95 4da34b97ee Set Read rate limiter priority dynamically and pass it to FS (#9996) 2 years ago
sdong a74f14b550 Log error message when LinkFile() is not supported when ingesting files (#10010) 2 years ago
gitbw95 05c678e135 Set Write rate limiter priority dynamically and pass it to FS (#9988) 2 years ago
Jay Zhuang b84e3363f5 Add table_properties_collector_factories override (#9995) 2 years ago
Hui Xiao 3573558ec5 Rewrite memory-charging feature's option API (#9926) 2 years ago
mrambacher b11ff347b4 Use STATIC_AVOID_DESTRUCTION for static objects with non-trivial destructors (#9958) 2 years ago
Yanqin Jin 3f263ef536 Add a temporary option for user to opt-out enforcement of SingleDelete contract (#9983) 2 years ago
Yanqin Jin b58a1a035b Revert "Bugfix/fix manual flush blocking bug (#9893)" (#9992) 2 years ago
mrambacher bfc6a8ee4a Option type info functions (#9411) 2 years ago
Yueh-Hsuan Chiang bcb1287235 Port the batched version of MultiGet() to RocksDB's C API (#9952) 2 years ago
Akanksha Mahajan 6442a62e46 Update WAL corruption test so that it fails without fix (#9942) 2 years ago
Wang Yuan 89571b30e5 Improve the precision of row entry charge in row_cache (#9337) 2 years ago
sdong 736a7b5433 Remove own ToString() (#9955) 2 years ago
Otto Kekäläinen b7aaa98762 Fix various spelling errors still found in code (#9653) 2 years ago
sdong 49628c9a83 Use std::numeric_limits<> (#9954) 2 years ago
Yanqin Jin 9d634dd5b6 Rename kRemoveWithSingleDelete to kPurge (#9951) 2 years ago
sdong 68ac507f96 Printing IO Error in DumpDBFileSummary (#9940) 2 years ago
jsteemann 95663ff763 do not call DeleteFile for not-created sst files (#9920) 2 years ago
Peter Dillinger bb87164db3 Fork and simplify LRUCache for developing enhancements (#9917) 2 years ago
Yanqin Jin 06394ff4e7 Fix a bug of CompactionIterator/CompactionFilter using `Delete` (#9929) 2 years ago
Changyu Bi 37f490834d Specify largest_seqno in VerifyChecksum (#9919) 2 years ago
Yanqin Jin 2b5c29f9f3 Enforce the contract of SingleDelete (#9888) 2 years ago
Anvesh Komuravelli aafb377bb5 Update protection info on recovered logs data (#9875) 2 years ago
Peter Dillinger 9d0cae7104 Eliminate unnecessary (slow) block cache Ref()ing in MultiGet (#9899) 2 years ago
Andrew Kryczka ce2d8a4239 fix clang-analyze in corruption_test (#9908) 2 years ago