[MCOL-1074] Consider module consolidation Created: 2017-12-04 Updated: 2020-11-04 Resolved: 2020-11-04 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.1 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | Modernization | ||
| Epic Link: | ColumnStore Installation Improvements |
| Description |
|
At the moment we have the following processes in the UM:
These can all be consolidated into the storage engine plugin for mysqld (apart from mysqld itself) which has the added benefit of reducing the network RTT for queries. In the PM we have:
DecomSvr is a legacy process that is no longer required. This can be removed completely. The others can be consolidated into a single process. This is not such a high priority as getting the UM processes combined. ProcMon/ProcMgr can remain independent until the replacement plan is executed. |