I just want to know what is the reason for having different time while executing the same query in PostgreSQL.
For Eg: select * from datas;
For the first time it takes 45ms
For the second time the same query takes 55ms
and the next time it takes some other time.Can any one say What is the reason for having non static time.