What I would like to know is, is there support accessing values by nth-largest key? I had to roll my own b-tree library specifically to get this feature since nothing out-there had it.
Then lookup the n-th largest key and then pull the values?
eg. SELECT value from key_value_pairs order by size(key) LIMIT N