rayinala
8 years agoMentor
LIQL Query Limit
Hi,
What is the LIQL query maximum limit , as of now we are able to fetch less than 2000 rows , and getting gateway timedout error if the limit is morethan or equals to 2000.
Thanks,
Ramesh.
Hi,
What is the LIQL query maximum limit , as of now we are able to fetch less than 2000 rows , and getting gateway timedout error if the limit is morethan or equals to 2000.
Thanks,
Ramesh.
rayinala - The maximum limit which you can pass is 1000, after that, you need to paginate.
i give you a kudo, i need to know how i do pagination using java. Where ir pagination store?