[w3c/IndexedDB] Range bytes counts and keys count (Issue #368)

It will be useful to have:

1. Cout of bytes:
  a. The count of bytes in keys in a given range
  b. The count of bytes in key-value paris in a given range
2. The count of keys in given range

That allows to control how much memory will be used (e.g. slice transactions into manageable ranges), but also avoid the need to implement statistics at user level, to be able to optimize query plans.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/368

Received on Thursday, 25 November 2021 19:07:47 UTC