@Sebastian, @pbreit, I understand what you mean to say. If I get you rightly, I should fetch only a limited no. of rows through pagination. It makes sense for most of the situations.
But for some cases, rendering all the records on single page is required. e.g. consider a big automobile workshop. A report for spare parts price list (with >12,000 parts) is to be viewed. For the customer, using pagination & clicking "next", "next",... is unsuitable. After rendering the total parts on single page, he/she may apply a desired filter and analyze the data. On Jun 21, 9:50 pm, "Sebastian E. Ovide" <sebastian.ov...@gmail.com> wrote: > why you need to return 10k records in one go ? > > -- > Sebastian E. Ovide