Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-36566

Code optimization: always identify DataChangeEvent before SchemaChangeEvent in Operator

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • cdc-3.3.0
    • cdc-3.3.0
    • Flink CDC
    • None

    Description

      In a data flow system, the number of DataChangeEvents is always much larger than that of SchemaChangeEvents. If we always identify DataChangeEvents first (such as using an `instance of` judgment), it can reduce a lot of judgment logic and improve the performance.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kunni Yanquan Lv
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: