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!