- From: Kyaw Tun <kyawtun@yathit.com>
- Date: Thu, 13 Dec 2012 11:23:47 +0800
- To: public-webapps@w3.org, Odin Hørthe Omdal <odinho@opera.com>
Received on Thursday, 13 December 2012 03:24:19 UTC
> If you have that information from your other filtering, then why not just > fetch them directly? Like IDBObjectStore.get(primary_key)? The use case, here, is key joining without serialization, so that it is very fast. We also want single scan. get method involve serialization and resanning. The use case, I talked about can be found in http://dev.yathit.com/ydn-db/nosql-query.html in Sorted-merge join section.
Received on Thursday, 13 December 2012 03:24:19 UTC