You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem I am addressing on this mission is that I don't have a solid plan to convert from 128-bit to 64-bit UIDs.
Solution
The solution that I'm addressing on this mission is to provide multiple strategies to convert 128-bit UIDs into 64-bit UIDs. If I XOR the bits together then it won't be linear, and I'll have to change names. When the SQL table rows are first inserted, we won't be expecting to have high database reads on that row for some time. During this time I need to search for the row by timestamp and LID. I need to seek consultation to if this is appropriate; sounds good to me.
CookingWithCale
changed the title
Add method(s) to convert from 128-bit uid to 64-bit inode unique index (uidx)
Add method(s) to convert from 128-bit lid to 64-bit inode unique index (uidx)
Oct 18, 2023
CookingWithCale
changed the title
Add method(s) to convert from 128-bit lid to 64-bit inode unique index (uidx)
Define how to pack LIDs into contiguous UIDs.
Dec 5, 2023
CookingWithCale
changed the title
Define how to pack LIDs into contiguous UIDs.
Implement system to convert from 64 and 128-bit LIDs to contiguous UIDs; switch back to LID64 and LID128.
Dec 5, 2023
CookingWithCale
changed the title
Implement system to convert from 64 and 128-bit LIDs to contiguous UIDs; switch back to LID64 and LID128.
Implement system to convert from 64 and 128-bit LIDs to contiguous UIDs; switch back to LID64 and LID128
Dec 6, 2023
Problem
The problem I am addressing on this mission is that I don't have a solid plan to convert from 128-bit to 64-bit UIDs.
Solution
The solution that I'm addressing on this mission is to provide multiple strategies to convert 128-bit UIDs into 64-bit UIDs. If I XOR the bits together then it won't be linear, and I'll have to change names. When the SQL table rows are first inserted, we won't be expecting to have high database reads on that row for some time. During this time I need to search for the row by timestamp and LID. I need to seek consultation to if this is appropriate; sounds good to me.
File Affected
?
Hierarchy
Tags
Mission
A
Sessions
License
Copyright 2023 AStartup; all rights reserved.
The text was updated successfully, but these errors were encountered: