Skip to content

Instantly share code, notes, and snippets.

@RaduBerinde
Created December 26, 2023 14:58
Show Gist options
  • Save RaduBerinde/f38b5e3d2eb502fb4c1da1340a8518c0 to your computer and use it in GitHub Desktop.
Save RaduBerinde/f38b5e3d2eb502fb4c1da1340a8518c0 to your computer and use it in GitHub Desktop.
[Version]
pebble_version=0.1
[Options]
bytes_per_sync=32768
cache_size=134217728
cleaner=delete
compaction_debt_concurrency=1073741824
comparer=pebble.internal.testkeys
disable_wal=false
flush_delay_delete_range=805ms
flush_delay_range_key=1.175s
flush_split_bytes=128
format_major_version=16
l0_compaction_concurrency=4
l0_compaction_file_threshold=64
l0_compaction_threshold=14
l0_stop_writes_threshold=93
lbase_max_bytes=32
level_multiplier=80
max_concurrent_compactions=1
max_manifest_file_size=134217728
max_open_files=1000
mem_table_size=16777216
mem_table_stop_writes_threshold=6
min_deletion_rate=67108864
merger=pebble.concatenate
multilevel_compaction_heuristic=wamp(0.00, false)
read_compaction_rate=16000
read_sampling_multiplier=16
strict_wal_tail=true
table_cache_shards=10
table_property_collectors=[]
validate_on_ingest=true
wal_dir=
wal_bytes_per_sync=0
max_writer_concurrency=0
force_writer_parallelism=false
secondary_cache_size_bytes=0
create_on_shared=2
disable_delete_only_compactions=true
disable_elision_only_compactions=true
[Level "0"]
block_restart_interval=43
block_size=4096
block_size_threshold=92
compression=NoCompression
filter_policy=none
filter_type=table
index_block_size=16384
target_file_size=8
[TestOptions]
strictfs=true
ingest_using_apply=true
replace_single_delete=true
threads=3
enable_value_blocks=true
async_apply_to_db=true
shared_storage_enabled=true
seed_efos=10322377819724729785
use_shared_replicate=true
use_excise=true
efos_always_creates_iterators=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment