Rocky Appiah
10/07/2022, 1:21 PMStack Trace: org.postgresql.util.PSQLException: ERROR: out of memory
Detail: Cannot enlarge string buffer containing 1073741293 bytes by 659 more bytes.
Where: slot "airbyte_slot", output plugin "wal2json", in the change callback, associated LSN 1/92C0F500
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2675)
Setup
Airbyte: 0.40.10
Source: postgres 1.0.11 connector
Destination: Snowflake 0.4.38Rocky Appiah
10/07/2022, 1:28 PMuser
10/07/2022, 1:33 PMRocky Appiah
10/07/2022, 1:51 PMRocky Appiah
10/07/2022, 2:59 PMuser
10/07/2022, 3:08 PMuser
10/07/2022, 3:08 PMuser
10/07/2022, 3:11 PMuser
10/07/2022, 3:11 PMRocky Appiah
10/07/2022, 3:13 PMRocky Appiah
10/07/2022, 3:16 PMwrite-in-chunks
needs to be set to 1
, not 0
START_REPLICATION SLOT “airbyte_slot” LOGICAL 1/779AD058 (“include-not-null” ‘true’, “include-timestamp” ‘1’, “pretty-print” ‘1’, “write-in-chunks” ‘0’, “include-xids” ‘1’)
Rocky Appiah
10/07/2022, 3:17 PMwrite-in-chunks
won’t return proper json? not sure