Re: How many rows can postgresql can sustain

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: How many rows can postgresql can sustain
Дата
Msg-id 20041013163121.GB10883@wolff.to
обсуждение исходный текст
Ответ на How many rows can postgresql can sustain  (Kumar S <ps_postgres@yahoo.com>)
Список pgsql-novice
Please don't start new threads by replying to old ones. This makes the archives
less usable and will cause some people that might have been able to help you
to miss your message.

On Wed, Oct 13, 2004 at 09:14:11 -0700,
  Kumar S <ps_postgres@yahoo.com> wrote:
> Dear group,
>  I am wondering how many rows of data can postgresql
> efficiently deal with in comparision to Oracle that
> can deal with millions and millions of rows (I was
> told this fact by my senior).

In general Postgres isn't going to have a problem with tables with extremely
large numbers of rows. There may be certain queries that run slower in
postgres than in oracle (in particular certain aggregates) or other databases.

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

Предыдущее
От: Kumar S
Дата:
Сообщение: How many rows can postgresql can sustain
Следующее
От: Oliver Fromme
Дата:
Сообщение: Re: How many rows can postgresql can sustain