Glen Aultman-Bettridge
10/06/2022, 9:19 PMupdated_at
, and the primary key, id
is a unique bigint generated from a sequence. There are ~286M records in the table. After the destination tables are generated, the _scd
table has ~759M rows and the final table has ~450M rows.
If I query the final table for `id`s having a count > 1, I get ~1.8M results. A similar query on the source table returns 0 results, as you might expect.
There don’t seem to be any big errors in the initial table population or subsequent hourly syncs.
Any suggestions would be happily received. Thanks!user
10/06/2022, 9:20 PMuser
10/06/2022, 9:29 PMuser
10/06/2022, 9:29 PMGlen Aultman-Bettridge
10/06/2022, 9:57 PMGlen Aultman-Bettridge
10/10/2022, 4:45 PM