YapDatabase icon indicating copy to clipboard operation
YapDatabase copied to clipboard

Allow combining an RTree query with a secondary index

Open sbooth opened this issue 10 years ago • 0 comments

This is an enhancement stemming from #295

To quote @robbiehanson:

It may be ideal for us to figure out a way to combine an RTree query with a secondary index. In this example, he could easily setup a secondary index on 'Trace.type'. Then combining the RTree query and the secondary index into a single SQLite query under-the-hood would yield an optimal query.

The question for us is: "How can we improve the API to make this easy/possible to do?"

sbooth avatar Mar 08 '16 16:03 sbooth