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 start postgresql on windows?

0 Answers  


What is pg server?

0 Answers  


How to create local server in postgresql?

0 Answers  


How secure is postgresql?

0 Answers  


Is foreign key required?

0 Answers  






How does db indexing work?

0 Answers  


What is schema in reading comprehension?

0 Answers  


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

0 Answers  


Compare ‘postgresql’ with ‘nosql’?

0 Answers  


How do I change primary key in pgadmin?

0 Answers  


Explain about pgadmin?

1 Answers  


Is postgresql a relational database?

0 Answers  


Categories