Hi
Sometimes I need to do some SQL tuning task, I usually do such tests on my test db.
After I excute a sql statments, I want to flush the buffer cache which containing SQL
statements and sql result, just like the command in Oracle "Alter system flush buffer_cache"
Is PG server provide a commond of this?
Asked
Active
Viewed 2.3k times
2

Daniel Kutik
- 6,997
- 2
- 27
- 34

francs
- 8,511
- 7
- 39
- 43
-
2possible duplicate of [See and clear Postgres caches/buffers?](http://stackoverflow.com/questions/1216660/see-and-clear-postgres-caches-buffers) – Louis Apr 15 '15 at 19:03