Dr Gerard Hammond <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a SELECT call I can issue to the SQLite engine to determine > the number of bytes that INDEXs occupy.
No. But you can download the sqlite3_analyzer utility from http://www.sqlite.org/download.html and use it to get detailed measurements and statistics on the sizes of all of your tables and indices. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------