Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-3556

Reduce DB round-trips for LOB handling

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 1.6.0.Beta2
    • 1.6.0.Beta1
    • oracle-connector
    • None

      Raised by taregger in https://github.com/debezium/debezium/pull/2347#pullrequestreview-666205440:

      This basically sends every LOB (or LOB chunk) again to the db server and reads back the converted value. So in the end each LOB gets transferred between database and connector 3 times. This is potentially a huge amount of data sent over the wire as we are dealing with LOBs here. Is there a reason why oracle.sql.RAW#hexString2Bytes was not used here?

              ccranfor@redhat.com Chris Cranford
              gunnar.morling Gunnar Morling
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: