Documentation Source Text

Check-in [e64468c842]
Login

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

Overview
Comment:Drop the STAT3 enhancement from the 3.7.8 release.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: e64468c8425b91ce06c5413f16fcee0bfbc9b74c
User & Date: drh 2011-08-31 16:54:06.866
Context
2011-09-01
12:59
Update the "Books About SQLite" page with info about the 2nd edition of Definitive Guide. (check-in: e4bb1f4459 user: drh tags: trunk)
2011-08-31
16:54
Drop the STAT3 enhancement from the 3.7.8 release. (check-in: e64468c842 user: drh tags: trunk)
2011-08-22
19:47
Always specify -fPIC when building the parsehtml.so shared library. (check-in: 01468d451c user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/changes.in.
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
    hd_enable_main 1
  }
}

chng {2011 September 28 (3.7.8)} {
<li> Orders of magnitude performance improvement for [CREATE INDEX] on
     very large tables.
<li> Enhanced the ANALYZE feature to store better index statistics in
     sqlite_stat3.  The sqlite_stat2 table is no longer used.
<li> Improved the windows VFS to better defend against interference
     from anti-virus software.
<li> Improved query plan optimization when the DISTINCT keyword is present.
<li> Allow more system calls to be overridden in the unix VFS - to provide
     better support for chromium sandboxes.
<li> Bug fix: Virtual tables now handle IS NOT NULL constraints correctly.
}







<
<







41
42
43
44
45
46
47


48
49
50
51
52
53
54
    hd_enable_main 1
  }
}

chng {2011 September 28 (3.7.8)} {
<li> Orders of magnitude performance improvement for [CREATE INDEX] on
     very large tables.


<li> Improved the windows VFS to better defend against interference
     from anti-virus software.
<li> Improved query plan optimization when the DISTINCT keyword is present.
<li> Allow more system calls to be overridden in the unix VFS - to provide
     better support for chromium sandboxes.
<li> Bug fix: Virtual tables now handle IS NOT NULL constraints correctly.
}