analyze database query time

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)