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

MVCC: Optimize filter usage in MvccUpdateDataRow.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • cache, mvcc

    Description

      PutIfAbsent and all Replace operation uses filter for previous values checks.

      When filter has provided then we have to retrieve full row (instead of header) just to apply the filter.
      However, in most of cases filter doesn't need a value itself, but just a fact if previous value exists.

      There is unused class org.apache.ignite.internal.processors.cache.CacheOperationFilter enum that can be used for optimization. We can just compare filter type and visitor resultType to make a decision in CacheDataStore.mvccUpdate\mvccRemove methods.

      Attachments

        Activity

          People

            Unassigned Unassigned
            amashenkov Andrey Mashenkov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: