cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Load huge data

Former Member
0 Likes
2,660

Hello everybody,

I have a server query with 70,000 records. This takes about 6 seconds. This data I insert into a m.Table.

My question is now, if I only want to display the first 100 records and only by scrolling another 100, I still have to load the complete data set (70,000) before? Or is it possible to query the files from the server only when scrolling?

Best regards

Yannick

View Entire Topic
Ryan-Crosby
Active Contributor
0 Likes

A user is going to spend time scrolling through 70,000 records? I think they should get a medal for patience. My best suggestion would be to review the business process instead of trying to handle it in code.

Former Member
0 Likes

No of course not! It's just for testing.

Ryan-Crosby
Active Contributor
0 Likes

Ah ok, test on then... I think the others have given you some options to work with thus far.