Hello team, Just started exploring Pinot and I am new to the community here. I am evaluating Pinot for a schema change and I had a couple of questions. Was wondering if any one has thoughts on these:
1. Array of JSON objects or single JSON with array of objects? Which is faster, smaller or easier to query in a Pinot table?
2. If I have a bunch of fields which will not change frequently, does it make sense to have them in a JSON object OR as columns in a PINOT table in terms of query performance?