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?
-
2possible duplicate of See and clear Postgres caches/buffers?Louis– Louis2015-04-15 19:03:37 +00:00Commented Apr 15, 2015 at 19:03
Add a comment
|