On Mon, Nov 28, 2011 at 9:21 PM, Adam Kennedy <[email protected]>wrote:
> > Secondly, for a collection of arbitrary SQLite database files with > unknown schemas that were created before 3.7.8, is it possible to do > bulk-processing of the databases to gain the speed improvements of the > new merge-sort indexing in 3.7.8? > The speed improvement is with the CREATE INDEX command itself, not in the use of the index. The file format is unchanged. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

