[
https://issues.apache.org/jira/browse/IGNITE-24344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-24344:
---------------------------------------
Epic Link: IGNITE-22115
> Rename types related to transaction state storages
> --------------------------------------------------
>
> Key: IGNITE-24344
> URL: https://issues.apache.org/jira/browse/IGNITE-24344
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
>
> Currently, there is per-table TxStateTableStorage and per-partition (where
> partitions are table partitions) TxStateStorage.
> We are going to switch to zones, so 'table' term should go.
> TxStateTableStorage is not specific to tables, it can serve as zone-wide
> storage, but we need to rename it. The idea is that the new name is not
> specific about tables or zones; TxStateStorage seems to be ok in this regard.
> This means that TxStateStorage (that now corresponds to one partition) needs
> to be renamed, TxStatePartitionStorage seems to be a good name. It also
> aligns well with MvPartitionStorage which we already have.
> {*}Definition of done{*}: TxStateStorage gets renamed to
> TxStatePartitionStorage, and TxStateTableStorage to TxStateStorage.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)