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

Kirill Tkalenko updated IGNITE-21498:
-------------------------------------
    Description: 
At the moment, the ticket is created as a reminder to us that we will either 
need to fix it or make sure that there are no problems.

When deleting a column, we make sure that there are no indexes on it, and if 
there are, we say that we need to first remove the indexes in which it is 
present. If we delete the indexes at the beginning and then delete the column, 
will there be any problems with transactions in the process, index construction 
and index construction with full state transfer?

Quick solution and not the best:
Prohibit deleting columns if indexes are in status STOPPING with some clear 
message.

  was:
At the moment, the ticket is created as a reminder to us that we will either 
need to fix it or make sure that there are no problems.

When deleting a column, we make sure that there are no indexes on it, and if 
there are, we say that we need to first remove the indexes in which it is 
present. If we delete the indexes at the beginning and then delete the column, 
will there be any problems with transactions in the process, index construction 
and index construction with full state transfer?


> Deal with the case of destroying a column and building indexes
> --------------------------------------------------------------
>
>                 Key: IGNITE-21498
>                 URL: https://issues.apache.org/jira/browse/IGNITE-21498
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Kirill Tkalenko
>            Priority: Major
>              Labels: ignite-3
>
> At the moment, the ticket is created as a reminder to us that we will either 
> need to fix it or make sure that there are no problems.
> When deleting a column, we make sure that there are no indexes on it, and if 
> there are, we say that we need to first remove the indexes in which it is 
> present. If we delete the indexes at the beginning and then delete the 
> column, will there be any problems with transactions in the process, index 
> construction and index construction with full state transfer?
> Quick solution and not the best:
> Prohibit deleting columns if indexes are in status STOPPING with some clear 
> message.



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

Reply via email to