[MDEV-24394] Support CREATE TABLE for S3 engine to allow projections Created: 2020-12-11 Updated: 2020-12-11 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - S3 |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Claudio Nanni | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
It's possbile that someone would want to archive a subset of columns of a local table in S3, so this would be a valid statement:
But currently CREATE TABLE is not supported in S3:
It would allow to do a vertical partitioning excluding non important data or just split tables on separate S3 tables without the need to create them locally first. |