Commit Graph

457 Commits (4990c0d1a579312a8b36e9a539d579b73aba3909)

Author SHA1 Message Date
omegaga 7323e4c8ab Fix clang on macOS 8 years ago
Dmitri Smirnov e4609a749b Fix Windows build issues (#1253) 8 years ago
omegaga 2306167d30 Fix clang build failure and refactor unit test 8 years ago
Jay Edgar cdc4eb6892 Add a GetComparator() function to the ColumnFamilyHandle base class so that the user's comparator can be retrieved. 8 years ago
krad 712dd27e67 Build break fixes 8 years ago
krad 726c2f7e5b Build break fix 8 years ago
omegaga d51dc96a79 Experiments on column-aware encodings 8 years ago
krad c116b47804 Persistent Read Cache (part 6) Block Cache Tier Implementation 8 years ago
ryneli 663afef884 Add EnvLibrados - RocksDB Env of RADOS (#1222) 8 years ago
John Alexander 9ab38c45ad Remove %z Format Specifier and Fix Windows Build of sim_cache.cc (#1224) 8 years ago
omegaga e70020e4f6 Only cache level 0 indexes and filter when opening table reader 8 years ago
krad 7bedd94406 Build break fix 8 years ago
Islam AbdelRahman 68a8e6b8fa Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago
krad d9cfaa2b16 Persistent Read Cache (6) Persistent cache tier implentation - File layout 8 years ago
Yi Wu 4b95253587 Refactor cache.cc 8 years ago
Yi Wu 296545a2c7 Fix clang analyzer errors 8 years ago
Aaron Gao 7c190070b4 delete unnessary pointer cast in beginInternalTransaction() function 8 years ago
Zun Wang eb53c05a35 Add comment for GetBackupInfo about returned BackupInfos order 8 years ago
Andrew Kryczka 1a11c934d2 Disable some persistent cache tests on linux/clang 8 years ago
Wanning Jiang 95d96eeeb1 remove LockFile 8 years ago
Wanning Jiang ff45d1b547 if read only backup engine can't find meta dirs, return NotFound() instead of IOError() 8 years ago
Wanning Jiang 95c192475d writable file close before reset 8 years ago
Reid Horuff 892e9d3047 make transaction WriteOptions modifiable 8 years ago
charsyam 4f2b0946d1 fix simple typos (#1183) 8 years ago
Islam AbdelRahman 7c919deccc Reuse TimedFullMerge instead of FullMerge + instrumentation 8 years ago
krad 81f6b33d93 Fix tsan error 8 years ago
Wanning Jiang 56887f6cb8 Backup Options 8 years ago
krad 5b197bff41 Enabled Windows build for volatile tier implementation 8 years ago
Islam AbdelRahman 281fbdddc2 Temporarily remove PersistentCacheOptions from persistent_cache_tier.h to fix unity build 8 years ago
Islam AbdelRahman 8ff59b2b40 Disable PersistentCacheTierTest.VolatileCacheInsertWithEviction test under TSAN temporarily 8 years ago
sdong 098da83483 Fix CLANG build break caused by the recent Persistent Cache change 8 years ago
krad d755c62f92 Persistent Read Cache (5) Volatile cache tier implementation 8 years ago
krad 0fee896841 Fix Windows build 8 years ago
krad 3070ed9021 Persistent Read Cache (4) Interface definitions 8 years ago
Uddipta Maity 1147e5b05a Adding support for sharing throttler between multiple backup and restores 8 years ago
Andrew Kryczka af0c9ac01d Env registry for URI-based Env selection [pluggable Env part 1] 8 years ago
Aaron Gao 630b732cb3 fix flaky sim_cache_test 8 years ago
krad 62d5480984 Add persistent cache to Windows build system 8 years ago
Zuoyan Qin 590e2617ee fix delete file bug when do checkpoint (#1138) 8 years ago
Aaron Gao 5d660258e7 add simulator Cache as class SimCache/SimLRUCache(with test) 8 years ago
krad 4e7e41ba77 Disable lite build/testing for persistent read cache 8 years ago
sdong 0e77246ba9 backupable_db.cc: lambada to explictly caputre "this" when escaping scope 8 years ago
Aaron Orenstein 2073cf3775 Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions. 8 years ago
Islam AbdelRahman 1f2dca0eaa Add MaxOperator to utilities/merge_operators/ 8 years ago
Islam AbdelRahman 05c5c39a7c Fix build 8 years ago
Reid Horuff a6254f2bd4 Long outstanding prepare test 8 years ago
Islam AbdelRahman 2ead115116 Fix TransactionTest.TwoPhaseMultiThreadTest under TSAN 8 years ago
krad 1f0142ce19 Persistent Read Cache (Part 2) Data structure for building persistent read cache index 8 years ago
Islam AbdelRahman f6aedb62c0 Fix Transaction memory leak 8 years ago
Reid Horuff 40123b3805 signed vs unsigned comparison fix 8 years ago