[MDEV-13048] Feature Request: Need PARALLEL option in LOAD DATA INFILE Created: 2017-06-09 Updated: 2019-02-14 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Nilnandan Joshi | Assignee: | Ralf Gebhardt |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Compatibility | ||
| Description |
|
Need PARALLEL option in LOAD DATA INFILE. https://docs.oracle.com/cd/B19306_01/server.102/b14215/ldr_control_file.htm#i1004788 I think this is the same: MDEV-12446 |
| Comments |
| Comment by Daniel Black [ 2017-06-27 ] |
|
I don't think this is the same as MDEV-12446 as that is multiple files which doesn't appear to be the Oracle case. MDEV-6096 constructs to lay framework for parallel query execution would be required. |
| Comment by Sergei Golubchik [ 2017-08-03 ] |
|
What exactly is needed here? What kind of parallelism is expected? LOAD DATA is not SQL*Loader, so it cannot attach exactly the same semantics to SQL*Loaded options. |