Commit Graph

157 Commits (0b6bc101ba8ccd5c6c9d80fcb10473223e342900)

Author SHA1 Message Date
Gang Liao ec4ebeff30 Support prepopulating/warming the blob cache (#10298) 2 years ago
Gang Liao deff48bcef Add blob source to retrieve blobs in RocksDB (#10198) 2 years ago
Gang Liao e6432dfd4c Make it possible to enable blob files starting from a certain LSM tree level (#10077) 2 years ago
Zichen Zhu 65893ad959 Explicitly closing all directory file descriptors (#10049) 2 years ago
Changyu Bi 8515bd50c9 Support read rate-limiting in SequentialFileReader (#9973) 2 years ago
yaphet 26768edb65 Support single delete in ldb (#9469) 2 years ago
sdong 736a7b5433 Remove own ToString() (#9955) 2 years ago
Jay Zhuang 270179bb12 Default `try_load_options` to true when DB is specified (#9937) 2 years ago
Anvesh Komuravelli aafb377bb5 Update protection info on recovered logs data (#9875) 2 years ago
yuzhangyu ac29645743 Add blob dump support to the dump_live_files command (#9896) 2 years ago
yuzhangyu fff28a7725 Add blob dump support to the dump command (#9881) 2 years ago
yuzhangyu 9b5790f018 Add --decode_blob_index option to idump and dump commands (#9870) 2 years ago
yuzhangyu 082eb04200 Add option --decode_blob_index to dump_live_files command (#9842) 2 years ago
Peter Dillinger 6534c6dea4 Fix remaining uses of "backupable" (#9792) 2 years ago
Peter Dillinger a8a422e962 Add manifest fix-up utility for file temperatures (#9683) 2 years ago
Peter Dillinger cff0d1e8e6 New backup meta schema, with file temperatures (#9660) 2 years ago
Changneng Chen 9ed96703d1 Add support for BlobDB to ldb (#9630) 2 years ago
Peter Dillinger 78aee6fedc Remove obsolete backupable_db.h, utility_db.h (#9438) 2 years ago
yaphet 7fb723f581 Using back to get the last element (#9415) 2 years ago
Yanqin Jin bd513fd075 Add commit marker with timestamp (#9266) 3 years ago
Pradeep Ambati e5bfb91d09 List blob files when using command - list_live_files_metadata (#8976) 3 years ago
mrambacher 13ae16c315 Cleanup includes in dbformat.h (#8930) 3 years ago
sdong ba48ff8303 Fix ldb --try_load_options doesn't use customized Env (#8929) 3 years ago
Peter Dillinger a5566d508b Fix flaky, dubious LdbCmdTest::*DumpFileChecksum* (#8898) 3 years ago
Peter Dillinger c9cd5d25a8 Remove some unneeded code (#8736) 3 years ago
mrambacher ab7f7c9e49 Allow WAL dir to change with db dir (#8582) 3 years ago
Peter Dillinger 0804b44fb6 Some fixes and enhancements to `ldb repair` (#8544) 3 years ago
Baptiste Lemaire 3f20925dc4 Add list live files metadata (#8446) 3 years ago
Baptiste Lemaire 0a1aed4e71 Fix double slashes in user-provided db path. (#8439) 3 years ago
mrambacher 281ac9c89e Add CreateFrom methods to Env/FileSystem (#8174) 3 years ago
Zhichao Cao f44e69c64a Use DbSessionId as cache key prefix when secondary cache is enabled (#8360) 3 years ago
Yanqin Jin 063a68b9cd Check and handle failure in ldb (#8072) 3 years ago
Hans Holmberg 670567db09 Add support for custom file systems to ldb and sst_dump (#8010) 3 years ago
mrambacher 4a09d632c4 Remove Legacy and Custom FileWrapper classes from header files (#7851) 3 years ago
anand76 8e7b068ecc Make ldb load column family options from OPTIONS file (#7847) 4 years ago
Adam Retter 6e0f62f2b6 Add more tests to ASSERT_STATUS_CHECKED (3), API change (#7715) 4 years ago
Andrew Kryczka b8c01ed38a Support --hex flag in `ldb file_checksum_dump` (#7820) 4 years ago
mrambacher 02418194d7 Add more tests for assert status checked (#7524) 4 years ago
Peter Dillinger 4d1ac19e3d aggregated-table-properties with GetMapProperty (#7779) 4 years ago
Yanqin Jin 394210f280 Remove unused includes (#7604) 4 years ago
Zhichao Cao d8ec0a760a Make FileType Public and Replace kLogFile with kWalFile (#7580) 4 years ago
Andrew Kryczka 5746767387 add `ldb unsafe_remove_sst_file` subcommand (#7335) 4 years ago
Akanksha Mahajan 1f9f630b27 Store FileSystemPtr object that contains FileSystem ptr (#7180) 4 years ago
Zitan Chen be41c61f22 Add a new option for BackupEngine to store table files under shared_checksum using DB session id in the backup filenames (#6997) 4 years ago
Peter Dillinger edf74d1cb1 Add --version and --help to ldb and sst_dump (#6951) 4 years ago
mrambacher e85cbdb4e8 Fix two core dumps when files are missing (#6922) 4 years ago
Zitan Chen 02df00d97b API change: DB::OpenForReadOnly will not write to the file system unless create_if_missing is true (#6900) 4 years ago
sdong 4a4b8a1344 sst_dump to reduce number of file reads (#6836) 4 years ago
sdong a50ea71c00 Improve ldb consistency checks (#6802) 4 years ago
Derrick Pallas 5272305437 Fix FilterBench when RTTI=0 (#6732) 4 years ago