[teiid-issues] [JBoss JIRA] (TEIID-4918) Enhance infinispan support for muti-threaded puts or using putAll

Ramesh Reddy (JIRA) issues at jboss.org
Tue Jul 25 15:29:00 EDT 2017


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

Ramesh Reddy resolved TEIID-4918.
---------------------------------
    Resolution: Done


The remote execution of the UDF framework is in, but working with Protostream Marshaller feature is not available yet. See [1]. So, remote execution is troublesome and may need Infinispan folks help to find any hack.

Meanwhile, I did put in enhancement using PutAll method. When the table is empty if one issues a "insert into ... select" it will execute a "bulk" insert into translator, which will use "putAll" which should improve performance. Note, this is primary usage in 6.4, where truncate and load happens for materialization.

Remote execution needs to be revisited at later date.

[1] https://issues.jboss.org/browse/ISPN-8020

> Enhance infinispan support for muti-threaded puts or using putAll
> -----------------------------------------------------------------
>
>                 Key: TEIID-4918
>                 URL: https://issues.jboss.org/browse/TEIID-4918
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Infinispan
>    Affects Versions: 9.3, 8.12.x-6.4
>            Reporter: Van Halbert
>            Assignee: Ramesh Reddy
>             Fix For: 10.0
>
>
> For performance reasons, it was requested that the infinispan connector/translator be enhanced to be multi-threaded when doing batch inserts or try using the putAll option.



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


More information about the teiid-issues mailing list