PDA

View Full Version : Lazy loading of huge dataset


maksymg
10-15-2004, 04:06 PM
How to work efficiently with huge dataset?
In JSP based app I have Prev, Next button functionality based on:
- client possibility to remember current position;
- business layer possibility to return n records start from m position

In Laszlo case it should be transfered in "Load More data" button functionality. But how to load additional data to already loaded dataset efficiently?