Analyze tables


Job details

Name: Analyze tables
Platform: Postgres
Category: Maintenance
Description: dbWatch engine framework job (for internal use only). Used for patching or upgrading of dbWatch engine framework.
Long description: This job runs ANALYZE statement on every database to collect statistics about the contents of tables.
Version: 2.2
Default schedule: 40 6 * *
Requires engine install: No
Compatibility tag: .[type=‘instance’ & databasetype=‘postgres’]/.[newer_than_ninetwo = ‘1′]

Parameters

Name Default value Description
ignore_databases postgres_full_backup.tar The list of databases to be ignored (separated by comma).

Job Summary

SELECT relname, last_analyze
FROM pg_stat_all_tables
WHERE schemaname = 'your_schema_name';

Job Details

Key Actions

Failure Handling

Report Configuration

Tables and Details

Aspect Details
Name Analyze tables
Version 2.2
Company dbwatch.com
Category Maintenance
Express Install Enabled
Default Schedule Daily at 6:40 AM
Time-out 180 seconds
Database Analysis Status
Default {‘dbwatch’}
Additional databases listed (not ignored) Analyzed, with datetime of analysis

Compatibility and Configuration