Skip to content

Commit

Permalink
[#noissue] update uri stat pinot table
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ram committed Dec 19, 2022
1 parent 55237a2 commit eb90f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metric-module/metric/src/main/pinot/pinot-uriStat-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"schemaName": "uriStat",
"replicasPerPartition": "1",
"retentionTimeUnit": "DAYS",
"retentionTimeValue": "21"
"retentionTimeValue": "56"
},
"tenants": {},
"tableIndexConfig": {
"sortedColumn": ["tenantId", "serviceName", "applicationName", "agentId", "uri"],
"invertedIndexColumns": ["tenantId", "serviceName", "applicationName", "agentId", "uri"],
"bloomFilterColumns": ["tenantId", "serviceName", "applicationName", "agentId"],
"noDictionaryColumns": ["tot0", "tot1", "tot2", "tot3", "tot4", "tot5", "tot6", "tot7", "fail0", "fail1", "fail2", "fail3", "fail4", "fail5", "fail6", "fail7"],
"loadMode": "MMAP",
"nullHandlingEnabled": true,
Expand Down

0 comments on commit eb90f39

Please sign in to comment.