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

Remove unncessary metadata query and map fetch calls

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 3.1.0.Final
    • jdbc-connector
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      In the JdbcChangeEventSink there is an unnecessary metadata query inside flushBuffer that could be removed by dispatching the TableDescriptor into the function from the Buffer.

      In addition, the execute method makes use of extra Map#get calls that can impair performance during batch dispatch. We should reduce this to a single map get call.

              ccranfor@redhat.com Chris Cranford
              ccranfor@redhat.com Chris Cranford
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: