Join Slack
Communities
Powered by
hey friends, one question, how can i modify the de...
# getting-started
l
Luis Fernandez
03/03/2022, 5:23 PM
hey friends, one question, how can i modify the default limit to be all records on a query, or for a given query return all records, since the default is 10 based on this
https://docs.pinot.apache.org/users/user-guide-query/querying-pinot#selection
m
Mayank
03/03/2022, 6:59 PM
You can specify a large value for
LIMIT
. However, note that if you issue an expensive query, it will put load on your cluster.
l
Luis Fernandez
03/03/2022, 8:36 PM
hmm i see i see
Open in Slack
Previous
Next