Deno KV Sort #22009
Unanswered
ajinkyashukla
asked this question in
Q&A
Deno KV Sort
#22009
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking to retrieve a list of values sorted by a given attribute value. It seems Deno KV does not support this. I need to load the full list in memory and do a sort in the application. Is there a way to retrieve values sorted by an attribute value or is this something on the roadmap ?
It seems like Secondary Indexes to the rescue here but will this be a standard sorting paradigm ? Any thoughts by the Deno team ?
https://deno-blog.com/A_Comprehensive_Guide_to_Deno_KV.2023-06-30#sorting-with-indexes
Beta Was this translation helpful? Give feedback.
All reactions