ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: ami dev on October 02, 2018, 11:17:51 am

Title: totalRecords of remote paging with large data
Post by: ami dev on October 02, 2018, 11:17:51 am
Hi.

I'm using remote filter and paging.
I have large data (10,000,000+), so It is slow to count totalRecords.
So I want to set totalRecords separately from data, or paging without totalRecords.

Is that possible?
Or do you have other any good ideas?
Title: Re: totalRecords of remote paging with large data
Post by: paramvir on October 02, 2018, 11:02:33 pm
you need to optimize calculation of totalRecords depending upon your server side framework, it's required variable and can't be skipped.