[MCOL-4482] Migrate Columnstore.xml into a database table Created: 2020-12-30 Updated: 2023-07-01 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 23.10 |
| Type: | Task | Priority: | Minor |
| Reporter: | Kathryn Sizemore | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | UX | ||
| Epic Link: | ColumnStore Compatibility Improvements |
| Description |
|
Columnstore.xml file is the only read-only configuration in the MariaDB universe that is written in xml. Is this really necessary? Can these be moved into the database? |
| Comments |
| Comment by David Hall (Inactive) [ 2021-01-04 ] |
|
While this file is not in a format similar to other configuration files, it is physically impossible to move this data into the database, since it contains the information of where the data files actually are. It's a catch-22 problem. Some consideration is being given as to how to better set up the configuration – perhaps a more conventional .cnf file for some of the settings, and others perhaps in a data table. Preliminary work is ongoing. |