Commit Graph

166 Commits (5fa927aa97424f1e5752401141037fbb5d7ab79e)

Author SHA1 Message Date
Reid Horuff 0460e9dcce Modification of WriteBatch to support two phase commit 9 years ago
Andrew Kryczka 269f6b2e2d Revert "Modification of WriteBatch to support two phase commit" 9 years ago
Arun Sharma 04dec2a359 [ldb] Export ldb_cmd*.h 9 years ago
Reid Horuff 6e56a114be Modification of WriteBatch to support two phase commit 9 years ago
Li Peng 6d4832a998 Merge pull request #1101 from flyd1005/wip-fix-typo 9 years ago
Andrew Kryczka 40b840f294 Delete deprecated *BackupableDB interface for backups 9 years ago
Uddipta Maity b55e2165be Rocksdb backup can store optional application specific metadata 9 years ago
agiardullo 2200295ee1 optimistic transactions support for reinitialization 9 years ago
Andrew Kryczka 501927ffc4 [backupable db] Remove file size embedded in name workaround 9 years ago
agiardullo 5ea9aa3c14 TransactionDB:ReinitializeTransaction 9 years ago
agiardullo cd3fe675a9 Remove stale TODO 9 years ago
Yueh-Hsuan Chiang 730a422c3a Improve the documentation of LoadLatestOptions 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
agiardullo fe93bf9b5d Transaction::UndoGetForUpdate 9 years ago
agiardullo eff309867e Do not use timed_mutex in TransactionDB 9 years ago
agiardullo 84f98792d6 Transaction::SetWriteOptions() 9 years ago
Sage Weil 2074ddd625 env: add EnvMirror 9 years ago
charsyam c30b499541 fix typos in comments 9 years ago
Jay Edgar b28b7c6dd9 Added callback notification when a snapshot is created 9 years ago
Alex Yang e8180f9901 added public api to schedule flush/compaction, code to prevent race with db::open 9 years ago
sdong 6bbfa1874b BackupDB to have a mode to use file size in file name 9 years ago
Yueh-Hsuan Chiang d781da8164 Add CheckOptionsCompatibility() API to options_util 9 years ago
Yueh-Hsuan Chiang e11f676e34 Add OptionsUtil::LoadOptionsFromFile() API 9 years ago
Yueh-Hsuan Chiang f3ca28ab03 Correct the comment of GetApproximateMemoryUsageByType 9 years ago
Yueh-Hsuan Chiang 7d7ee2b654 Add Memory Insight support to utilities 9 years ago
Yueh-Hsuan Chiang 3ecbab0040 Add GetAggregatedIntProperty(): returns the aggregated value from all CFs 9 years ago
Satnam Singh c9aef3c41c Add RocksDb/GeoDb Iterator interface 9 years ago
Alexey Maykov 980a82ee2f Fix a bug in GetApproximateSizes 9 years ago
agiardullo cfaa33f9a5 Update transaction iterator documentation 9 years ago
Alexey Maykov f18acd8875 Fixed the clang compilation failure 9 years ago
Alexey Maykov e1a09a7703 Implementation for GetPropertiesOfTablesInRange 9 years ago
Jay Edgar 8f143e03fb Add ClearSnapshot() 9 years ago
agiardullo def74f8763 Deferred snapshot creation in transactions 10 years ago
agiardullo c5f3707d42 DisableIndexing() for Transactions 10 years ago
Igor Canadi 115427ef63 Add APIs PauseBackgroundWork() and ContinueBackgroundWork() 10 years ago
agiardullo 03b08ba9a9 Return MergeInProgress when fetching from transactions or WBWI with overwrite_key 10 years ago
agiardullo afe0dc539b SingleDelete support for Transactions 10 years ago
agiardullo 25fd743d75 Fix SingleDelete support in WriteBatchWithIndex 10 years ago
Islam AbdelRahman f03b5c987b Add experimental DB::AddFile() to plug sst files into empty DB 10 years ago
jsteemann 669b892f97 add missing header required for std::function 10 years ago
Andres Noetzli 014fd55adc Support for SingleDelete() 10 years ago
Dmytro Okhonko 31a27a3606 Callback for informing backup downloading added 10 years ago
agiardullo aa6eed0c1e Transaction stats 10 years ago
agiardullo 5e94f68f35 TransactionDB Custom Locking API 10 years ago
Mayank Pundir d9f42aa60d Adding a verifyBackup method to BackupEngine 10 years ago
agiardullo 0f1aab6c12 Add SetLockTimeout for Transactions 10 years ago
Andres Noetzli 3c9cef1eed Unified maps with Comparator for sorting, other cleanup 10 years ago
agiardullo c3466eab07 Have Transactions use WriteBatch::RollbackToSavePoint 10 years ago
agiardullo 0db807ec28 Transaction error statuses 10 years ago
agiardullo c2f2cb0214 Pessimistic Transactions 10 years ago