-
Bug
-
Resolution: Done
-
Major
-
1.0.1.Final
-
None
When streaming a table that has some UDT (Postgres DOMAIN) we see that DB schema is refreshed for each message, which causes a performance issue.
Example log (we get this for every message):
[2020-03-04 13:10:21,196] INFO detected new type for column 'balance', old type was 1700 (money2), new type is 16497 (money2); refreshing table schema (io.debezium.connector.postgresql.PostgresChangeRecordEmitter)
PG version 9.6.15, Wal2json
Issue is not recreated with Pg10 and pgoutput plugin