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

[jira] [Updated] (IGNITE-17833) [Native Persistence 3.0] Implement partition destruction for volatile PageMemory

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

Kirill Tkalenko updated IGNITE-17833:
-------------------------------------
    Description: 
At the moment, the partition destruction operation does not work quite correctly, we just go through all the records and explicitly delete them.

But, this operation is synchronous and doesn't destroy other associated resources, like tree itself or indexes.

*Thoughts:*
We need to destroy all resources associated with the volatile partition, but we do not need to wait for the destruction of resources. 
It is enough for us to untie resources (structure roots) and delete them in the background.

  was:
At the moment, the partition destruction operation does not work quite correctly, we just go through all the records and explicitly delete them.

But, this operation is synchronous and doesn't destroy other associated resources, like tree itself or indexes.

 


> [Native Persistence 3.0] Implement partition destruction for volatile PageMemory
> --------------------------------------------------------------------------------
>
>                 Key: IGNITE-17833
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17833
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Ivan Bessonov
>            Priority: Major
>              Labels: ignite-3
>
> At the moment, the partition destruction operation does not work quite correctly, we just go through all the records and explicitly delete them.
> But, this operation is synchronous and doesn't destroy other associated resources, like tree itself or indexes.
> *Thoughts:*
> We need to destroy all resources associated with the volatile partition, but we do not need to wait for the destruction of resources. 
> It is enough for us to untie resources (structure roots) and delete them in the background.



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