Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Created May 10, 2022 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdcallag/da731267b9a4b4342e849ea9ef40b0ad to your computer and use it in GitHub Desktop.
Save mdcallag/da731267b9a4b4342e849ea9ef40b0ad to your computer and use it in GitHub Desktop.
numactl --interleave=all ./db_bench --benchmarks=readrandom --use_existing_db=1 --level0_file_num_compaction_trigger=4 --level0_slowdown_writes_trigger=20 --level0_stop_writes_trigger=30 --max_background_jobs=16 --max_write_buffer_number=8 --db=/data/m/rx --wal_dir=/data/m/rx --num=40000000 --num_levels=8 --key_size=20 --value_size=400 --block_size=8192 --cache_size=1073741824 --cache_numshardbits=6 --compression_max_dict_bytes=0 --compression_ratio=0.5 --compression_type=none --bytes_per_sync=8388608 --benchmark_write_rate_limit=0 --write_buffer_size=16777216 --target_file_size_base=16777216 --max_bytes_for_level_base=67108864 --verify_checksum=true --delete_obsolete_files_period_micros=62914560 --max_bytes_for_level_multiplier=8 --statistics=0 --stats_per_interval=1 --stats_interval_seconds=20 --report_interval_seconds=5 --histogram=1 --memtablerep=skip_list --bloom_bits=10 --open_files=-1 --subcompactions=1 --compaction_style=0 --min_level_to_compress=3 --level_compaction_dynamic_level_bytes=true --pin_l0_filter_and_index_blocks_in_cache=1 --duration=1800 --threads=32 --seed=1651995303 --report_file=bm.lc.nt32.cm0.d0/v6.28.2/benchmark_readrandom.t32.log.r.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment