获取Postgres优化和JIT编译了代码

发布于 2025-01-21 02:50:24 字数 117 浏览 3 评论 0原文

我目前正在编写一个基准工具来比较不同的 DBMS。

有没有办法输出通过优化器传递的所有优化,甚至输出 JIT 编译器生成的程序集(如果适用)?

我首先不需要执行计划,而只需要经过的一系列优化。

I am currently writing a benchmark tool that compares different DBMS with each other.

Is there a way to output all optimizations passed through the optimizer and even the generated assembly of the JIT compiler if applicable?

I don't need the execution plan in the first place but only a sequence of the optimizations passed through.

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

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

发布评论

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

评论(1

末が日狂欢 2025-01-28 02:50:24

您可以获得的只是 EXPLAIN (ANALYZE) 输出末尾的统计信息。

All you can get are the statistics at the end of the EXPLAIN (ANALYZE) output.

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