Re: sql performance and cache - Mailing list pgsql-performance

From Rod Taylor
Subject Re: sql performance and cache
Date
Msg-id 1066155338.63280.7.camel@jester
Whole thread Raw
In response to sql performance and cache  ("Chris Faulkner" <chrisf@oramap.com>)
List pgsql-performance
> > Perhaps you are confusing it with the MySQL query cache?

> Is there plan on developing one (query cache)?

For the most part, prepared queries and cursors give you a greater
advantage due to their versatility -- both of which we do have.

In the cases where an actual cache is useful, the client application
could do it just as easily or temp tables can be used.

I suspect it would be implemented more as a caching proxy than as an
actual part of PostgreSQL, should someone really want this feature.

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: go for a script! / ex: PostgreSQL vs. MySQL
Next
From: "Jeremy M. Guthrie"
Date:
Subject: free space map usage