Re: concurrent connections is worse than serialization?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: concurrent connections is worse than serialization?
Дата
Msg-id 200208141549.57646.dev@archonet.com
обсуждение исходный текст
Ответ на Re: concurrent connections is worse than serialization?  (Wei Weng <wweng@kencast.com>)
Ответы Re: concurrent connections is worse than serialization?  (Wei Weng <wweng@kencast.com>)
Список pgsql-sql
On Wednesday 14 Aug 2002 3:20 pm, Wei Weng wrote:
> On Wed, 2002-08-14 at 05:18, Richard Huxton wrote:
> > On Tuesday 13 Aug 2002 9:39 pm, Wei Weng wrote:

[30 connections is much slower than 1 connection 30 times]

> > What was the limiting factor during the test? Was the CPU maxed, memory,
> > disk I/O?
>
> No, none of the above was maxed. CPU usage that I paid attention to was
> at most a 48%.

Something must be the limiting factor. One of- CPU- Memory- Disk I/O- Database (configuration, or design)- Application

If it's not CPU, is the system going into swap or are you seeing a lot of disk
activity?

> > I assume you've ruled the application end of things out.
>
> What does this mean?

I mean if you don't actually run the queries, then 30 separate processes is
fine?

If you can provide us with an EXPLAIN of the query and the relevant schema
definitions, we can rule out database design.

- Richard Huxton


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

Предыдущее
От: "philip johnson"
Дата:
Сообщение: Re: pgsql-sql@postgresql.org
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Explicite typecasting of functions