Re: []performance issues

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: []performance issues
Дата
Msg-id 20020802113932.D8966@mail.libertyrms.com
обсуждение исходный текст
Ответ на Re: []performance issues  (Yaroslav Dmitriev <yar@warlock.ru>)
Список pgsql-hackers
On Fri, Aug 02, 2002 at 03:48:39PM +0400, Yaroslav Dmitriev wrote:
>
> So I am still interested in PostgreSQL's ability to deal with
> multimillon records tables.

[x-posted and Reply-To: to -general; this isn't a development
problem.]

We have tables with multimillion records, and they are fast.  But not
fast to count().  The MVCC design of PostgreSQL will give you very
few concurerncy problems, but you pay for that in the response time
of certain kinds of aggregates, which cannot use an index.

A

--
----
Andrew Sullivan                               87 Mowat Avenue
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M6K 3E3
                                         +1 416 646 3304 x110


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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: FUNC_MAX_ARGS benchmarks
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: FUNC_MAX_ARGS benchmarks