On 3/16/17, Bob Friesenhahn <bfrie...@simple.dallas.tx.us> wrote:
> In sqlite_master I see quite a lot of "sql_autoindex" indexes.  Do
> these auto indexes consume the same RAM as explicit indexes?

Yes.

Those indexes are implementing UNIQUE constraints.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to