- From: Stefan Haustein <notifications@github.com>
- Date: Thu, 14 Oct 2021 08:59:35 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 14 October 2021 15:59:47 UTC
> Indexes are less straightforward: > > * ??? → `[[primaryKey, value], ...]` > * ??? → `[[indexKey, primaryKey], ...]` > * ??? → `[[indexKey, primaryKey, value], ...]` For the index case, in my opinion, option 2 (indexKey, primaryKey) would be best, as this option would allow us to obtain the index keys for a range without the overhead of fetching full values. I am not sure if this is covered by "key" value for the "query" option? Would be great if this could be clarified! -- 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/206#issuecomment-943494890
Received on Thursday, 14 October 2021 15:59:47 UTC