Future improvement possibilities for storage-manager
(MCOL-3449)
|
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | Sub-Task | Priority: | Minor |
| Reporter: | Patrick LeBlanc (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Minor minor optimization. We're currently using uuids in hex format. It would be more efficient to use something like base64. hex has a fanout of 16, base64 has 64 obviously. Would make S3 access more efficient (b/c of quicker fanout), & would shorten the strings we use & store internally a little. Base64 is just an example, it could be any encoding that represents more than 16 values / char, and which s3 would support. |
| Comments |
| Comment by Todd Stoffel (Inactive) [ 2023-07-02 ] |
|
The "create date" on this ticket is pre-convergence with MariaDB server. If the issue still exists in a modern version of the engine/plugin please submit a new ticket. |