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 |
What is postgresql database cluster?
What is blob in postgresql?
How do I start postgresql on linux?
How do I alter a column in postgresql?
How do I remove all rows from a table?
What is tableplus?
Is postgresql a sql server?
How do you create a database in pgadmin 3?
What command do you type to exit the postgresql console application?
Can we have multiple index on a table?
How do I connect to an rds postgres database?
What is the driver name for postgresql?