SQLite

Check-in [1c20c1c28b]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Further tweaks to improve fts5 prefix query performance.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 1c20c1c28b56411f106cf2f6961b3ad4b4d6f6c8
User & Date: dan 2015-10-12 19:12:29.091
Context
2015-10-12
22:20
Fix a couple harmless compiler warnings. (check-in: 7f896a971c user: mistachkin tags: trunk)
19:12
Further tweaks to improve fts5 prefix query performance. (check-in: 1c20c1c28b user: dan tags: trunk)
04:56
Change all references to 3.8.12 into 3.9.0. Comment changes only - no changes to code. (check-in: 6f2858f681 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_buffer.c.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/fts5_main.c.
Changes to ext/fts5/fts5_vocab.c.
Changes to ext/fts5/test/fts5simple.test.