*** 1,6 **** **Introduction** ! The module *fts2* is a new version of the SQLite FullTextIndex module. At this time, usage is identical to *fts1*. The data storage has been radically changed in a way which greatly improves insertion speed, at minor cost to query performance (which may yet become "at no cost"!). *fts2* is in the SQLite CVS tree at =ext/fts2= (/ext/fts2/fts2.c). In general, building, linking, and otherwise using *fts2* is identical to *fts1*, and will not be covered, here. --- 1,6 ---- **Introduction** ! The module *fts2* is a new version of the SQLite FullTextIndex module. At this time, usage is identical to *fts1*. The data storage has been radically changed in a way which greatly improves insertion speed, at minor cost to query performance (which may yet become "at no cost"!). *fts2* is in the SQLite CVS tree at =ext/fts2= (/sqlite/ext/fts2/fts2.c). In general, building, linking, and otherwise using *fts2* is identical to *fts1*, and will not be covered, here.