You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/01/27 16:56:39 UTC

[jira] [Created] (IGNITE-2480) Optimization: Typed FieldsQueryCursor

Pavel Tupitsyn created IGNITE-2480:
--------------------------------------

             Summary: Optimization: Typed FieldsQueryCursor
                 Key: IGNITE-2480
                 URL: https://issues.apache.org/jira/browse/IGNITE-2480
             Project: Ignite
          Issue Type: Sub-task
          Components: interop
    Affects Versions: 1.1.4
            Reporter: Pavel Tupitsyn


Current FieldsQueryCursor returns untyped IList, after that LINQ provider casts list items to specific types.

We should create an alternate cursor that will deserialize values directly as specific types, to avoid boxing and casts.



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