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 get a list of databases in a postgresql database?

0 Answers  


How much memory does postgresql need?

0 Answers  


How to view tables in a database in postgresql?

0 Answers  


How do I add a foreign key in pgadmin?

0 Answers  


Does postgres support clustering?

0 Answers  






How to connect postgresql database using pgadmin 4?

0 Answers  


What does postgresql stand for?

0 Answers  


What are the rules of setting a primary key?

0 Answers  


How to create local server in postgresql?

0 Answers  


How to delete/drop an existing postgresql database?

0 Answers  


How do you change the name of a column?

0 Answers  


Who maintains postgresql?

0 Answers  


Categories