You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Semyon Danilov (Jira)" <ji...@apache.org> on 2023/02/07 12:11:00 UTC

[jira] [Created] (IGNITE-18738) Implement Index Cleanup for RocksDB Partition Storage

Semyon Danilov created IGNITE-18738:
---------------------------------------

             Summary: Implement Index Cleanup for RocksDB Partition Storage
                 Key: IGNITE-18738
                 URL: https://issues.apache.org/jira/browse/IGNITE-18738
             Project: Ignite
          Issue Type: Improvement
          Components: persistence
            Reporter: Semyon Danilov


As part of the rocksdb partition storage implementation , it is necessary to implement an index cleanup mechanism for cases when transactions are aborted and a rollback is required. This cleanup process should ensure that any index updates made during the transaction are properly removed to maintain the integrity.

This mechanism should be abstract enough so that it can be later used for the garbage collection.





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