Author Topic: totalRecords of remote paging with large data  (Read 1536 times)

ami dev

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 18
    • View Profile
totalRecords of remote paging with large data
« 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?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
Re: totalRecords of remote paging with large data
« Reply #1 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.