Commit Graph

2370 Commits (151dc0038a83a933e91658340b0af6e5ad39410d)

Author SHA1 Message Date
Gang Liao e228515740 Pass the size of blob files to SstFileManager during DB open (#10062) 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
Yiyuan Liu b71466e982 Improve transaction C-API (#9252) 2 years ago
Akanksha Mahajan 700d597bd8 Expose unix time in rocksdb::Snapshot (#9923) 2 years ago
Levi Tamasi 253ae017fa Update version on main to 7.4 and add 7.3 to the format compatibility checks (#10038) 2 years ago
Akanksha Mahajan 2db6a4a1d6 Seek parallelization (#9994) 2 years ago
Changyu Bi cc23b46da1 Support using ZDICT_finalizeDictionary to generate zstd dictionary (#9857) 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
Jay Zhuang c6d326d3d7 Track SST unique id in MANIFEST and verify (#9990) 2 years ago
Yaroslav Stepanchuk 0a43061f8d Remove ROCKSDB_SUPPORT_THREAD_LOCAL define because it's a part of C++11 (#10015) 2 years ago
Yanqin Jin e3a3dbf2be Avoid overwriting options loaded from OPTIONS (#9943) 2 years ago
Jay Zhuang b84e3363f5 Add table_properties_collector_factories override (#9995) 2 years ago
Peter Dillinger 0070680cfd Adjust public APIs to prefer 128-bit SST unique ID (#10009) 2 years ago
Hui Xiao 3573558ec5 Rewrite memory-charging feature's option API (#9926) 2 years ago
Yanqin Jin 3f263ef536 Add a temporary option for user to opt-out enforcement of SingleDelete contract (#9983) 2 years ago
mrambacher 204a42ca97 Added GetFactoryCount/Names/Types to ObjectRegistry (#9358) 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
aierui d1cc91c142 typo fix: delete duplicate comment word (#9249) 2 years ago
Otto Kekäläinen b7aaa98762 Fix various spelling errors still found in code (#9653) 2 years ago
Yanqin Jin 9d634dd5b6 Rename kRemoveWithSingleDelete to kPurge (#9951) 2 years ago
Jay Zhuang 270179bb12 Default `try_load_options` to true when DB is specified (#9937) 2 years ago
Siying Dong b82edffc7b Improve comments to options.allow_mmap_reads (#9936) 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
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
Akanksha Mahajan 3653029dda Add stats related to async prefetching (#9845) 2 years ago
Akanksha Mahajan 5bd374b392 Add experimental new FS API AbortIO to cancel read request (#9901) 2 years ago
yuzhangyu fff28a7725 Add blob dump support to the dump command (#9881) 2 years ago
Yanqin Jin d13825e586 Add rollback_deletion_type_callback to TxnDBOptions (#9873) 2 years ago
Peter Dillinger 1bac873fcf Mark GetLiveFilesStorageInfo ready for production use (#9868) 2 years ago
Federico Guerinoni bbf5867353 Add C API for setting `strict_capacity_limit` (#9855) 2 years ago
Jay Zhuang 3d473235d4 Update main version.h to NEXT release (7.3) (#9852) 2 years ago
sdong 4f9c0fd083 Add Aggregation Merge Operator (#9780) 2 years ago
Yanqin Jin be81609b43 Add a `fail_if_not_bottommost_level` to IngestExternalFileOptions (#9849) 2 years ago
Akanksha Mahajan 0c7f455f85 Make initial auto readahead_size configurable (#9836) 2 years ago
yuzhangyu 082eb04200 Add option --decode_blob_index to dump_live_files command (#9842) 2 years ago
Yanqin Jin fe63899d1a Add checks to GetUpdatesSince (#9459) 2 years ago
Andrew Kryczka d6e016be6d Expose `CacheEntryRole` and map keys for block cache stat collections (#9838) 2 years ago
Levi Tamasi 5645207758 Expose the amount of garbage in live blob files as a dedicated DB property (#9835) 2 years ago
Jay Zhuang dc1c90c4e3 Support canceling running RemoteCompaction on remote side (#9725) 2 years ago
Peter Dillinger 7c7df1850a Update main version.h to NEXT release (#9834) 2 years ago
Jay Zhuang f934a0af46 Add event listener support on remote compactor side (#9821) 2 years ago
mrambacher b7db7eae26 Plugin Registry (#7949) 2 years ago
gitbw95 f241d082b6 Prevent double caching in the compressed secondary cache (#9747) 2 years ago
Akanksha Mahajan 0b8f885939 Update stats for Read and ReadAsync in random_access_file_reader for async prefetching (#9810) 2 years ago