MongoDB lists with paginations?

Posted by Timmy on Stack Overflow See other posts from Stack Overflow or by Timmy
Published on 2010-05-06T01:29:19Z Indexed on 2010/05/06 1:38 UTC
Read the original article Hit count: 204

Filed under:
|

for documents with lists with pagination, is it better to embed or use reference? im reading the custom type "SONManipulator" and it appears to transform every thing on retrieval, even the sub docs. i want to keep the list in the document sorted, should this impact anything?

© Stack Overflow or respective owner

Related posts about python

Related posts about mongodb