Re: [PERFORM] Query in cache

2013-11-18 Thread Sergey Konoplev
2013/11/18 Rogerio Pereira > I am need help, about subject "Query cache in Postgres". > how is it possible to put sql statements cached in postgres ? > I did some tests and I can not get even with improved tuning > parameters in the postgresql.conf. Are you talking about prepared statements or a

Re: [PERFORM] Query in cache

2013-11-18 Thread salah jubeh
Hello, pgpool supports memcache. Regards On Monday, November 18, 2013 6:29 PM, Andreas Kretschmer wrote: Rogerio Pereira wrote: > Hi, > > I am need help, about subject "Query cache in  Postgres". > how is it possible to put sql statements cached in postgres ? > I did some tests and I ca

Re: [PERFORM] Error Broken pipe in log postgres

2013-11-18 Thread Craig James
2013/11/18 Rogerio Pereira > Which can be the error : > > -- could not send data to client: Broken pipe > -- FATAL: connection to client lost > It means the client program disconnected from the Postgres server (or was killed) before the server finished a query, and the server had no place to se

[PERFORM] Error Broken pipe in log postgres

2013-11-18 Thread Rogerio Pereira
Title: Assinatura de E-mail padrão Riosoft 20 anos Hi, Which can be the error : -- could not send data to client: Broken pipe -- FATAL:  connection to client lo

Re: [PERFORM] Query in cache

2013-11-18 Thread k...@rice.edu
On Mon, Nov 18, 2013 at 02:38:09PM -0200, Rogerio Pereira wrote: > Hi, > > I am need help, about subject "Query cache in Postgres". > how is it possible to put sql statements cached in postgres ? > I did some tests and I can not get even with improved tuning > parameters in the postgresql.conf. >

Re: [PERFORM] Query in cache

2013-11-18 Thread Andreas Kretschmer
Rogerio Pereira wrote: > Hi, > > I am need help, about subject "Query cache in Postgres". > how is it possible to put sql statements cached in postgres ? > I did some tests and I can not get even with improved tuning > parameters in the postgresql.conf. No, there isn't something like a query ca

[PERFORM] Query in cache

2013-11-18 Thread Rogerio Pereira
Title: Assinatura de E-mail padrão Riosoft 20 anos Hi, I am need help, about subject "Query cache in Postgres". how is it possible to put sql statements cached in postgres ? I did some tests and I can not get even with improved tuning parameters in the postgresql.conf. Regards, -