yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

Explain query plan #121

Closed sbosley closed 8 years ago

sbosley commented 8 years ago

Adds a utility method for logging the result of EXPLAIN QUERY PLAN for a given Query object. This can be useful for debugging performance.

Note: This PR is for the dev_3.0 branch.

jdkoren commented 8 years ago

LGTM

sdimmick commented 8 years ago

Nice!