You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2018/01/25 12:18:00 UTC

[jira] [Updated] (IGNITE-7530) .NET: Poor performance & excessive memory usage in GetAll and query cursors in binary mode

     [ https://issues.apache.org/jira/browse/IGNITE-7530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-7530:
-----------------------------------
    Fix Version/s:     (was: 2.4)
                   2.5

> .NET: Poor performance & excessive memory usage in GetAll and query cursors in binary mode
> ------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-7530
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7530
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET
>             Fix For: 2.5
>
>
> {{GetAll}} and query cursors do not use {{BinaryReader.DetachNext}}. So in binary mode for each binary object in a stream we copy entire stream content, see {{BinaryReader.ReadAsBinary}}, which calls {{Stream.GetArray()}}, which causes copying in {{PlatformMemoryStream}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)