Saturday, May 4, 2013

When should you consider NoSQL databases?


SQL and NoSQL solutions are tailored towards very different types of workloads.

NoSQL solutions offers Higher performance, can handle Higher Volumes of data, is more scalable and is not tied-up to any standard query language - as compared to SQL solutions.

If rapid, agile development or high performance are of high priority - then NOSQL can be preferred.

However, if dealing with data sets that are likely to remain relatively stable in size, or have slower, more predictable growth patterns, then stick to non-relational database solutions.

Read the complete article here : CLICK HERE

No comments:

Post a Comment