Closed ghost closed 5 years ago
NOTE: do not promote to master until materialized view has been recreated
for no downtime:
BEGIN; DROP MATERIALIZED VIEW normalized_projects CREATE MATERIALIZED VIEW normalized_projects AS ... COMMIT;
additionally, this removes the need to dedupe values in the csv download, so don't forget to clean that up :) (this will be cleaned up with PR #114 )
Closed #467
NOTE: do not promote to master until materialized view has been recreated
for no downtime:
additionally, this removes the need to dedupe values in the csv download, so don't forget to clean that up :) (this will be cleaned up with PR #114 )
Closed #467