[MCOL-1297] Control distribution order on dbroot / segment level Created: 2018-03-23 Updated: 2021-10-11 Resolved: 2021-01-17 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | New Feature | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Won't Do | Votes: | 4 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Usual the distribution of storing data is not under control of the user. Data will be loaded in the order of loading. Sometimes it can make sense to have control over the distribution process. Similar to
The same options should be possible for the bulk API
dbroot = 0 no preference. Otherwise the only the handed over dbroot will be filled. segment = 0 no preference. Otherwise the only the handed over segment will be filled. If batch data is greater then free space in specified available, the next in number will be taken. |
| Comments |
| Comment by patrice [ 2018-09-13 ] |
|
Would be a nice feature |