-
If I insert a 100 entries into a table (where all the keys are UUIDs), will |
Beta Was this translation helpful? Give feedback.
Answered by
kriszyp
Jun 7, 2022
Replies: 1 comment
-
The table will be ordered by the key, the UUIDs, and so their order will be fully random with respect to insertion order. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vedantroy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The table will be ordered by the key, the UUIDs, and so their order will be fully random with respect to insertion order.