Re: Are 50 million rows a problem for postgres ?

Поиск
Список
Период
Сортировка
От Sam Barnett-Cormack
Тема Re: Are 50 million rows a problem for postgres ?
Дата
Msg-id Pine.LNX.4.50.0309081141280.29054-100000@short.lancs.ac.uk
обсуждение исходный текст
Ответ на Re: Are 50 million rows a problem for postgres ?  (Vasilis Ventirozos <vendi@cosmoline.com>)
Список pgsql-admin
On Mon, 8 Sep 2003, Vasilis Ventirozos wrote:

> This is a simple statement that i run
>
> core_netfon=# EXPLAIN select spcode,count(*) from callticket group by spcode;

Well, yeah. Whatever you do, a complete seqscan and count is going to
take a long time, in the order of hours rather than days I would expect.
However, you may want to ensure that all tuning in postgresql.conf is
correct, as it may not be using all possible resources. That will
probably only make a small difference.

--

Sam Barnett-Cormack
Software Developer                           |  Student of Physics & Maths
UK Mirror Service (http://www.mirror.ac.uk)  |  Lancaster University

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

Предыдущее
От: Vasilis Ventirozos
Дата:
Сообщение: Re: Are 50 million rows a problem for postgres ?
Следующее
От: "Gaetano Mendola"
Дата:
Сообщение: Re: Are 50 million rows a problem for postgres ?