Re: Query in cache

From: "ktm(at)rice(dot)edu" <ktm(at)rice(dot)edu>
To: Rogerio Pereira <rogerio(dot)pereira(at)riosoft(dot)com(dot)br>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Query in cache
Date: 2013-11-18 16:57:15
Message-ID: 20131118165715.GM28440@aart.rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

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.
>
> Regards,
>

Hi Rogerio,

PostgreSQL does not have a query cache. I think you would need to
roll your own.

Regards,
Ken

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Rogerio Pereira 2013-11-18 18:27:57 Error Broken pipe in log postgres
Previous Message Andreas Kretschmer 2013-11-18 16:43:56 Re: Query in cache