[destination-postgres] not finishing loading 30Gb from IBM-DB2 #51580
Labels
area/connectors
Connector related issues
community
connectors/destination/postgres
team/destinations
Destinations team's backlog
type/bug
Something isn't working
Connector Name
destination-postgres
Connector Version
2.0.0
What step the error happened?
During the sync
Relevant information
I’m trying to load a huge table with many attributes and records. Unfortunately, the calculation of _airbyte_meta column takes a lot of time. If I let run the query generated by Airbyte but without _airbyte_meta, the data load into Postgres DB is quick.
Facts
Steps to reproduce
Workaround
If I delete 5 million records from airbyte_internal.lz_ipv_rd_raw__stream_tablename and start the sync-process again, it will be successful.
(I perform a kind of batched load in this case)
Our investigation
I get the SQL query from postgres log:
If you need the original SQL I can send it to you in private, because of sensitive data.
Relevant log output
No relevant log output, while the process seems to be doing nothing.
Contribute
The text was updated successfully, but these errors were encountered: