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

How do I add a column in postgresql?

0 Answers  


Explain about pgadmin?

1 Answers  


Does PostgrSQL support Column constraints? If so how is it done?

0 Answers  


What is the operator that is used for case-insensitive regular expression searches in PostgreSQL?

0 Answers  


What does postgresql do?

0 Answers  


How to get the ddl of a table in postgresql?

0 Answers  


What ports does postgresql use?

0 Answers  


What is pg pool?

0 Answers  


Is postgresql faster than mysql?

0 Answers  


What is a primary key constraint?

0 Answers  


What are the languages which PostgreSQL supports?

1 Answers  


What is a delete query?

0 Answers  


Categories