Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-4994

For materialization, use "Ignore return values" option to improve performance

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Do
    • Major
    • 10.0
    • 8.12.11.6_4, 9.3.2
    • Infinispan
    • None

    Description

      For a performance improvement, change to use Flag.IGNORE_RETURN_VALUES

      Cache noPreviousValueCache = cache.getAdvancedCache().withFlags(Flag.IGNORE_RETURN_VALUES);
      noPreviousValueCache.put(k, v);

      or can use ConfigurationBuilder settings:

      ConfigurationBuilder cb = new ConfigurationBuilder();
      cb.unsafe().unreliableReturnValues(true);

      Attachments

        Activity

          People

            rhn-engineering-rareddy Ramesh Reddy
            van.halbert Van Halbert (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: