Re: postgres vs. oracle for very large tables

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: postgres vs. oracle for very large tables
Дата
Msg-id 20060613231901.GT34196@pervasive.com
обсуждение исходный текст
Ответ на postgres vs. oracle for very large tables  (TJ O'Donnell <tjo@acm.org>)
Ответы Re: postgres vs. oracle for very large tables  (Trent Shipley <tshipley@deru.com>)
Re: postgres vs. oracle for very large tables  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
On Mon, May 15, 2006 at 12:24:51PM -0700, TJ O'Donnell wrote:
> I've written some extensions to postgres to implement
> chemical structure searching.  I get inquiries about
> the performance of postgres vs. oracle.  This is a huge
> topic, with lots of opinions and lots of facts.  But,
> today I got some feedback stating the opinion that:
> "Postgres performance diminishes with large tables
>  (we?ll be going to upwards of hundreds of millions of rows)."
>
> Is this pure speculation, opinion, known fact?
> Does anyone know of measured performance of postgres
> vs. oracle, specifically with very large tables?

You're more likely to run into problems with large fields being toasted
than plain large tables. IIRC Oracle's large object support is better
than PostgreSQL's.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

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

Предыдущее
От: Joachim Wieland
Дата:
Сообщение: Re: How can I retrieve a function result?
Следующее
От: "Luis Alberto Pérez Paz"
Дата:
Сообщение: Re: How can I retrieve a function result?