ClickHouse/benchmark/pinot/offline_table.json
Ilya Yatsishin 2e84e22bed Add Pinot
2022-07-07 17:05:26 +00:00

18 lines
362 B
JSON

{
"tableName": "hits",
"tableType": "OFFLINE",
"segmentsConfig": {
"segmentPushType": "APPEND",
"segmentAssignmentStrategy": "BalanceNumSegmentAssignmentStrategy",
"schemaName": "hitsSchema",
"replication": "1"
},
"tableIndexConfig":{},
"metadata":{},
"tenants":
{
"server": "DefaultTenant",
"broker": "DefaultTenant"
}
}