Ticket #40 (new task)
Lazy loading in registry stores/output framework/models
| Reported by: | psychcf | Owned by: | psychcf |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.3 |
| Component: | api | Version: | trunk |
| Keywords: | Cc: |
Description (last modified by psychcf) (diff)
Dojo.data supports lazy loading of items. It would be interesting if there was a way we could implement this in the registry, since the registry is basically a modified datastore.
The way we can do this is by first off, telling the output framework via postdata to only return rows x-y, and then the filter() and all() methods can do some sort of lazy loading of items so that we don't have to waste time fetching the entire table from the DB.
Change History
Note: See
TracTickets for help on using
tickets.
