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

Which are different types of database administration tools used in postgresql?

0 Answers  


What is sequences in postgresql?

0 Answers  


What is multi-version control?

0 Answers  


How do I add a column in postgresql?

0 Answers  


What does the option psql -l of PostgreSQL display?

0 Answers  






Who invented postgresql?

0 Answers  


Does postgres support clustering?

0 Answers  


How to start database server in postgresql?

0 Answers  


What is a schema example?

0 Answers  


How do you edit data in pgadmin?

0 Answers  


How do I connect to a postgresql database using sql developer?

0 Answers  


What is a postgres server?

0 Answers  


Categories