When loading daily summary data into Postgres from Trino, we first delete entries from the daily summary table for that time frame to avoid duplicate data. Let's do this with a raw SQL statement now as the cascade method is taking too long.