Commit Graph

62 Commits (99ffb3d5330ee63086a1e1dc0c7387dafd47df96)

Author SHA1 Message Date
Omar Sandoval deb08b8226 Add parsing of missing DB options 8 years ago
Yueh-Hsuan Chiang 79ca039eb4 Relax the check condition of prefix_extractor in CheckOptionsCompatibility 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
sdong 56e77f0967 Deprecate options.soft_rate_limit and add options.soft_pending_compaction_bytes_limit 9 years ago
sdong 6170fec251 Fix build broken by previous commit of "option helper refactor" 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 e114f0abb8 Enable RocksDB to persist Options file. 9 years ago
Dmitri Smirnov a0163c0682 Do not disable compiler warnings: 9 years ago
SherlockNoMad 84992d6475 Option Helper Refactoring 9 years ago
SherlockNoMad b69b9b624e Support PlainTableOption in option_helper 9 years ago
Yueh-Hsuan Chiang 2379944093 Fixed an incorrect replace of const value in util/options_helper.cc 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 da1cf8a9bc Add a missing check for deprecated options in options_helper.cc 9 years ago
Yueh-Hsuan Chiang 1e73b11af7 Better handling of deprecated options in RocksDBOptionsParser 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 9 years ago
Yueh-Hsuan Chiang 1fb2abae2d ColumnFamilyOptions serialization / deserialization. 9 years ago
Yueh-Hsuan Chiang 9ec9571593 DBOptions serialization and deserialization 9 years ago
sdong 603b6da8b8 Add options.compaction_measure_io_stats to print write I/O stats in compactions 9 years ago
Igor Canadi 35ca59364c Don't let flushes preempt compactions 9 years ago
agiardullo 81d072623c move convenience.h out of utilities 9 years ago
Igor Canadi a9c5109515 Deprecate purge_redundant_kvs_while_flush 9 years ago
sdong f9728640f3 "make format" against last 10 commits 9 years ago
unknown 5c79132335 Revert the changes related to Options, as requested to seperate them into 9 years ago
Dmitri Smirnov ef4b87f1b2 Commit both PR and internal code review changes 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
agiardullo c815351038 Support saving history in memtable_list 9 years ago
Igor Canadi 4a855c0799 Add an option wal_bytes_per_sync to control sync_file_range for WAL files 9 years ago
sdong 98a44559d5 Build for CYGWIN 9 years ago
sdong 397b6588bd options.paranoid_file_checks to read all rows after writing to a file. 9 years ago
Igor Canadi c88ff4ca76 Deprecate removeScanCountLimit in NewLRUCache 9 years ago
Igor Canadi 485ac0dbd0 Add rate_limiter to string options 9 years ago
Igor Canadi db03739340 options.level_compaction_dynamic_level_bytes to allow RocksDB to pick size bases of levels dynamically. 9 years ago
Sameet Agarwal e7c434c364 Add columnfamily option optimize_filters_for_hits to optimize for key hits only 9 years ago
Igor Canadi 96ab15d306 GetOptionsFromString + fixes to block_based_table_options 10 years ago
sdong 5917de0bae CappedFixTransform: return fixed length prefix, or full key if key is shorter than the fixed length 10 years ago
Yoshinori Matsunobu ceaea2b72d Adding prefix_extractor string config parameter 10 years ago
Lei Jin 5045c43944 add support for nested BlockBasedTableOptions in config string 10 years ago
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago
Lei Jin 8d3f8f9696 remove all remaining references to cfd->options() 10 years ago
Jonah Cohen 517c28994d Options helper supports k, m, g, and t unit suffixes 10 years ago
Igor Canadi 25f273027b Fix iOS compile with -Wshorten-64-to-32 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Lei Jin fd24ae9d05 SetOptions() to return status and also add it to StackableDB 10 years ago
Lei Jin f1841985e4 dynamic inplace_update options 10 years ago
Lei Jin 122f98e0b9 dynamic max_mem_compact_level 10 years ago