Hello, looking for some help.
I have a requirement to query a database for a customer that has over 7,000 rows.
When I run the query, to return 7000 rows, it fails (obviously too much)
Is there a way to query for the 7000 rows but only query and load 15 or so at a time? And when the user clicks the next arrow on the paging grid, it only loads 15-30? So that the interface isn't overloaded?
They aren't going to page through 7,000 records, 15 at a time, but the requirements still want to be able to have an overall customer view.
Thanks,
Discussion posts and replies are publicly visible
This post is 4+ years old and the functions mentioned here have mostly been deprecated. I'd recommend creating a new post that describes your goal and what steps you have tried.
Peter Lewis said:This post is 4+ years old
Welcome to the theme of today, apparently.
This is the best way to reduce the time the query takes to execute. Please also add selection if you do not want to use all the table columns.