In default, Pinot return 10 rows when query select...
# general
c
In default, Pinot return 10 rows when query select *, is there a way to change and remove this default limit?
m
You can specify a limit of your choice in the query
limit xxx
c
Got it. Thanks
Just to confirm there is no way to change the default value of limit 10 in cluster, right?
j
Yes, the default limit of 10 is not configurable as of now
c
I see, thanks for confirming.