v1.5.0 - AUG-2023 #45
averemee-si
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
a2.pk.string.length
parameter for Sink Connector and other Sink Connector enhancementa2.transaction.implementation
parameter for LogMiner Source Connector: when set toChronicleQueue
(default) oracdc uses Chronicle Queue to store information about SQL statements in Oracle transaction and uses off-heap memory and needs disk space to store memory mapped files; when set toArrayList
oracdc uses ArrayList to store information about SQL statements in Oracle transaction and uses JVM heap (no disk space needed).This discussion was created from the release v1.5.0 - AUG-2023.
Beta Was this translation helpful? Give feedback.
All reactions