-
+
Routine Database Maintenance Tasks
since the last ANALYZE.
+ Temporary tables cannot be accessed by autovacuum. Therefore,
+ appropriate vacuum and analyze operations should be performed via
+ session SQL commands.
+
+
The default thresholds and scale factors are taken from
postgresql.conf, but it is possible to override them
table are automatically temporary as well.
+ The autovacuum daemon cannot
+ access and therefore cannot vacuum or analyze temporary tables.
+ For this reason, appropriate vacuum and analyze operations should be
+ performed via session SQL commands. For example, if a temporary
+ table is going to be used in complex queries, it is wise to run
+ ANALYZE> on the temporary table after it is populated.
+
+
Optionally, GLOBAL or LOCAL
can be written before TEMPORARY> or TEMP>.