NoSQL vs Relational Coding Styles

Posted by Chris Henry on Stack Overflow See other posts from Stack Overflow or by Chris Henry
Published on 2010-05-27T21:47:33Z Indexed on 2010/05/27 21:51 UTC
Read the original article Hit count: 133

Filed under:
|
|
|

When building objects that make use of data stored in a RDBMS, it's normally pretty clear what you're getting back, as dictated by the tables and columns being queried. However, when dealing with NoSQL, document-based systems, it's less clear what is being retrieved.

What are common methods of keeping track of structure in which data is stored?

© Stack Overflow or respective owner

Related posts about database

Related posts about design