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
There is no document describing how keys are sorted, so I have to test it with the code below.
It seems the ordering should be described as something like "byte-wise prefix order", similar to big endian but the keys are aligned from the least significant byte, and "no byte" is smaller than "byte zero" (the shorter the smaller).
I think the behavior should be clarified in the document so that we can depend on the sorting more confidently.
There is no document describing how keys are sorted, so I have to test it with the code below.
It seems the ordering should be described as something like "byte-wise prefix order", similar to big endian but the keys are aligned from the least significant byte, and "no byte" is smaller than "byte zero" (the shorter the smaller).
I think the behavior should be clarified in the document so that we can depend on the sorting more confidently.
The test code:
The text was updated successfully, but these errors were encountered: