mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 18:42:26 +00:00
18 lines
362 B
JSON
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"
|
|
}
|
|
}
|