重庆思庄Oracle、Redhat认证学习论坛

标题: 如何快速的查看PG SQL语句的执行时间 [打印本页]

作者: 郑全    时间: 2024-5-9 09:06
标题: 如何快速的查看PG SQL语句的执行时间
在PSQL中,有一个快捷命令
\timing
即可

postgres@[local:/u01/postgresql/pgdata]:5432/postgres-3371#=\timing
Timing is on.

postgres@[local:/u01/postgresql/pgdata]:5432/postgres-3371#=select * from emp;
empid
-------
   100
   200
   300
(3 rows)

Time: 1.616 ms







欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/) Powered by Discuz! X3.2