Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-4086

Binary objects: Do not use BinaryField when comparing objects with the same schema.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.7
    • 1.8
    • binary

    Description

      Most often we perform comparisons of objects with the same schema. When it is so, there is no need to compare them field-by-field. Instead, we should do the following:
      1) Skip header
      2) Skip footer
      3) Compare byte-by-byte everything in between.

      Please ensure that byte-by-byte comparison is implemented efficiently. E.g. that we actually compare bigger chunks (e.g. 8 bytes at once).

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vozerov Vladimir Ozerov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: