Nah `get()` is a storage operation per key, `list()` is per 4KB. If a single key in a get is over 4K

Nah
get()
is a storage operation per key,
list()
is per 4KB. If a single key in a get is over 4KB that will obvs be multiple ops
Was this page helpful?