Details
-
New Feature
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
Description
It would make sense to allow converting a table from implicit to explicit row start/end columns. Like this:
create table t1 (...) with system versioning;
|
alter table t1 add column rs timestamp(6) as row start, add column re timestamp(6) as row end, add period for system_time (rs,re);
|
This would allow to add indexes on these columns post factum, when the table history grows, and still preserve the history.
Attachments
Issue Links
- causes
-
MDEV-34904 Inplace alter for implicit to explicit versioning is broken
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Oleksandr Byelkin [ sanja ] |
Assignee | Oleksandr Byelkin [ sanja ] | Nikita Malyavin [ nikitamalyavin ] |
Assignee | Nikita Malyavin [ nikitamalyavin ] | Oleksandr Byelkin [ sanja ] |
Issue Type | Task [ 3 ] | New Feature [ 2 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Aleksey Midenkov [ midenok ] |
Fix Version/s | 11.4 [ 29301 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Aleksey Midenkov [ midenok ] | Nikita Malyavin [ nikitamalyavin ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Fix Version/s | 11.6 [ 29515 ] | |
Fix Version/s | 11.4 [ 29301 ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Fix Version/s | 11.7 [ 29815 ] | |
Fix Version/s | 11.6 [ 29515 ] |
Assignee | Nikita Malyavin [ nikitamalyavin ] | Aleksey Midenkov [ midenok ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Zendesk Related Tickets | 201565 201740 | |
Zendesk active tickets | 201565 201740 |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Fix Version/s | 11.6.2 [ 29908 ] | |
Fix Version/s | 11.7 [ 29815 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Assignee | Aleksey Midenkov [ midenok ] | Sergei Golubchik [ serg ] |
Assignee | Sergei Golubchik [ serg ] | Aleksey Midenkov [ midenok ] |
Comment | [ I pushed to 11.6 probably wrongly as there is no 11.7 yet. ] |
Comment | [ [~serg] If it doesn't fit 11.6, I will revert and repush to 11.7. ] |
Fix Version/s | 11.7 [ 29815 ] | |
Fix Version/s | 11.6.2 [ 29908 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | In Testing [ 10301 ] |
Assignee | Aleksey Midenkov [ midenok ] | Lena Startseva [ JIRAUSER50478 ] |
Zendesk active tickets | 201565 201740 | 201565 |
Zendesk active tickets | 201565 | 201565 201740 |
Link |
This issue causes |
Link | This issue is part of TODO-4907 [ TODO-4907 ] |
Labels | Preview_11.7 |
Status | In Testing [ 10301 ] | Stalled [ 10000 ] |
Assignee | Lena Startseva [ JIRAUSER50478 ] | Aleksey Midenkov [ midenok ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Fix Version/s | 11.7.1 [ 29913 ] | |
Fix Version/s | 11.7 [ 29815 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
agree, this feature makes perfect sense