- From: Joshua Bell <notifications@github.com>
- Date: Thu, 22 Sep 2016 05:26:46 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Thursday, 22 September 2016 12:27:19 UTC
If there's no index on a property then this involves decoding every record, which (at least in Chrome) is a process hop and likely jank, akin to creating a new index on existing store. While that's a "quality of implementation" thing I wonder if that'll be common across browsers. It also might be incentive to create/maintain automatic indexes; you'd pay the cost on the first query. (I bet there's a fancy database term for that.) -- 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/45#issuecomment-248889264
Received on Thursday, 22 September 2016 12:27:19 UTC