Is there an efficient way to query a document database?

Posted by Zubair on Stack Overflow See other posts from Stack Overflow or by Zubair
Published on 2010-03-20T15:10:29Z Indexed on 2010/03/20 16:41 UTC
Read the original article Hit count: 118

Filed under:
|
|

Since document databases store records in tree like structures the fields will never be at set positions. Does this make querying a document database inefficient, or would indexes just be used as with a normal relational database?

© Stack Overflow or respective owner

Related posts about nosql

Related posts about document