Examtopics

AWS Certified Data Engineer - Associate
  • Topic 1 Question 127

    A data engineer maintains a materialized view that is based on an Amazon Redshift database. The view has a column named load_date that stores the date when each row was loaded.

    The data engineer needs to reclaim database storage space by deleting all the rows from the materialized view.

    Which command will reclaim the MOST database storage space?

    • DELETE FROM materialized_view_name where 1=1

    • TRUNCATE materialized_view_name

    • VACUUM table_name where load_date<=current_date materializedview

    • DELETE FROM materialized_view_name where load_date<=current_date


    シャッフルモード