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
since we support pagination, we should also support sorting of some sort. it's a bit unspec'd exactly what we'd let people sort by, so I'm opening this issue to start tracking ideas and implementation.
My instinct was that this list should be timestamp sorted, but actually if you look at most other KV stores (including S3/R2) there is no way to list items other than lexicographically by key. So it’s unfortunate, but not inconsistent. I want to get to a place where we can build an abstraction on top of this allowing users to pick keys and sort them according to their requirements. It could just be a library, but it could also be used by w3console!
The text was updated successfully, but these errors were encountered:
since we support pagination, we should also support sorting of some sort. it's a bit unspec'd exactly what we'd let people sort by, so I'm opening this issue to start tracking ideas and implementation.
inspired by a conversation with @alanshaw
The text was updated successfully, but these errors were encountered: