Commit Graph

5207 Commits (89f319c2dfc7c1c40b45d0ba916cdd75b19f307e)
 

Author SHA1 Message Date
Yi Wu 89f319c2df Fix unit test which breaks lite build 8 years ago
sdong b50632920d Add unit test not on /dev/shm as part of the pre-commit tests 8 years ago
krad b9a97181aa Bump next release version 8 years ago
ryneli 663afef884 Add EnvLibrados - RocksDB Env of RADOS (#1222) 8 years ago
Yi Wu 32604e6601 Fix flush not being commit while writing manifest 8 years ago
John Alexander 9ab38c45ad Remove %z Format Specifier and Fix Windows Build of sim_cache.cc (#1224) 8 years ago
Volker Mische 08ab1d83ac Remove bashism from `make check` (#1225) 8 years ago
sdong f9b14be495 Re-enable TSAN crash test but only with black box crash test 8 years ago
sdong 68f3eb746c Run release build for CLANG and GCC 4.8.1 in pre-commit tests too 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
sdong e70ba4e40e MemTable::PostProcess() can skip updating num_deletes if the delta is 0 8 years ago
sdong 2a282e5f54 DBTablePropertiesTest.GetPropertiesOfTablesInRange: Fix Flaky 8 years ago
krad d9cfaa2b16 Persistent Read Cache (6) Persistent cache tier implentation - File layout 8 years ago
John Alexander 9430333f84 New Statistics to track Compression/Decompression (#1197) 8 years ago
Alexander Jipa 515b11ffab fixes #1210: rocksdb/java/CMakeLists.txt lacks cmake_minimum_required (#1214) 8 years ago
Alexander Jipa 876cb8bfb4 fixes #1212: rocksdbjni maven build does not escape slashes in groovy script (#1213) 8 years ago
sdong 21c55bdb6e DBTest.DynamicLevelCompressionPerLevel: Tune Threshold 8 years ago
Yi Wu 4b95253587 Refactor cache.cc 8 years ago
Igor Canadi c6a8665b37 Update LANGUAGE-BINDINGS.md 8 years ago
Wanning Jiang 880ee363eb ldb backup support 8 years ago
sdong 6797e6ffac Avoid updating memtable allocated bytes if write_buffer_size is not set 8 years ago
Aaron Gao dda6c72ac8 Add DestroyColumnFamilyHandle(ColumnFamilyHandle**) to db.h 8 years ago
Andrew Kryczka 56222f57df Avoid FileMetaData copy 8 years ago
Jay Edgar 15b7a4ab88 Fixed output size and removed unneeded loop 8 years ago
Yi Wu 6ea41f8527 Fix deadlock when trying update options when write stalls 8 years ago
Jay Edgar efd013d6d8 Miscellaneous performance improvements 8 years ago
omegaga e6f68faf99 Update Makefile to fix dependency 8 years ago
Aaron Gao 816ae098ea fix test failure 8 years ago
Andrew Kryczka e295da1266 Fix Log() doc for default level 8 years ago
Aaron Gao 8e6b38d895 update DB::AddFile to ingest list of sst files 8 years ago
Yi Wu 296545a2c7 Fix clang analyzer errors 8 years ago
Gunnar Kudrjavets 61dbfbb6ce Add release build to RocksDB per-diff/post-commit tests 8 years ago
sdong 907f24d0e1 Concurrent memtable inserter to update counters and flush state after all inserts 8 years ago
Wanning Jiang 0f691c4b5b CLI option & Rename() allow overwrite 8 years ago
Aaron Gao 7c190070b4 delete unnessary pointer cast in beginInternalTransaction() function 8 years ago
Andrew Kryczka e1b3ee8a79 Cleanup auto-roll logger flush-while-rolling test 8 years ago
omegaga cd4178a015 Add a new feature to enforce a sync point only active on a thread 8 years ago
Gunnar Kudrjavets b954847fca Fix release build for MyRocks by using debug-only code only in debug builds 8 years ago
sdong a00bf1b3cf Add More Logging to track total_log_size 8 years ago
sdong 01f77cb192 Update USER.md to include more services at Facebook. 8 years ago
Zun Wang eb53c05a35 Add comment for GetBackupInfo about returned BackupInfos order 8 years ago
sdong 32df9733d1 Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
Aaron Gao 5aaef91d4a group multiple batch of flush into one manifest file (one call to LogAndApply) 8 years ago
omegaga a45ee83181 Fix a bug that accesses invalid address in iterator cleanup function 8 years ago
Lucas Qiu 38fae9e65d fix typos in HISTORY.md (#1192) 8 years ago
Andrew Kryczka 1a11c934d2 Disable some persistent cache tests on linux/clang 8 years ago
Islam AbdelRahman 9b5adea97f Add More Logging to track total_log_size 8 years ago
Wanning Jiang 95d96eeeb1 remove LockFile 8 years ago