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

Igor Sapego commented on IGNITE-2946:
-------------------------------------

Vladimir,

I've thought about it but then simple code like this would not be working:
{code}
QueryFieldsCursor cursor = cache.Query(someQry);
while (cursor.HasNext())
  QueryFieldsRow row = cursor.GetNext();
{code}

And I think this may cause a lot of hard to debug issues.
What do you think?


> CPP: Method GetNext() of the cursor classes should be optimized.
> ----------------------------------------------------------------
>
>                 Key: IGNITE-2946
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2946
>             Project: Ignite
>          Issue Type: Task
>          Components: platforms
>    Affects Versions: 1.5.0.final
>            Reporter: Igor Sapego
>            Assignee: Igor Sapego
>             Fix For: 1.6
>
>
> Current implementation of the GetNext() method of the cursor classes is too 
> slow and should be optimized.



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

Reply via email to