Re: NoSQL -vs- SQL

Поиск
Список
Период
Сортировка
От Dann Corbit
Тема Re: NoSQL -vs- SQL
Дата
Msg-id 87F42982BF2B434F831FCEF4C45FC33E4203A846@EXCHANGE.corporate.connx.com
обсуждение исходный текст
Ответ на NoSQL -vs- SQL  (Carlos Mennens <carlos.mennens@gmail.com>)
Список pgsql-general
> -----Original Message-----
> From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-
> owner@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.


В списке pgsql-general по дате отправления:

Предыдущее
От: Darren Duncan
Дата:
Сообщение: Re: NoSQL -vs- SQL
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: NoSQL -vs- SQL