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 the driver name for postgresql?

1 Answers  


How to create a postgresql database?

1 Answers  


What is bigint in postgresql?

1 Answers  


What is a foreign key constraint why are such constraints important?

1 Answers  


How do I change primary key in pgadmin?

1 Answers  


Does postgres create indexes for foreign keys?

1 Answers  


What are the various enhancements to the straight relational data model by PostgreSQL?

1 Answers  


How do I change the datatype in postgresql?

1 Answers  


What is meant by postgresql?

1 Answers  


What is serial data type in postgresql?

1 Answers  


How to write sql script in postgresql?

1 Answers  


What is postgis and postgresql?

1 Answers  


Categories