Commit Graph

5195 Commits (e70ba4e40e3ff515902c507a54fe818ac4e915ec)
 

Author SHA1 Message Date
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
Wanning Jiang ff45d1b547 if read only backup engine can't find meta dirs, return NotFound() instead of IOError() 8 years ago
Aaron Gao cb2476a0ca fix rate limiter to avoid starvation 8 years ago
Andrew Kryczka 6b7167651f Run env_basic_test on Env::Default 8 years ago
Andrew Kryczka 9eb0b53954 Move env_basic_test cleanup to TearDown 8 years ago
Islam AbdelRahman 1fe3bf8298 Re-enable linux on travis 8 years ago
John Alexander 43692793e3 Fixed Minor Bug on Windows Build and db_bench_tool.cc (#1189) 8 years ago
Wanning Jiang 95c192475d writable file close before reset 8 years ago
dhruba borthakur 197b832afa Update USERS.md 8 years ago
Gunnar Kudrjavets bdb1d19a69 Fix UBSan build break caused by variable not initialized 8 years ago
Willem Jan Withagen b726bf5961 FreeBSD does not have std::to_string (#1190) 8 years ago
Yueh-Hsuan Chiang faa7eb3b99 Improve regression_test.sh 8 years ago
sdong c4cef07f1b Update DBTestUniversalCompaction.UniversalCompactionSingleSortedRun to use max_size_amplification_percent = 0 8 years ago