Application-time periods support (phase 1)
(MDEV-16972)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Versioned Tables |
| Affects Version/s: | None |
| Fix Version/s: | 10.4.3 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Nikita Malyavin | Assignee: | Nikita Malyavin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The syntax looks as following: For the case when row period is not totally inside <FROMVAL>...<TOVAL>, then the deletion should act like DELETE+INSERT (or two INSERTS if needed) was done. If not, then more preferable way is to minimize the DELETE operations (in favor UPDATE ones) |
| Comments |
| Comment by Nikita Malyavin [ 2018-08-15 ] |
|
The patch will also include CREATE TABLE part. It was already done when this tasks were created |