Skip to main content
A newer version of this page is available. .

Pageable Collection

Using pageable collections can help to improve the performance of an application when using a lot of persistent objects. Compared with the XPCollection, the pageable collection splits all the objects into pages and works with one page at a time. This technique reduces the memory required to process all the objects and can improve an application’s performance.

Concepts

Member Table

Task-Based Help

Online Knowledge Base