Frequent questions
This page has a collection of frequently asked questions with answers from the community.
Ingestion
How do I flatten my JSON Kafka stream?
Select jsonExtractScalar(myJsonMapStr,'$.k1','STRING')
from myTable
where jsonExtractScalar(myJsonMapStr,'$.k1','STRING') = 'value-k1-0'"Select sum(jsonExtractScalar(complexMapStr,'$.k4.met','INT'))
from myTable
group by jsonExtractScalar(complexMapStr,'$.k1','STRING')Indexing
How to set inverted indexes?
How to apply inverted index to existing setup?
How to apply star tree index?
Querying
What are all the fields in the Pinot query's JSON response?
SQL Query fails with "Encountered 'timestamp' was expecting one of..."
Filtering on STRING column WHERE column = "foo" does not work?
ORDER BY using an alias doesn't work?
Operations
Can I change a column name in my table, without losing data?
How to change number of replicas of a table?
How to run a rebalance on a table?
Tuning and Optimizations
Do replica groups work for real-time?
Last updated
Was this helpful?

