Future improvement possibilities for storage-manager (MCOL-3449)

[MCOL-3497] use uuids in a more compact form Created: 2019-09-10  Updated: 2023-07-02  Resolved: 2023-07-02

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.

Generated at Thu Feb 08 02:43:10 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.