\timing

-- Count Time
select count(*) from customers;
select count(*) from customers;
select count(*) from customers;

-- EXPLAIN ANALYZE Count Time
explain analyze select count(*) from customers;
explain analyze select count(*) from customers;
explain analyze select count(*) from customers;
