On 8/6/18, Giorgi Guliashvili <vinmesm...@gmail.com> wrote:
> I'm wondering if
> SQLITE_ENABLE_STAT4 works for vtabs and what are the other options I have.

No.

STAT4 provides information about indexes.  But virtual table have no
indexes - at least not indexes visible to the rest of the system.  (A
specific virtual table implement might implement its own internal
indexes, and indeed most of them do, but those indexes are not visible
as indexes to the rest of the system.)  Since STAT4 only provides
information about indexes, it cannot provide any information about
virtual tables.

-- 
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