Commit Graph

82 Commits (c9d668c5848e3a69d16ca2f3c7857f40776194f3)

Author SHA1 Message Date
sdong a23c6052c8 Don't run DBOptionsAllFieldsSettable under valgrind 9 years ago
sdong 1518b733eb Change default number of cache shard bit to be 6 and max_file_opening_threads to be 16. 9 years ago
Andrew Kryczka f2c43a4a27 Stderr info logger 9 years ago
Marton Trencseni 9b51987521 Adding pin_l0_filter_and_index_blocks_in_cache feature and related fixes. 9 years ago
sdong 2feafa3db9 Change some RocksDB default options 9 years ago
sdong b9d4fa890b Options settable tests to use a different special charactor 9 years ago
sdong b1fafcaca6 Revert "Adding pin_l0_filter_and_index_blocks_in_cache feature." 9 years ago
Marton Trencseni 522de4f59e Adding pin_l0_filter_and_index_blocks_in_cache feature. 9 years ago
Omar Sandoval deb08b8226 Add parsing of missing DB options 9 years ago
Yueh-Hsuan Chiang 79ca039eb4 Relax the check condition of prefix_extractor in CheckOptionsCompatibility 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Islam AbdelRahman 8e6172bc57 Add BlockBasedTableOptions::index_block_restart_interval 9 years ago
Venkatesh Radhakrishnan 3b2a1ddd2e Add options.base_background_compactions as a number of compaction threads for low compaction debt 9 years ago
Islam AbdelRahman d6c838f1e1 Add SstFileManager (component tracking all SST file in DBs and control the deletion rate) 9 years ago
sdong f1ed170105 Add tests to make sure new DB or ColumnFamily options are settable through string 9 years ago
sdong 2c2b72218d Disable OptionsParserTest.BlockBasedTableOptionsAllFieldsSettable under CLANG 9 years ago
sdong 202be23e46 Add test that verifies all options in BlockBasedTableOptions is settable through GetBlockBasedTableOptionsFromString() 9 years ago
SherlockNoMad bd7be035e0 Support Memtable Factory Parse in option_helper.cc 9 years ago
Islam AbdelRahman a163cc2d5a Lint everything 9 years ago
Yueh-Hsuan Chiang e11f676e34 Add OptionsUtil::LoadOptionsFromFile() API 9 years ago
Yueh-Hsuan Chiang 183cadfc87 Add OptionsSanityCheckLevel 9 years ago
SherlockNoMad ccc8c10c0c Move skip_table_builder_flush to BlockBasedTableOption 9 years ago
SherlockNoMad 84992d6475 Option Helper Refactoring 9 years ago
sdong 335e4ce8ca options_test: fix a bug of assertion 9 years ago
SherlockNoMad a6dd0831d5 Add Option to Skip Flushing in TableBuilder 9 years ago
sdong 296c3a1f94 "make format" in some recent commits 9 years ago
SherlockNoMad b69b9b624e Support PlainTableOption in option_helper 9 years ago
Dmitri Smirnov 6fbc4f9f3e Implement smart buffer management. 9 years ago
Sage Weil 543c12ab06 options: add recycle_log_file_num option 9 years ago
Yueh-Hsuan Chiang 0bb8ea56be [RocksDB Options File] Add TableOptions section and support BlockBasedTable 9 years ago
Yueh-Hsuan Chiang 5c7bf56d35 [RocksDB Options] Support more options in RocksDBOptionParser for sanity check. 9 years ago
Yueh-Hsuan Chiang a8b8295d18 Fixed a compile warning in options_test.cc under clang 9 years ago
Yueh-Hsuan Chiang 74b100ac17 RocksDB Options file format and its serialization / deserialization. 9 years ago
sdong 5de807ac16 Add options.hard_pending_compaction_bytes_limit to stop writes if compaction lagging behind 9 years ago
sdong 7a0dbdf3ac Add ZSTD (not final format) compression type 10 years ago
Yueh-Hsuan Chiang 1fb2abae2d ColumnFamilyOptions serialization / deserialization. 10 years ago
Igor Canadi 5f4166c90e ReadaheadRandomAccessFile -- userspace readahead 10 years ago
Ari Ekmekji b6def58f73 Changed 'num_subcompactions' to the more accurate 'max_subcompactions' 10 years ago
sdong 9130873a13 Add options.new_table_reader_for_compaction_inputs 10 years ago
Yueh-Hsuan Chiang 9ec9571593 DBOptions serialization and deserialization 10 years ago
sdong 603b6da8b8 Add options.compaction_measure_io_stats to print write I/O stats in compactions 10 years ago
Igor Canadi 35ca59364c Don't let flushes preempt compactions 10 years ago
agiardullo 81d072623c move convenience.h out of utilities 10 years ago
Igor Canadi a9c5109515 Deprecate purge_redundant_kvs_while_flush 10 years ago
sdong f9728640f3 "make format" against last 10 commits 10 years ago
unknown 5c79132335 Revert the changes related to Options, as requested to seperate them into 10 years ago
Dmitri Smirnov d2f0912bd3 Merge the latest changes from github/master 10 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 10 years ago
agiardullo c815351038 Support saving history in memtable_list 10 years ago
Igor Canadi 4a855c0799 Add an option wal_bytes_per_sync to control sync_file_range for WAL files 10 years ago