Commit Graph

138 Commits (23a057007c826e9735837b34b6ba6a008c4ff8ea)

Author SHA1 Message Date
Andrew Kryczka 3771e37970 WriteBatch support for range deletion 9 years ago
Aaron Gao e408e98c8c add Name() to Cache 9 years ago
Aaron Gao 76a67cf741 support stackableDB as the baseDB of transactionDB 9 years ago
Aaron Gao 2914de64e8 add sim_cache stats to Statistics 9 years ago
Zongzhi Chen 98d0b78eac Added check_snapshot option in the DB's AddFile function (#1261) 9 years ago
omegaga 44f5cc57a5 Add time series database (resubmitted) 9 years ago
sdong 7c4615cf1f A utility function to help users migrate DB after options change 9 years ago
ryneli 663afef884 Add EnvLibrados - RocksDB Env of RADOS (#1222) 9 years ago
Yi Wu 4b95253587 Refactor cache.cc 9 years ago
Aaron Gao dda6c72ac8 Add DestroyColumnFamilyHandle(ColumnFamilyHandle**) to db.h 9 years ago
Aaron Gao 8e6b38d895 update DB::AddFile to ingest list of sst files 9 years ago
Reid Horuff 892e9d3047 make transaction WriteOptions modifiable 9 years ago
sdong 0babce57f7 Move away from enum char value -1 9 years ago
Uddipta Maity 1147e5b05a Adding support for sharing throttler between multiple backup and restores 9 years ago
Andrew Kryczka af0c9ac01d Env registry for URI-based Env selection [pluggable Env part 1] 9 years ago
sdong c40c4cae14 LDBCommand::SelectCommand to use a struct as the parameter 9 years ago
sdong 0e20000171 LDBCommand::InitFromCmdLineArgs() to move from template to function wrapper 9 years ago
Aaron Gao 5d660258e7 add simulator Cache as class SimCache/SimLRUCache(with test) 9 years ago
Arun Sharma 5c06e0814c [ldb] Templatize the Selector 9 years ago
Arun Sharma 49815e3841 [ldb] Export LDBCommandRunner 9 years ago
Andrew Kryczka 5c1c904877 ldb option for compression dictionary size 9 years ago
Reid Horuff 8a66c85e90 [rocksdb] Two Phase Transaction 9 years ago
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