Full support for dojox.data.QueryReadStore

Registered by Ben Wilber

dojox.data.QueryReadStore provides a convenient mechanism to load data from the server in chunks, rather than all at once. This allows a data set containing thousands or millions of records to be loaded incrementally, greatly reducing the load per query on the server and the client.

Django-ModelStore should implement request handlers that automatically deal with paging and sorting so it can be used directly with QueryReadStore.

Blueprint information

Status:
Started
Approver:
Ben Wilber
Priority:
Medium
Drafter:
Ben Wilber
Direction:
Approved
Assignee:
Ben Wilber
Definition:
Approved
Series goal:
Accepted for trunk
Implementation:
Beta Available
Milestone target:
None
Started by
Ben Wilber

Related branches

Sprints

Whiteboard

Current implementation of ModelQueryStore uses the JsonService as the request mechanism. This should be refactored to allow falling back to plain old GETs and POSTs if desired.

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.