Page 1 of 1

Handling large number of records in a list - jqm

Posted: Mon Oct 08, 2018 7:16 am
by Deon

Hi

What is the best way to handle large amount of data to be displayed in a list.
For example if I needed to pull 10 000 records.

Pulling them all at once just times out.


Handling large number of records in a list - jqm

Posted: Mon Oct 08, 2018 2:22 pm
by Bruce Stuart

Hi Deon,

Is the any kinda of processing intended? You know the max number of records that will come back from the Mongo back end is 1500 - so the question becomes how is the user consuming the records and what’s the best way to break up the query into logical groups.

See my Skype to you as well

Best,

Bruce


Handling large number of records in a list - jqm

Posted: Mon Oct 15, 2018 8:40 am
by Deon

Hi

My apologies for the late reply. I am using infinity scroll technique to retrieve the records and seems to be working.

Thanks for your replies


Handling large number of records in a list - jqm

Posted: Mon Oct 15, 2018 9:38 pm
by Bruce Stuart

Hi Deon,

So the infinite Scroll approach removes the issue for you?

Can you point me to your solution? (*I may want to use it)

Best,

Bruce