Overview
When your database contains a large amount of data you do not want to load all these items into memory. ZK provides many methods for handling large amounts of data including:
- Live data scrolling
- Load on demand Trees
- Paging components
One of the most convenient ways in which to handle a large amount of data is using a paging mechanism.
Introducing huge data with paging
However, normally the paging mechanism will load all the data into the grid via the model. This Small Talk guides you through a method of handling large amounts (in this case 1,000,000 database entries) of data using a small memory footprint.