Hello, we have an issue with transferwise tap-post...
# troubleshooting
j
Hello, we have an issue with transferwise tap-postgres used with their target-snowflake. In case of incremental load we see sync with 1k rows per second, but in case of log based it only does around 1 row per second. Do you have any tip what to check? We have this seeting on postgres db:
Copy code
wal_level=logical
max_replication_slots=20
max_wal_senders=20