Search Postgresql Archives

Re: NoSQL -vs- SQL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: pgsql-general-owner@xxxxxxxxxxxxxx [mailto:pgsql-general-
> owner@xxxxxxxxxxxxxx] On Behalf Of Carlos Mennens
> Sent: Monday, October 11, 2010 4:47 PM
> To: pgsql-general@xxxxxxxxxxxxxx
> Subject:  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@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux