mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
8ef677b15f
v2: Cover rocksdb options in ClickHouse config v3: add missing __init__.py v4: Rework rocksdb options from config v5: add column_family_options support
14 lines
307 B
YAML
14 lines
307 B
YAML
---
|
|
rocksdb:
|
|
options:
|
|
max_background_jobs: 8
|
|
column_family_options:
|
|
num_levels: 2
|
|
tables:
|
|
- table:
|
|
name: test
|
|
options:
|
|
max_open_files: 10000
|
|
column_family_options:
|
|
max_bytes_for_level_base: 14
|