[MCOL-4353] Remove strings as intermediate representations of data in dbcon/mysql code Created: 2020-10-15 Updated: 2023-07-01 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Task | Priority: | Minor |
| Reporter: | Roman | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | Tech debt |
| Description |
|
There are places when MCS takes data from MDB converts it into strings and send it future. There are also places where MCS makes a string from RowGroup data and then saves it into MDB's fields. We must eliminate this intermediate conversions from/into string. |