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 postgresql database cluster?

0 Answers  


What is blob in postgresql?

0 Answers  


How do I start postgresql on linux?

0 Answers  


How do I alter a column in postgresql?

0 Answers  


How do I remove all rows from a table?

0 Answers  






What is tableplus?

0 Answers  


Is postgresql a sql server?

0 Answers  


How do you create a database in pgadmin 3?

0 Answers  


What command do you type to exit the postgresql console application?

0 Answers  


Can we have multiple index on a table?

0 Answers  


How do I connect to an rds postgres database?

0 Answers  


What is the driver name for postgresql?

0 Answers  


Categories