Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨有时我需要做一些 SQL 调优任务,我通常在我的测试数据库上做这样的测试。在我执行一条sql语句后,我想刷新包含SQL语句和sql结果的缓冲区缓存,就像Oracle中的命令“Alter system flush buffer_cache”一样, PG服务器是否提供了这个comd?
如果你在 OSX 上开发(我没有在 linux 上测试过),你可以使用purge命令强制清除磁盘缓存(刷新和清空)。然后再次运行您的 SQL 查询,它应该像第一次一样执行。
purge