Re: Queries becoming slow under heavy load - Mailing list pgsql-performance

From Ing. Marcos Ortiz Valmaseda
Subject Re: Queries becoming slow under heavy load
Date
Msg-id 51831170.52414881295994420979.JavaMail.root@ucimail4.uci.cu
Whole thread Raw
In response to Queries becoming slow under heavy load  ("Anne Rosset" <arosset@collab.net>)
List pgsql-performance
When you say that with a lot of concurrent access, queries get very slow, How many concurrent connections to your
serverhave you had? 
more that max_connections´value?
If you want to have many concurrent connections, you should have consider to use a pooling connection system like
pgbounceror pgpool. 

Which are the values for:
- work_mem
- shared_buffers
- maintenance_work_mem
- effective_cache_size
- effective_io_concurrency
- server_version

Which are your platform?

Regards
--
Ing. Marcos Luís Ortíz Valmaseda
System Engineer -- Database Administrator

Centro de Tecnologías de Gestión de Datos (DATEC)
Universidad de las Ciencias Informáticas
http://postgresql.uci.cu


pgsql-performance by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Queries becoming slow under heavy load
Next
From: Bruce Momjian
Date:
Subject: Re: Running PostgreSQL as fast as possible no matter the consequences