You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/04/09 18:06:11 UTC

[GitHub] [ignite] ptupitsyn opened a new pull request #7653: IGNITE-12882 .NET: Use platform Near Cache for local ScanQuery

ptupitsyn opened a new pull request #7653: IGNITE-12882 .NET: Use platform Near Cache for local ScanQuery
URL: https://github.com/apache/ignite/pull/7653
 
 
   Execute `ScanQuery` with `Local = true` and non-null `Partition` on .NET side when platform Near Cache is available, avoiding Java roundtrip. ~40x perf improvement.
   
   Reserves partition same way as Java does in this case, so that correctness is guaranteed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [ignite] ptupitsyn merged pull request #7653: IGNITE-12882 .NET: Use platform Near Cache for local ScanQuery

Posted by GitBox <gi...@apache.org>.
ptupitsyn merged pull request #7653: IGNITE-12882 .NET: Use platform Near Cache for local ScanQuery
URL: https://github.com/apache/ignite/pull/7653
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services