Created
October 20, 2020 23:17
-
-
Save mdcallag/be5fa945fe19f51cbaa9771f434541b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mysqld] | |
sql_mode=no_engine_substitution,no_unsigned_subtraction | |
default_tmp_storage_engine=MyISAM | |
tmpdir=/data/m/fbmy/data | |
query_cache_size=0 | |
query_cache_type=0 | |
# slow_query_log_file=/data/m/fbmy/slow.log | |
long_query_time=5 | |
# skip_log_bin | |
log_bin=/data/m/fbmy/binlogs/bl | |
max_binlog_size=128M | |
server_id=77 | |
datadir=/data/m/fbmy/data | |
rocksdb | |
default-storage-engine=rocksdb | |
skip-innodb | |
default-tmp-storage-engine=MyISAM | |
binlog_format=ROW | |
collation-server=latin1_bin | |
rocksdb_wal_dir=/data/m/fbmy/txlogs | |
transaction-isolation=READ-COMMITTED | |
sync_binlog=0 | |
rocksdb_flush_log_at_trx_commit=2 | |
# x1 | |
rocksdb_block_cache_size=10G | |
# x2 | |
rocksdb_max_background_jobs=2 | |
# x3 | |
#rocksdb_default_cf_options=level_compaction_dynamic_level_bytes=true | |
# x4b | |
#rocksdb_default_cf_options=level_compaction_dynamic_level_bytes=true;block_based_table_factory={cache_index_and_filter_blocks=1;filter_policy=bloomfilter:10:false;whole_key_filtering=1};optimize_filters_for_hits=true | |
# x5c | |
# rocksdb_default_cf_options=level_compaction_dynamic_level_bytes=true;block_based_table_factory={cache_index_and_filter_blocks=1;filter_policy=bloomfilter:10:false;whole_key_filtering=1};optimize_filters_for_hits=true;max_write_buffer_number=4;write_buffer_size=256m;max_bytes_for_level_base=1024m | |
# x6a | |
rocksdb_default_cf_options=level_compaction_dynamic_level_bytes=true;block_based_table_factory={cache_index_and_filter_blocks=1;filter_policy=bloomfilter:10:false;whole_key_filtering=1};optimize_filters_for_hits=true;max_write_buffer_number=4;write_buffer_size=256m;max_bytes_for_level_base=1024m;compression_per_level=kNoCompression | |
[mysqld_safe] | |
malloc-lib=/usr/lib/x86_64-linux-gnu/libjemalloc.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MyRocks 5.6.35 my.cnf.cx6a