Logical Tables
Use logical tables when one query name should span multiple physical Pinot tables without exposing the partitioning scheme to users.
When they help
Design rules
Example pattern
{
"tableName": "orders",
"brokerTenant": "DefaultTenant",
"physicalTableConfigMap": {
"ordersUS_OFFLINE": {},
"ordersEU_OFFLINE": {}
},
"refOfflineTableName": "ordersUS_OFFLINE"
}Learn more
What this page covered
Next step
Related pages
Last updated
Was this helpful?

