Re: looking for some real world performance numbers

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: looking for some real world performance numbers
Дата
Msg-id 87wstfzawd.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: looking for some real world performance numbers  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: looking for some real world performance numbers
Re: looking for some real world performance numbers
Список pgsql-general
"Tom Lane" <tgl@sss.pgh.pa.us> writes:

> Thomas Kellerer <spam_eater@gmx.net> writes:
>> Where else do they want to store relational data than in a RDBMS?
>
> Indeed.  It seems like we can hardly answer the OP's question without
> asking "compared to what?"  If they're afraid an RDBMS won't scale,
> what have they got in mind that they are so certain will scale?

I suspect they're misapplying the lesson Google taught everyone. Namely that
domain-specific solutions can provide much better performance than
general-purpose software.

Google might not use an RDBMS to store their search index (which doesn't need
any of the ACID guarantees and needs all kinds of parallelism and lossy
alorithms which SQL and RDBMSes in general don't excel at), but on the other
hand I would be quite surprised if they stored their Adsense or other more
normal use data structures in anything but a bog-standard SQL database.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: looking for some real world performance numbers