You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladislav Pyatkov (Jira)" <ji...@apache.org> on 2022/10/19 12:38:00 UTC

[jira] [Updated] (IGNITE-17936) Change type of partition id to short

     [ https://issues.apache.org/jira/browse/IGNITE-17936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladislav Pyatkov updated IGNITE-17936:
---------------------------------------
    Description: 
Using of integer as a portion id turn out redundant, because an amount of partition is significantly less and fit in the short type. This modification has already done in the partition storage, but integer (partition id) is still using everywhere in code.
Need to replace Integer partition id to Short one.
Also, required to change type of partitions property in the table configuration (TableConfigurationSchema#partitions)

  was:
Using of integer as a portion id turn out redundant, because an amount of partition is significantly less and fit in the short type. This modification has already done in the partition storage, but integer (partition id) is still using everywhere in code.
Need to replace Integer partition id to Short one.


> Change type of partition id to short
> ------------------------------------
>
>                 Key: IGNITE-17936
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17936
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Vladislav Pyatkov
>            Priority: Major
>              Labels: ignite-3
>
> Using of integer as a portion id turn out redundant, because an amount of partition is significantly less and fit in the short type. This modification has already done in the partition storage, but integer (partition id) is still using everywhere in code.
> Need to replace Integer partition id to Short one.
> Also, required to change type of partitions property in the table configuration (TableConfigurationSchema#partitions)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)