Nusrat Shakarov created IGNITE-22940:
----------------------------------------
Summary: Expose partition size to public API
Key: IGNITE-22940
URL: https://issues.apache.org/jira/browse/IGNITE-22940
Project: Ignite
Issue Type: Improvement
Reporter: Nusrat Shakarov
In some cases it is useful to see how data distributed across partitions.
So it would be useful to know the size of every partition.
This data should be available via public API.
Possible options:
# Add "size" field to one of the system views. For example, to
local_partition_states
# Add "size" field to Partition class in PartitionManager#primaryReplicasAsync
# Optimize query:
{code:java}
select count(*) from table where "__part"=partitionId {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)