|
| 1 | +metadata: |
| 2 | + kind: MainConfig |
| 3 | + cluster: "" |
| 4 | + version: 2 |
| 5 | +config: |
| 6 | + yaml_config_enabled: true |
| 7 | + table_profiles_config: |
| 8 | + table_profiles: |
| 9 | + - name: default |
| 10 | + compaction_policy: default |
| 11 | + execution_policy: default |
| 12 | + partitioning_policy: default |
| 13 | + storage_policy: default |
| 14 | + replication_policy: default |
| 15 | + caching_policy: default |
| 16 | + compaction_policies: |
| 17 | + - name: default |
| 18 | + execution_policies: |
| 19 | + - name: default |
| 20 | + partitioning_policies: |
| 21 | + - name: default |
| 22 | + auto_split: true |
| 23 | + auto_merge: true |
| 24 | + size_to_split: 2147483648 |
| 25 | + storage_policies: |
| 26 | + - name: default |
| 27 | + column_families: |
| 28 | + - storage_config: |
| 29 | + sys_log: |
| 30 | + preferred_pool_kind: ssd |
| 31 | + log: |
| 32 | + preferred_pool_kind: ssd |
| 33 | + data: |
| 34 | + preferred_pool_kind: ssd |
| 35 | + replication_policies: |
| 36 | + - name: default |
| 37 | + caching_policies: |
| 38 | + - name: default |
| 39 | +allowed_labels: |
| 40 | + node_id: |
| 41 | + type: string |
| 42 | + host: |
| 43 | + type: string |
| 44 | + tenant: |
| 45 | + type: string |
| 46 | +selector_config: |
| 47 | +- description: cookie=testdb-01 |
| 48 | + selector: |
| 49 | + tenant: /cluster1/testdb |
| 50 | + config: |
| 51 | + shared_cache_config: |
| 52 | + memory_limit: 51539607552 |
| 53 | + feature_flags: !inherit |
| 54 | + enable_views: true |
| 55 | + enable_data_shard_volatile_transactions: true |
| 56 | + table_service_config: |
| 57 | + sql_version: 1 |
| 58 | + index_auto_choose_mode: MAX_USED_PREFIX |
| 59 | + enable_implicit_query_parameter_types: true |
| 60 | + enable_kqp_data_query_stream_lookup: true |
| 61 | + enable_kqp_data_query_stream_idx_lookup_join: true |
| 62 | + resource_manager: |
| 63 | + kqp_pattern_cache_compiled_capacity_bytes: 524288000 |
| 64 | + kqp_pattern_cache_capacity_bytes: 524288000 |
| 65 | + query_limits: |
| 66 | + result_rows_limit: 20000 |
| 67 | + resource_broker_config: |
| 68 | + queues: |
| 69 | + - name: queue_restore |
| 70 | + limit: |
| 71 | + cpu: 8 |
| 72 | + - name: queue_backup |
| 73 | + limit: |
| 74 | + cpu: 8 |
| 75 | + actor_system_config: |
| 76 | + executor: |
| 77 | + - {name: System, spin_threshold: '10', threads: 2, max_threads: 11, type: BASIC} |
| 78 | + - {name: User, spin_threshold: '1', threads: 11, max_threads: 15, type: BASIC} |
| 79 | + - {name: Batch, spin_threshold: '1', threads: 2, max_threads: 6, type: BASIC} |
| 80 | + - {name: IO, threads: 1, type: IO} |
| 81 | + - {name: IC, spin_threshold: '10', threads: 7, max_threads: 11, time_per_mailbox_micro_secs: 100, max_avg_ping_deviation: 500, type: BASIC} |
| 82 | + scheduler: {progress_threshold: '10000', resolution: '64', spin_threshold: '0'} |
| 83 | + sys_executor: 0 |
| 84 | + user_executor: 1 |
| 85 | + batch_executor: 2 |
| 86 | + io_executor: 3 |
| 87 | + service_executor: |
| 88 | + - {executor_id: 4, service_name: Interconnect} |
| 89 | +- description: cookie=admin-01 |
| 90 | + selector: |
| 91 | + tenant: /cluster1/admin |
| 92 | + config: |
| 93 | + shared_cache_config: |
| 94 | + memory_limit: 17179869184 |
| 95 | + feature_flags: !inherit |
| 96 | + enable_views: false |
| 97 | + enable_data_shard_volatile_transactions: false |
| 98 | + table_service_config: |
| 99 | + sql_version: 1 |
| 100 | + column_shard_config: |
| 101 | + disabled_on_scheme_shard: false |
| 102 | + actor_system_config: |
| 103 | + executor: |
| 104 | + - {name: System, spin_threshold: '10', threads: 1, max_threads: 4, type: BASIC} |
| 105 | + - {name: User, spin_threshold: '1', threads: 3, max_threads: 7, type: BASIC} |
| 106 | + - {name: Batch, spin_threshold: '1', threads: 1, max_threads: 4, type: BASIC} |
| 107 | + - {name: IO, threads: 1, type: IO} |
| 108 | + - {name: IC, spin_threshold: '10', threads: 2, max_threads: 4, time_per_mailbox_micro_secs: 100, max_avg_ping_deviation: 500, type: BASIC} |
| 109 | + scheduler: {progress_threshold: '10000', resolution: '64', spin_threshold: '0'} |
| 110 | + sys_executor: 0 |
| 111 | + user_executor: 1 |
| 112 | + batch_executor: 2 |
| 113 | + io_executor: 3 |
| 114 | + service_executor: |
| 115 | + - {executor_id: 4, service_name: Interconnect} |
0 commit comments