Open
Description
Jira Link: DB-17268
Description
create table test(amount int);
insert into test values (1), (2), (3);
ALTER TABLE test ADD COLUMN simple int GENERATED ALWAYS AS ( amount * 3 ) STORED;
Rewriting large tables can be very expensive, and consequently, the ALTER may not even succeed.
Issue Type
kind/enhancement
Warning: Please confirm that this issue does not contain any sensitive information
- I confirm this issue does not contain any sensitive information.