[
https://issues.apache.org/jira/browse/IGNITE-19444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis Chudov updated IGNITE-19444:
----------------------------------
Description:
Motivation
The size of serialized lease along with it's key is close to 1 kb, in spite of
that the lease consists of cluster node, two timestamps and couple of booleans.
It is important because there are plenty of leases that are saved to meta
storage every few seconds. ClusterNode should be replaced with node name, and
algorithm of serialization should be changed in order to optimize size.
Definition of done
The size of serialized lease is significantly reduced.
was:The size of serialized lease is close to 1 kb, in spite of that the lease
consists of cluster node, two timestamps and couple of booleans. It is
important because there are plenty of leases that are saved to meta storage
every few seconds. ClusterNode should be replaced with node name, and algorithm
of serialization should be changed in order to optimize size.
> Excess size of serialized lease
> --------------------------------
>
> Key: IGNITE-19444
> URL: https://issues.apache.org/jira/browse/IGNITE-19444
> Project: Ignite
> Issue Type: Bug
> Reporter: Denis Chudov
> Assignee: Denis Chudov
> Priority: Major
> Labels: ignite-3
>
> Motivation
> The size of serialized lease along with it's key is close to 1 kb, in spite
> of that the lease consists of cluster node, two timestamps and couple of
> booleans. It is important because there are plenty of leases that are saved
> to meta storage every few seconds. ClusterNode should be replaced with node
> name, and algorithm of serialization should be changed in order to optimize
> size.
> Definition of done
> The size of serialized lease is significantly reduced.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)