This question didn't get any "traction on "admin" list,
so I'll try here:
I want to analyze the entire database with the exception of several tables.
I want to analyze the entire database with the exception of several tables.
When I run "VACUUM ANALYZE" (or "vacuumdb -z") on the database,
how can I exclude specific tables from being analyzed?
Is there any place in system dictionary, where the table could be marked , so it's not processed (skipped) by "vacuum analyze"?
Is there any place in system dictionary, where the table could be marked , so it's not processed (skipped) by "vacuum analyze"?
Igor