How is the statistics in PostgreSQL updated?



How is the statistics in PostgreSQL updated?..

Answer / madhub

Vacuum with the option Analyze is used to update statistics in Postgresql

VACUUM ANALYZE ; is the syntax.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

What is the use of vacuum in postgresql?

0 Answers  


How to drop all tables in postgresql?

0 Answers  


How do I modify a table in postgresql?

0 Answers  


Explain about Write Ahead logging?

1 Answers  


Is mysql faster than postgresql?

0 Answers  






What will be the new characteristics of postgre 9.1?

0 Answers  


What is maximum size of text datatype in postgres?

0 Answers  


How to change postgresql root user password?

0 Answers  


How do I create a database in pgadmin 4?

0 Answers  


How do you delete a row in pgadmin 4?

0 Answers  


What is foreign key in postgresql?

0 Answers  


Does aws support postgresql?

0 Answers  


Categories