use explain analyze
in postgresql:
explain analyze select name for users where id= 232;
it will print the what happens behind the screen.
Cool!
use explain analyze
in postgresql:
explain analyze select name for users where id= 232;
it will print the what happens behind the screen.
Cool!
本文标题:analyze database query time
本文链接:https://www.haomeiwen.com/subject/bcxnlxtx.html
网友评论