I have a table with more than 3000 records.
If i use executeQueryForList(java.lang.String, java.lang.Object)
to show a list of the contents it consumes a lot of time.
This is the case when there are no search params(by default there are no search params)
How can i improve the perfomance?
I thought this executeQueryForList(java.lang.String, java.lang.Object, int, int) could be an
option.
Please help me.
Please Suggest me if there are any other options.
Thanks in advance..
