Query FAQ
This page has a collection of frequently asked questions about queries with answers from the community.
Querying
I get the following error when running a query, what does it mean?
{'errorCode': 410, 'message': 'BrokerResourceMissingError'}What are all the fields in the Pinot query's JSON response?
SQL Query fails with "Encountered 'timestamp' was expecting one of..."
select "timestamp" from myTableFiltering on STRING column WHERE column = "foo" does not work?
SELECT COUNT(*) from myTable WHERE column = 'foo'ORDER BY using an alias doesn't work?
Does pagination work in GROUP BY queries?
How do I increase timeout for a query ?
How do I cancel a query?
How do I optimize my Pinot table for doing aggregations and group-by on high cardinality columns ?
How do I verify that an index is created on a particular column ?
Does Pinot use a default value for LIMIT in queries?
Does Pinot cache query results?
I'm noticing that the first query is slower than subsequent queries. Why is that?
How do I determine if the star-tree index is being used for my query?
Was this helpful?

