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
This code currently creates a new table in our Redshift cluster for every survey, which is a problem since the cluster is limited to 9900 tables and we hit that limit and have to delete lots of tables every few months. There are currently more than 1300 tables in our cluster created by this code. Please modify this code to save all survey results to a single table keyed by survey ID and/or periodically drop old survey results tables.
The text was updated successfully, but these errors were encountered:
This code currently creates a new table in our Redshift cluster for every survey, which is a problem since the cluster is limited to 9900 tables and we hit that limit and have to delete lots of tables every few months. There are currently more than 1300 tables in our cluster created by this code. Please modify this code to save all survey results to a single table keyed by survey ID and/or periodically drop old survey results tables.
The text was updated successfully, but these errors were encountered: