[teiid-issues] [JBoss JIRA] (TEIID-4994) For materialization, use "Ignore return values" option to improve performance

Van Halbert (JIRA) issues at jboss.org
Mon Jul 17 16:03:00 EDT 2017


     [ https://issues.jboss.org/browse/TEIID-4994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Van Halbert updated TEIID-4994:
-------------------------------
    Affects Version/s: 9.3.2


> For materialization, use "Ignore return values" option to improve performance
> -----------------------------------------------------------------------------
>
>                 Key: TEIID-4994
>                 URL: https://issues.jboss.org/browse/TEIID-4994
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Infinispan
>    Affects Versions: 8.12.x-6.4, 9.3.2
>            Reporter: Van Halbert
>            Assignee: Ramesh Reddy
>
> 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);



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list