hey friends, one question, how can i modify the de...
# getting-started
l
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
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
hmm i see i see