PostgreSQL 中的性能分析
我正在使用 PostgreSQL 和 C++,我正在尝试分析不同查询的性能。我尝试使用 EXPLAIN ANALYZE 但我不知道如何在屏幕上打印结果。我怎样才能这样做呢?
I am using PostgreSQL with c++ and I am trying to analyse the performance of different queries. I tried using EXPLAIN ANALYZE but I can't figure out how to print the result on screen. How can I do so?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
psql
命令行工具将运行查询并显示结果。The
psql
command-line tool will run queries and display the results.