Dataview and performance

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arjen

    Dataview and performance

    Hi,

    Let's say we have a table with 2000 records.
    We are using the dataview control with paging and sorting.
    The dataview control always selects the full 2000 records and displays only
    15 records for the current page.

    If I enable caching, will the dataview control cache all pages and sorted
    pages (all time 2000 records, with display 15)? (multiple cache)
    Or the full 2000 records once... and then filters out the needed records for
    the (sorted) page? (one cache)

    Thanks!
    Arjen


Working...