[
https://issues.apache.org/jira/browse/IGNITE-23262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-23262:
------------------------------------
Description:
* Partition count can't change for an existing table
* Features like Data Streamer need partition count to initialize per-partition
buffers
Currently, we retrieve full partition assignment while we only need the count,
which delays streamer readiness and causes unnecessary network requests.
Cache partition count to speed up streamer initialization.
> Thin 3.0: Cache table partition count
> -------------------------------------
>
> Key: IGNITE-23262
> URL: https://issues.apache.org/jira/browse/IGNITE-23262
> Project: Ignite
> Issue Type: Bug
> Components: thin client
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0
>
>
> * Partition count can't change for an existing table
> * Features like Data Streamer need partition count to initialize
> per-partition buffers
> Currently, we retrieve full partition assignment while we only need the
> count, which delays streamer readiness and causes unnecessary network
> requests.
> Cache partition count to speed up streamer initialization.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)