[
https://issues.apache.org/jira/browse/IGNITE-7530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov 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)