[infinispan-issues] [JBoss JIRA] (ISPN-8004) Optimize serialization of encoders
Radim Vansa (JIRA)
issues at jboss.org
Thu Jul 20 11:42:01 EDT 2017
[ https://issues.jboss.org/browse/ISPN-8004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13438278#comment-13438278 ]
Radim Vansa commented on ISPN-8004:
-----------------------------------
There are many situations where interning some data (class -> id, cache name -> id...) would be helpful. In Como [~NadirX] mentioned that implementing such replicated interning cache is troublesome in some way, e.g. when you expect that caches will startup & then merge. Not sure if the problems are limited to cache names interning.
> Optimize serialization of encoders
> ----------------------------------
>
> Key: ISPN-8004
> URL: https://issues.jboss.org/browse/ISPN-8004
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Affects Versions: 9.1.0.CR1
> Reporter: Gustavo Fernandes
>
> Certain cache operations such streams, compute and functional commands require shipping the current associated encoder/wrapper to the cache instance to remote nodes.
> Currently, the Class<?> representing the encoder is sent over the wire, both for the key and for the value. It should be possible to associate an id to each encoder/wrapper and sent those instead
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list