[jira] [Created] (IGNITE-1969) .NET: Optimize PlatformCache "loadCache" and "readScanQuery" methods.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-1969) .NET: Optimize PlatformCache "loadCache" and "readScanQuery" methods.

Anton Vinogradov (Jira)
Vladimir Ozerov created IGNITE-1969:
---------------------------------------

             Summary: .NET: Optimize PlatformCache "loadCache" and "readScanQuery" methods.
                 Key: IGNITE-1969
                 URL: https://issues.apache.org/jira/browse/IGNITE-1969
             Project: Ignite
          Issue Type: Task
          Components: interop
    Affects Versions: ignite-1.4
            Reporter: Vladimir Ozerov
             Fix For: 1.6


Earlier we have an optimization when we passed pointer to .Net object along with its serialized form to avoid deserialization for node-local scenarios. But then we revealed leaks in implementation and disabled this opto.

As as result we always pass 0 to corresponding native methods (see loadCache0 and readScanQuery).

We need either re-apply this opto correctly, or refactor native methods and forget about.



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