Skip to content

VACUUM tables #225

Description

@alok87

Tables in Redshift needs to be vacuumed for peak performance. Auto VACUUM might not be helpful always.
https://docs.aws.amazon.com/redshift/latest/dg/r_VACUUM_command.html
https://docs.aws.amazon.com/redshift/latest/dg/t_Reclaiming_storage_space202.html
https://docs.aws.amazon.com/redshift/latest/dg/r_SVV_TABLE_INFO.html

select "table", unsorted,vacuum_sort_benefit from svv_table_info order by 2 desc;

Can operator perform nightly vacuums on tables which have many unsorted and uncleaned data?

AWS does provide auto vacuuming, but we knowing the time of load and time when we want peak performance we can enable vacuuming from the operator.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions