You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --analyze mode to analyze only certain tables which otherwise might not get analyzed promptly, such as very large append-only tables, or very small tables. Would work on a simple time-limit basis.
The text was updated successfully, but these errors were encountered:
Seems like it would be just as easy to do a cron job that runs analyzedb on specific tables, unless there's supposed to be some intelligence here that can know when a table is, .e.g., append-only (perhaps by consulting pg_stat_user_tables?)
Overall, this feature seems easy to supplant with human knowledge about the DB.
Add --analyze mode to analyze only certain tables which otherwise might not get analyzed promptly, such as very large append-only tables, or very small tables. Would work on a simple time-limit basis.
The text was updated successfully, but these errors were encountered: