analyze database query time
2017-08-06 本文已影响5人
Zihowe
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!