Postgres 是否提供刷新缓冲区缓存的命令?

发布于 2024-10-19 00:06:13 字数 152 浏览 2 评论 0原文

你好 有时我需要做一些 SQL 调优任务,我通常在我的测试数据库上做这样的测试。 执行sql语句后,我想刷新包含SQL的缓冲区缓存 语句和sql结果,就像Oracle中的命令“Alter system flash buffer_cache”
PG服务器是否提供了这个的共同点?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

依 靠 2024-10-26 00:06:13

如果您在 OSX 上进行开发(我还没有在 Linux 上进行过测试),您可以使用 purge 命令强制清除磁盘缓存(刷新并清空)。然后再次运行 SQL 查询,它应该像第一次一样执行。

If you're developing on OSX (I haven't tested on linux), you can use purge command to force disk cache to be purged (flushed and emptied). Then run your SQL query again and it should execute as if it were the first time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文