[infinispan-issues] [JBoss JIRA] (ISPN-4692) Optimize externalizer for FileListCacheValue

RH Bugzilla Integration (JIRA) issues at jboss.org
Thu Dec 18 08:41:30 EST 2014


    [ https://issues.jboss.org/browse/ISPN-4692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13028659#comment-13028659 ] 

RH Bugzilla Integration commented on ISPN-4692:
-----------------------------------------------

Roman Macor <rmacor at redhat.com> changed the Status of [bug 1166028|https://bugzilla.redhat.com/show_bug.cgi?id=1166028] from ON_QA to VERIFIED

> Optimize externalizer for FileListCacheValue
> --------------------------------------------
>
>                 Key: ISPN-4692
>                 URL: https://issues.jboss.org/browse/ISPN-4692
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Lucene Directory
>            Reporter: Sanne Grinovero
>            Assignee: Gustavo Fernandes
>             Fix For: 7.0.0.CR1
>
>
> There are two possible improvements to be applied to the Externalizer strategy applied by FileListCacheValue.
> - Each String is being encoded (and decoded) in UTF8 format, which is expensive. We should explore alternative encodings to String - at least for the wire format.
> - This is an ideal case for Delta operations: on each modification just one entry of the map is added / removed, but the whole HashMap is being transferred at each write.
> I'm not sure how we can combine the Delta interface with custom Externalizers, so that will need to be explored.
> We might want to avoid storing it as a value and resort to custom RPC commands to transfer the needed bits only, but we don't want to reimplement state transfer and CacheStore storage.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the infinispan-issues mailing list