Commit Graph

1391 Commits (cb82d7b081105dc4d6277ac93b67ce76a5287283)

Author SHA1 Message Date
Yueh-Hsuan Chiang 082e49ba82 Apply InfoLogLevel to the logs in db/repair.cc 10 years ago
Yueh-Hsuan Chiang c4b468000b Apply InfoLogLevel to the logs in db/flush_job.cc 10 years ago
Yueh-Hsuan Chiang 34d436b7db Apply InfoLogLevel to the logs in db/column_family.cc 10 years ago
Yueh-Hsuan Chiang cda9943f9f Apply InfoLogLevel to the logs in db/compaction_picker.cc 10 years ago
Yueh-Hsuan Chiang 7b3a618f94 Apply InfoLogLevel to the logs in db/db_filesnapshot.cc 10 years ago
Lei Jin 2d4fe048f4 remove dead code 10 years ago
Lei Jin 76d54530d3 minor - remove default value for ChangeFilterOptions() and ChangeCompactionOptions() 10 years ago
Lei Jin e130e88bc6 DBTest: options clean up - part 4 10 years ago
Lei Jin 34f3c5a20f DBTest: options clean up - part 3 10 years ago
Lei Jin cdc7230e4c DBTest: options clean up - part 2 10 years ago
Lei Jin 5a921b8950 DBTest: options clean up - part 1 10 years ago
Yueh-Hsuan Chiang c9c935923e Move the check to the beginning of the loop in VersionEdit::EncodeTo() 10 years ago
Yueh-Hsuan Chiang 2110e43a5a Remove an unnecessary include file in version_edit.cc 10 years ago
Igor Canadi abac3d6476 TableMock + framework for mock classes 10 years ago
Yueh-Hsuan Chiang fb3f8ffe5e Improve the robustness of PartialCompactionFailure test again. 10 years ago
Yueh-Hsuan Chiang 60fa7d1365 Improve the robustnesss of PartialCompactionFailure test. 10 years ago
Yueh-Hsuan Chiang 3772a3d09d Fix the bug where compaction does not fail when RocksDB can't create a new file. 10 years ago
Igor Canadi a39e931e50 FlushProcess 10 years ago
Lei Jin efa2fb33b0 make LevelFileNumIterator and LevelFileIteratorState anonymous 10 years ago
Lei Jin eb357af58c unfriend ForwardIterator from VersionSet 10 years ago
Lei Jin f981e08139 unfriend ColumnFamilyData from VersionSet 10 years ago
Lei Jin 834c67d77f rename FileLevel to LevelFilesBrief / unfriend CompactedDBImpl 10 years ago
Lei Jin a28b3c4388 unfriend UniversalCompactionPicker,LevelCompactionPicker and FIFOCompactionPicker from VersionSet 10 years ago
Lei Jin 5187d896b9 unfriend Compaction and CompactionPicker from VersionSet 10 years ago
Igor Canadi b680033e63 Include atomic in env_test 10 years ago
Igor Canadi 7c303f0e78 Include atomic 10 years ago
Igor Canadi 48842ab316 Deprecate AtomicPointer 10 years ago
Lei Jin f1841985e4 dynamic inplace_update options 10 years ago
sdong 240ed0cd7b Fix uninitialized parameter caused by D24513 10 years ago
Yueh-Hsuan Chiang 724fba2b39 Improve the log in Universal Compaction to include more debug information. 10 years ago
Lei Jin 122f98e0b9 dynamic max_mem_compact_level 10 years ago
Lei Jin 1fee591e74 comments for DynamicCompactionOptions test 10 years ago
Lei Jin 574028679b dynamic max_sequential_skip_in_iterations 10 years ago
Igor Canadi 4b1786e959 Fix SIGSEGV when declaring Arena after ScopedArenaIterator 10 years ago
Igor Canadi 90f156402c Fix CompactBetweenSnapshots 10 years ago
Yueh-Hsuan Chiang 3b5fe3a1f3 Correct the log message in VersionEdit 10 years ago
sdong 2a8e5203d8 db_bench: --batch_size used for write benchmarks too 10 years ago
sdong d755e53b87 Printing number of keys in DB Stats 10 years ago
Igor Canadi 6398e6a6a5 Fix DeleteFile() + enable deleting files oldest files in level 0 10 years ago
sdong 5bfb7f5d0b db_bench: seekrandom can specify --seek_nexts to read specific keys after seek. 10 years ago
Lei Jin ff8f74c204 remove checking lower bound of level size 10 years ago
Lei Jin 2dd9bfe3a8 Sanitize block-based table index type and check prefix_extractor 10 years ago
Yueh-Hsuan Chiang 6c66918645 Speed up DB::Open() and Version creation by limiting the number of FileMetaData initialization. 10 years ago
Yueh-Hsuan Chiang 5db9e76644 Fix Mac compile error: C++11 forbids default arguments for lambda expressions 10 years ago
Lei Jin f4363fb81c Fix DynamicMemtableOptions test 10 years ago
Igor Canadi ee80fb4b4a Total memtables size counter 10 years ago
Lei Jin 274dc81c92 fix build failure 10 years ago
Lei Jin d6c8dba727 Log MutableCFOptions in SetOptions 10 years ago
Lei Jin 4d5708aa56 dynamic soft_rate_limit and hard_rate_limit 10 years ago
Lei Jin 065a67c4f0 dynamic disable_auto_compactions 10 years ago