diff --git a/metric-module/metric/src/main/pinot/pinot-double-table.json b/metric-module/metric/src/main/pinot/pinot-double-table.json index 2a52a652b7a7..c3c9af58733e 100644 --- a/metric-module/metric/src/main/pinot/pinot-double-table.json +++ b/metric-module/metric/src/main/pinot/pinot-double-table.json @@ -12,6 +12,8 @@ "tenants": {}, "tableIndexConfig": { "sortedColumn": ["tenantId", "serviceName", "hostGroupName", "hostName"], + "bloomFilterColumns": ["tenantId", "serviceName", "hostGroupName", "hostName", "metricName", "fieldName"], + "noDictionaryColumns": ["fieldValue", "eventTime"], "loadMode": "MMAP", "nullHandlingEnabled": true, "streamConfigs": { @@ -24,7 +26,7 @@ "realtime.segment.flush.threshold.rows": "0", "realtime.segment.flush.threshold.time": "24h", "realtime.segment.flush.threshold.segment.size": "64M", - "stream.kafka.consumer.prop.auto.offset.reset": "smallest" + "stream.kafka.consumer.prop.auto.offset.reset": "largest" } }, "metadata": {