On Wed, 2 Feb 2011 18:59:48 -0600
Nicolas Williams <nicolas.willi...@oracle.com> wrote:

> > Any idea why pg does ok on these queries without the extra index -
> > Maybe they're created by default?  SQLIte doesn't create any indexes
> > automatically on primary key fields or anything else, correct?
> 
> No, it doesn't.  Use EXPLAIN QUERY PLAN to see what SQLite3 is doing.

Hmm SqLite does create persistent indices on UNIQUE - and consequently
PRIMARY - keys, doesn't it?

-- 
Mihai Militaru <mihai.milit...@gmx.com>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to