[jira] [Updated] (IGNITE-20718) DumpIterator for primary copies

2023-10-23 Thread Nikolay Izhikov (Jira)


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

Nikolay Izhikov updated IGNITE-20718:
-
Issue Type: Improvement  (was: Bug)

> DumpIterator for primary copies
> ---
>
> Key: IGNITE-20718
> URL: https://issues.apache.org/jira/browse/IGNITE-20718
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Nikolay Izhikov
>Assignee: Nikolay Izhikov
>Priority: Major
>  Labels: IEP-109, ise
>
> Primary copies of partitions don't contain entry duplicates.
> Because, entries can be filtered based on version on the creation time.
> So, during iteration we don't need to track possible duplicates inside 
> {{DumpedPartitionIterator}} implementation in {{partKeys}} variable. This 
> will decrease memory consumption and improve performance of dump iteration 
> and therefore dump check procedures.



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


[jira] [Updated] (IGNITE-20718) DumpIterator for primary copies

2023-10-23 Thread Nikolay Izhikov (Jira)


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

Nikolay Izhikov updated IGNITE-20718:
-
Description: 
Primary copies of partitions don't contain entry duplicates.
Because, entries can be filtered based on version on the creation time.

So, during iteration we don't need to track possible duplicates inside 
{{DumpedPartitionIterator}} implementation in {{partKeys}} variable. This will 
decrease memory consumption and improve performance of dump iteration and 
therefore dump check procedures.

  was:
Snapshots supports {{snapshotTransferRate}} distributed property to limit 
amount of bytes written by snapshot creation process to the disk.
Dump must use same property to limit disc usage while creating dumps.


> DumpIterator for primary copies
> ---
>
> Key: IGNITE-20718
> URL: https://issues.apache.org/jira/browse/IGNITE-20718
> Project: Ignite
>  Issue Type: Bug
>Reporter: Nikolay Izhikov
>Assignee: Nikolay Izhikov
>Priority: Major
>  Labels: IEP-109, ise
>
> Primary copies of partitions don't contain entry duplicates.
> Because, entries can be filtered based on version on the creation time.
> So, during iteration we don't need to track possible duplicates inside 
> {{DumpedPartitionIterator}} implementation in {{partKeys}} variable. This 
> will decrease memory consumption and improve performance of dump iteration 
> and therefore dump check procedures.



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