I'm comparing some queries, on my particular dataset, between MySQL and Postgres. Is there a Postgres equivalent to MySQL's "RESET QUERY CACHE"?

link|improve this question
1  
From what I understand Postgres doesn't use a query cache. – einstiien Jan 21 '10 at 3:22
feedback

1 Answer

up vote 2 down vote accepted

There was a post on serverfault a while ago that covered this topic.

Check this out...

http://stackoverflow.com/questions/1216660/see-and-clear-postgres-caches-buffers

I hope that helps.

David

link|improve this answer
I think you mean StackOverflow but the information is just as useful either way! – Ken Jan 21 '10 at 3:49
feedback

Your Answer

 
or
required, but never shown