Commit Graph

429 Commits (f24ef5d6ab8bcde242508536ff504f2c3e304600)

Author SHA1 Message Date
Peter Dillinger 31d1cea4f3 Add and fix clang -Wshift-sign-overflow (#7431) 5 years ago
Peter Dillinger 9d8eb77c4d Less I/O for incremental backups, slightly better corruption detection (#7413) 5 years ago
Peter Dillinger b475a83f9d Postponing custom checksum support in BackupEngine (#7411) 5 years ago
Peter Dillinger 93719fc953 Restore file size in backup table file names (and other cleanup) (#7400) 5 years ago
mrambacher 7d472accdc Bring the Configurable options together (#5753) 5 years ago
Andrew Kryczka 5746767387 add `ldb unsafe_remove_sst_file` subcommand (#7335) 5 years ago
Andrew Kryczka 40e97b02be add warning on `DeleteFile()` API (#7337) 5 years ago
rockeet e653af7164 DBWithTTL::Open() param ttls: vector<int32_t> to const vector<int32_t>& (#7196) 5 years ago
Daniel Smith 510c66fb75 Typo: s/entires/entries/ (#7248) 5 years ago
Zitan Chen b578ca2e4d BackupEngine supports custom file checksums (#7085) 5 years ago
Levi Tamasi 8cb278d11a Move CompressionType to its own header file (#7162) 5 years ago
Zitan Chen b923dc720b BackupEngine computes table checksums only once if db session ids are available (#7110) 5 years ago
Zitan Chen 373d5ac485 BackupEngine verifies table file checksums on creating new backups (#7015) 5 years ago
Zitan Chen 6a243b3ade Generalize BackupEngine naming option for share_files_with_checksum SSTs and revert BackupEngine::VerifyBackup to check only file sizes by default (#7032) 5 years ago
Zitan Chen 1569dc48f5 `BackupEngine::VerifyBackup` verifies checksum by default (#7014) 5 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) 5 years ago
Zitan Chen 88db97b06d Add a DB Session ID (#6959) 5 years ago
Peter Dillinger edf74d1cb1 Add --version and --help to ldb and sst_dump (#6951) 5 years ago
Peter Dillinger c7aedf1b48 Clean up some code related to file checksums (#6861) 5 years ago
Cheng Chang b9d65f5aa6 Trigger compaction in CompactOnDeletionCollector based on deletion ratio (#6806) 5 years ago
sdong a50ea71c00 Improve ldb consistency checks (#6802) 5 years ago
Cheng Chang ef0c3eda27 Make users explicitly be aware of prepare before commit (#6775) 5 years ago
mrambacher 4cbc19d2a1 Add a ConfigOptions for use in comparing objects and converting to/from strings (#6389) 5 years ago
anand76 3d6d7bcf17 Log CompactOnDeletionCollectorFactory parameters on DB open (#6686) 5 years ago
Andrew Kryczka f08630b914 explicitly mark backup interfaces non-extensible (#6654) 5 years ago
Cheng Chang ee50b8d499 Be able to decrease background thread's CPU priority when creating database backup (#6602) 5 years ago
Chao Zhao 4028eba67b Optional sequence number exporting during checkpoint creation (#5528) 5 years ago
Otto Kekäläinen f6c2777d95 Fix spelling: commited -> committed (#6481) 5 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
Andrew Kryczka 0f9dcb88b2 Return NotSupported from WriteBatchWithIndex::DeleteRange (#5393) 5 years ago
wolfkdy 1ab1231acf parallel occ (#6240) 5 years ago
anand76 afa2420c2b Introduce a new storage specific Env API (#5761) 5 years ago
Maysam Yabandeh 8613ee2e94 Enable all txn write policies in crash test (#6158) 5 years ago
Peter Dillinger e8f997ca59 Update comment on max_valid_backups_to_open (#6105) 5 years ago
Peter Dillinger e8e7fb1dcf More fixes to auto-GarbageCollect in BackupEngine (#6023) 5 years ago
Peter Dillinger aa63abf698 Auto-GarbageCollect on PurgeOldBackups and DeleteBackup (#6015) 5 years ago
Yanqin Jin 67e735dbf9 Rename BlockBasedTable::ReadMetaBlock (#6009) 5 years ago
Sergei Petrunia 230bcae7b6 Add a limited support for iteration bounds into BaseDeltaIterator (#5403) 5 years ago
Vijay Nadimpalli ec880436c1 API to get file_creation_time of the oldest file in the DB (#5948) 6 years ago
Yanqin Jin 167cdc9f17 Support custom env in sst_dump (#5845) 6 years ago
Yanqin Jin ae45835703 Add TryCatchUpWithPrimary to StackableDB (#5855) 6 years ago
sdong e8263dbdaa Apply formatter to recent 200+ commits. (#5830) 6 years ago
andrew 622683000c Allow users to stop manual compactions (#3971) 6 years ago
Shylock Hg 9eb3e1f77d Use delete to disable automatic generated methods. (#5009) 6 years ago
Affan Dar 229e6fbe0e Adding DB::GetCurrentWalFile() API as a repliction/backup helper (#5765) 6 years ago
Zhongyi Xie 2f41ecfe75 Refactor trimming logic for immutable memtables (#5022) 6 years ago
sdong e1c468d16f Do readahead in VerifyChecksum() (#5713) 6 years ago
sdong bd2c753dd0 Add command "list_file_range_deletes" in ldb (#5615) 6 years ago
Manuel Ung 6f0f82de87 WriteUnPrepared: increase test coverage in transaction_test (#5658) 6 years ago
Vijay Nadimpalli d150e01474 New API to get all merge operands for a Key (#5604) 6 years ago