[
https://issues.apache.org/jira/browse/IGNITE-959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15050411#comment-15050411
]
Alexey Goncharuk commented on IGNITE-959:
-----------------------------------------
Implemented using QueryEntity class as a part of IGNITE-950 ticket.
> Indexing: avoid sending key-value class definitions to servers when starting
> a cache
> ------------------------------------------------------------------------------------
>
> Key: IGNITE-959
> URL: https://issues.apache.org/jira/browse/IGNITE-959
> Project: Ignite
> Issue Type: Sub-task
> Components: cache
> Reporter: Alexey Goncharuk
> Assignee: Alexey Goncharuk
> Fix For: 1.5
>
>
> Currently when indexed types are set to cache configuration, we send them to
> server nodes. It defeats the purpose of optimized marshaller improvements.
> Instead, we should analyze class annotations on clients, convert them to
> metadata and use this metadata on servers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)