Skip to content

Commit

Permalink
[pinpoint-apm#9510] change index config for pinot table
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo-jung committed Dec 22, 2022
1 parent b639249 commit c90ed65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metric-module/metric/src/main/pinot/pinot-double-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit c90ed65

Please sign in to comment.