Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Handling large number of records in a list - jqm

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.

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

Handling large number of records in a list - jqm

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

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Handling large number of records in a list - jqm

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

Bruce Stuart
Posts: 0
Joined: Fri Oct 24, 2014 4:42 am

Handling large number of records in a list - jqm

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

Return to “Issues”