Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IGNITE-12882 .NET: Use platform Near Cache for local ScanQuery #7653

Merged
merged 3 commits into from Apr 10, 2020

Conversation

ptupitsyn
Copy link
Contributor

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.

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.
@ptupitsyn ptupitsyn self-assigned this Apr 9, 2020
@ptupitsyn ptupitsyn merged commit e0a846c into apache:master Apr 10, 2020
@ptupitsyn ptupitsyn deleted the ignite-12882 branch April 10, 2020 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant