On 1/20/16, Yuri <yuri at rawbw.com> wrote: > > Does SQLite optimizer look at the row counts?
It does if they are available. Run ANALYZE to generate the row counts. -- D. Richard Hipp drh at sqlite.org
On 1/20/16, Yuri <yuri at rawbw.com> wrote: > > Does SQLite optimizer look at the row counts?
It does if they are available. Run ANALYZE to generate the row counts. -- D. Richard Hipp drh at sqlite.org