[MDEV-23813] CSV_TABLE() function with JSON_TABLE() like syntax Created: 2020-09-24 Updated: 2020-09-24 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Robert Dyas | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I would be VERY helpful to have a CSV_TABLE() function that works similar to the JSON_TABLE function. For both functions, the really important part is to be able to pass an s3://bucket/filename.csv to the function and get a high performance sequential read of the data so that this technique can be used to ingest large amonts of CSV for JSON data from an S3 bucket and into a column store table. |