Re: 110,000,000 rows

Поиск
Список
Период
Сортировка
От Alex Thurlow
Тема Re: 110,000,000 rows
Дата
Msg-id 4BFD865E.6040707@blastro.com
обсуждение исходный текст
Ответ на 110,000,000 rows  (John Gage <jsmgage@numericable.fr>)
Список pgsql-general
I've had many times that before and things were very slow.  That's when
I partitioned it out.  Luckily that table was just for reporting and
could be slow.  Are you thinking you'll need that many rows and you just
don't know how to handle it?  I would recommend partitioning if at all
possible.
http://www.postgresql.org/docs/current/static/ddl-partitioning.html

     -Alex

On 5/26/2010 3:29 PM, John Gage wrote:
> Please forgive this intrusion, and please ignore it, but how many
> applications out there have 110,000,000 row tables?  I recently
> multiplied 85,000 by 1,400 and said now way Jose.
>
> Thanks,
>
> John Gage
>

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

Предыдущее
От: John Gage
Дата:
Сообщение: 110,000,000 rows
Следующее
От: Vick Khera
Дата:
Сообщение: Re: 110,000,000 rows