[
https://issues.apache.org/jira/browse/IGNITE-22939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-22939:
------------------------------------
Description: See IGNITE-22938 for details. Implement the same improvement
in .NET client. (was: Currently, *getAll* and *putAll* [use the first key for
partition
awareness|https://github.com/apache/ignite-3/blob/9b271581a7ed3d8d6d620af465404b387bfdd84d/modules/client/src/main/java/org/apache/ignite/internal/client/table/ClientRecordBinaryView.java#L103].
This causes extra network hops when other keys in the list belong to different
nodes.
* Client should split the data set into per-node sets and send multiple
requests in parallel. This should improve performance significantly for large
sets.
* To ensure atomicity, use client observable timestamp. Talk to [~ascherbakov]
for more details.)
> .NET: Thin 3.0: Improve GetAll and PutAll partition awareness
> -------------------------------------------------------------
>
> Key: IGNITE-22939
> URL: https://issues.apache.org/jira/browse/IGNITE-22939
> Project: Ignite
> Issue Type: Improvement
> Components: thin client
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
>
> See IGNITE-22938 for details. Implement the same improvement in .NET client.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)