Skip to content

Commit 0e94bbd

Browse files
committed
[pinpoint-apm#10704] add segmentPruning function in application table config
1 parent f5385e0 commit 0e94bbd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

‎inspector-module/inspector-collector/src/main/pinot/pinot-inspector-stat-application-realtime-table.json‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
"sortedColumn": ["sortKey"],
1818
"bloomFilterColumns": ["tenantId", "serviceName", "sortKey", "applicationName", "metricName", "fieldName", "version", "primaryTag"],
1919
"noDictionaryColumns": ["sumFieldValue", "minFieldValue", "maxFieldValue", "countFieldValue"],
20+
"segmentPartitionConfig": {
21+
"columnPartitionMap": {
22+
"sortKey": {
23+
"functionName": "Murmur",
24+
"numPartitions": 64
25+
}
26+
}
27+
},
2028
"loadMode": "MMAP",
2129
"nullHandlingEnabled": true,
2230
"streamConfigs": {
@@ -63,7 +71,8 @@
6371
},
6472
"routing": {
6573
"segmentPrunerTypes": [
66-
"time"
74+
"time",
75+
"partition"
6776
]
6877
}
6978
}

0 commit comments

Comments
 (0)