@@ -251,12 +251,12 @@ CREATE TABLE otel_metrics_exponentialhistogram (
251
251
` Min` Float64 CODEC(ZSTD(1 )),
252
252
` Max` Float64 CODEC(ZSTD(1 )),
253
253
` AggregationTemporality` Int32 CODEC(ZSTD(1 )),
254
- INDEX idx_res_attr_key mapKeys(ResourceAttributes) TYPE bloom_filter(0 .01 ) GRANULARITY 1 ,
255
- INDEX idx_res_attr_value mapValues(ResourceAttributes) TYPE bloom_filter(0 .01 ) GRANULARITY 1 ,
256
- INDEX idx_scope_attr_key mapKeys(ScopeAttributes) TYPE bloom_filter(0 .01 ) GRANULARITY 1 ,
257
- INDEX idx_scope_attr_value mapValues(ScopeAttributes) TYPE bloom_filter(0 .01 ) GRANULARITY 1 ,
258
- INDEX idx_attr_key mapKeys(Attributes) TYPE bloom_filter(0 .01 ) GRANULARITY 1 ,
259
- INDEX idx_attr_value mapValues(Attributes) TYPE bloom_filter(0 .01 ) GRANULARITY 1
254
+ INDEX idx_res_attr_key mapKeys(ResourceAttributes) TYPE bloom_filter(0 .01 ) GRANULARITY 1 ,
255
+ INDEX idx_res_attr_value mapValues(ResourceAttributes) TYPE bloom_filter(0 .01 ) GRANULARITY 1 ,
256
+ INDEX idx_scope_attr_key mapKeys(ScopeAttributes) TYPE bloom_filter(0 .01 ) GRANULARITY 1 ,
257
+ INDEX idx_scope_attr_value mapValues(ScopeAttributes) TYPE bloom_filter(0 .01 ) GRANULARITY 1 ,
258
+ INDEX idx_attr_key mapKeys(Attributes) TYPE bloom_filter(0 .01 ) GRANULARITY 1 ,
259
+ INDEX idx_attr_value mapValues(Attributes) TYPE bloom_filter(0 .01 ) GRANULARITY 1
260
260
)
261
261
ENGINE = SharedMergeTree(' /clickhouse/tables/{uuid}/{shard}' , ' {replica}' )
262
262
PARTITION BY toDate(TimeUnix)
0 commit comments