> -----Original Message-----
> From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-
> ow...@postgresql.org] On Behalf Of Carlos Mennens
> Sent: Monday, October 11, 2010 4:47 PM
> To: pgsql-general@postgresql.org
> Subject: [GENERAL] NoSQL -vs- SQL
> 
> Just wondering how you guys feel about NoSQL and I just wanted to
> share the following article...
> 
> http://www.linuxjournal.com/article/10770
> 
> Looking to read your feedback and / or opinions.

NoSQL is ideal for situations where we have a single table with no children.
Consider something like FACEBOOK or the like, where there is a unique id for a 
single table, and there are jillions of records.
We just want to find, insert, update or delete this entry and it has no parents 
or children.
A simple key/store database is all that is needed.

That is where the NoSQL model shines.


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to