Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 589209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:23:59+00:00 2026-05-13T15:23:59+00:00

What are the best practices for NoSQL Databases, OODBs or whatever other acronyms may

  • 0

What are the best practices for NoSQL Databases, OODBs or whatever other acronyms may exist for them?

For example, I’ve often seen a field “type” being used for deciding how the DB document (in couchDB/mongoDB terms) should be interpreted by the client, the application.

Where applicable, use PHP as a reference language. Read: I’m also interested in how such data can be best handled on the client side, not only strictly the DB structure. This means practically that I’m also looking for patterns like “ORM”s for SQL DBs (active record, data mapper, etc).

Don’t hesitate making statements about how such a DB and the new features of PHP 5.3 could best work together.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T15:23:59+00:00Added an answer on May 13, 2026 at 3:23 pm

    I think that currently, the whole idea of NoSQL data stores and the concept of document databases is so new and different from the established ideas which drive relational storage that there are currently very few (if any) best practices.

    We know at this point that the rules for storing your data within say CouchDB (or any other document database) are rather different to those for a relational one. For example, it is pretty much a fact that normalisation and aiming for 3NF is not something one should strive for. One of the common examples would be that of a simple blog.

    In a relational store, you’d have a table each for “Posts”, “Comments” and “Authors”. Each Author would have many Posts, and each Post would have many Comments. This is a model which works well enough, and maps fine over any relational DB. However, storing the same data within a docDB would most likely be rather different. You’d probably have something like a collection of Post documents, each of which would have its own Author and collection of Comments embedded right in. Of course that’s probably not the only way you could do it, and it is somewhat a compromise (now querying for a single post is fast – you only do one operation and get everything back), but you have no way of maintaining the relationship between authors and posts (since it all becomes part of the post document).

    I too have seen examples making use of a “type” attribute (in a CouchDB example). Sure, that sounds like a viable approach. Is it the best one? I haven’t got a clue. Certainly in MongoDB you’d use seperate collections within a database, making the type attribute total nonsense. In CouchDB though… perhaps that is best. The other alternatives? Separate databases for each type of document? This seems a bit loopy, so I’d lean towards the “type” solution myself. But that’s just me. Perhaps there’s something better.

    I realise I’ve rambled on quite a bit here and said very little, most likely nothing you didn’t already know. My point is this though – I think its up to us to experiment with the tools we’ve got and the data we’re working with and over time the good ideas will be spread and become the best-practices. I just think you’re asking a little too early in the game.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What are the best practices to consider when catching exceptions and re-throwing them? I
What are the best practices for using autoconf in conjunction with shared_ptr and other
A simple best practices question that I haven't seen addressed in the introductory programming
Best practices or tools for installing a SQL Server database I have a SQL
What best practices should be observed when implementing HDL code? What are the commonalities
Yahoo best practices states that putting JavaScript files on bottom might make your pages
What best practices have you used in unit testing embedded software that are peculiar
What are the best practices around creating flat file database structures in PHP? A
What are the best practices for checking in BIN directories in a collaborative development
What's are the best practices for versioning web sites? Which revision control systems are

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.