[ 
https://issues.apache.org/jira/browse/IGNITE-3154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15350942#comment-15350942
 ] 

Vladimir Ozerov commented on IGNITE-3154:
-----------------------------------------

Looks too complex for me. I implemented another approach: just a proxy instance 
around BinaryTypeImpl. Waiting for tests to pass.

> More efficient field lookup in binary protocol.
> -----------------------------------------------
>
>                 Key: IGNITE-3154
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3154
>             Project: Ignite
>          Issue Type: Task
>          Components: general
>    Affects Versions: 1.6
>            Reporter: Vladimir Ozerov
>            Assignee: Vladimir Ozerov
>            Priority: Critical
>              Labels: customer
>             Fix For: 1.7
>
>
> *Problem*
> Currently creation of binary field is performed as follows: 
> {{BinaryObject.type().field(...)}}. Call to {{BinaryObject.type()}} is pretty 
> expensive as it requires metadata lookup. Interesting thing is that 
> subsequent call to {{BinaryType.field()}} doesn't require metadata at all. 
> *Solution*
> Implement lazy metadata load for this case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to