Skip to content

Commit

Permalink
Lower starting Redshift provisioning - vector workload
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Dec 12, 2023
1 parent 39776f3 commit 87a6c7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def main():

# Ensure the provisioning is as expected.
enum_blueprint.set_aurora_provisioning(Provisioning("db.r6g.2xlarge", 2))
enum_blueprint.set_redshift_provisioning(Provisioning("dc2.large", 2))
enum_blueprint.set_redshift_provisioning(Provisioning("dc2.large", 1))

# 6. Adjust the placement.
new_placement = {}
Expand Down

0 comments on commit 87a6c7c

Please sign in to comment.