Talk:Version support for datastore/Proposal: Difference between revisions

Line 79: Line 79:
With all these features implemented Library can use "thin" datastore client and not fetch all objects, just make proper request for datasotre.find() to get sorted and collapsed objects by portions (by using offset/limit find() arguments).
With all these features implemented Library can use "thin" datastore client and not fetch all objects, just make proper request for datasotre.find() to get sorted and collapsed objects by portions (by using offset/limit find() arguments).


====== Provide object id field ======
====== Get collapsed find()'s resultset ======
 
Let user call datastore.find() to get list of collapsed objects(all versions by one item).


That should mean that any datastore object should have "object id":
That should mean that any datastore object should have "object id":
Return to "Version support for datastore/Proposal" page.