Hello, Is there any advice for Pinot schema design? Do I want to create multiple tables, one for each entity and metrics that I want to query, or should I define one big table with all dimensions and metrics?
x
Xiang Fu
12/07/2020, 7:28 PM
Pinot is a columnar store, so a big table is recommended