Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/analyze.test
2024-02-29
| ||
13:44 | [e8ab7a3fa8] part of check-in [2266086cf0] Add the ability to DROP one or more objects of the same class in a single statement by listing the objects as multiple arguments to the DROP command. (check-in: [2266086cf0] user: drh branch: multi-drop, size: 10218) | |
2023-06-10
| ||
18:40 | [2fb21d7d64] part of check-in [ac1d3860af] Fix an assert that can go bad if STAT4 content is corrupt. This is a follow-up to the previous check-in. (check-in: [ac1d3860af] user: drh branch: trunk, size: 10233) | |
2019-08-08
| ||
15:24 | [547bb700f9] part of check-in [1e17ea2fd1] Remove support for STAT3. The sqlite_stat3 tables are ignored, if they exist. STAT4 continues to work as it always has, and as it is a superset of STAT3 is the recommended replacement. (check-in: [1e17ea2fd1] user: drh branch: omit-stat3, size: 9616) | |
2018-11-07
| ||
02:17 | [7168c8bffa] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 9680) | |
2018-03-23
| ||
12:59 | [b3a9c67d00] part of check-in [0249d9aecf] Fix the ANALYZE command so that it will process tables whose names begin with "sqlite" as long as they do not being with "sqlite_". (check-in: [0249d9aecf] user: drh branch: trunk, size: 9645) | |
2017-06-07
| ||
10:55 | [0e043e6595] part of check-in [c81f260c2d] Cause the ANALYZE command to build sqlite_stat1 table entries for empty tables with the assumption that such tables really contain 10 elements. This gives better query plans for tables that are truely empty, but is likely to cause problems in legacy systems, so the change is kept off trunk. Some TCL tests fail on this check-in due to the new stat1 entries. (check-in: [c81f260c2d] user: drh branch: analyze-empty-tables, size: 9183) | |
2016-03-01
| ||
12:45 | [6e7bb2c94d] part of check-in [810967bff6] Fix test cases to align with the improved stats computation. (check-in: [810967bff6] user: drh branch: analyze-worst-case, size: 9122) | |
2015-05-21
| ||
02:07 | [6f5feb496c] part of check-in [09784f376b] When parsing the schema, ignore any SQL that does not begin with "CREATE". Cherrypick of [d3c00d61581c] with additional changes. (check-in: [09784f376b] user: drh branch: branch-3.7.11, size: 9059) | |
2015-04-16
| ||
00:26 | [3eb35a4af9] part of check-in [d3c00d6158] When parsing the schema, ignore any SQL that does not begin with "CREATE". (check-in: [d3c00d6158] user: drh branch: trunk, size: 9122) | |
2013-08-12
| ||
20:14 | [1772936d66] part of check-in [cca8bf4372] If ENABLE_STAT3 is defined but ENABLE_STAT4 is not, have ANALYZE create and populate the sqlite_stat3 table instead of sqlite_stat4. (check-in: [cca8bf4372] user: dan branch: sqlite_stat4, size: 9154) | |
2013-08-03
| ||
20:24 | [4d08a739c5] part of check-in [2beea303a1] Begin adding experimental sqlite_stat4 table. This commit is buggy. (check-in: [2beea303a1] user: dan branch: sqlite_stat4, size: 9090) | |
2011-08-26
| ||
13:52 | [2b2e06e06e] part of check-in [0df04f920b] Merge branches branch-3.7.2 and stat3-enhancement into a new branch for testing purposes. (check-in: [0df04f920b] user: drh branch: stat3-3.7.2, size: 9088) | |
2011-08-13
| ||
19:35 | [f8ab7d1585] part of check-in [89b2f70884] Further testing and bug fixing for sqlite_stat3. Added the Index.avgEq field to index statistics. Fixed several problems in the query planner associated with stat3. (check-in: [89b2f70884] user: drh branch: stat3-enhancement, size: 9091) | |
2011-08-07
| ||
01:31 | [68b43c1f9c] part of check-in [3c8f97ae52] Remove relevant elements from the sqlite_stat2 table when doing a DROP INDEX or DROP TABLE. (check-in: [3c8f97ae52] user: drh branch: trunk, size: 9091) | |
2011-03-30
| ||
14:54 | [c8cb89e873] part of check-in [3a27af5b3c] Do not generate sqlite_stat1 entries for empty tables when running ANALYZE. Ticket [83ea97620bd31016451] (check-in: [3a27af5b3c] user: drh branch: trunk, size: 7411) | |
2011-02-12
| ||
14:23 | [d21f214366] part of check-in [f2a8b5ccfb] Fix the expected output on tests so that it corresponds to the new query planner results. All of veryquick.test is now passing with SQLITE_ENABLE_STAT2. (check-in: [f2a8b5ccfb] user: drh branch: branch-3.7.2, size: 7408) | |
2010-09-25
| ||
22:32 | [c1eb87067f] part of check-in [a7645d2938] Enhance the ANALYZE command so that it gathers statistics in the sqlite_stat1 table even for tables that are empty or have no indices. (check-in: [a7645d2938] user: drh branch: trunk, size: 7446) | |
2010-07-08
| ||
09:44 | [bf692e7db4] part of check-in [f553c8ed04] Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. (check-in: [f553c8ed04] user: dan branch: trunk, size: 7373) | |
2008-08-11
| ||
18:44 | [ad5329098f] part of check-in [0e1d8d14a1] Do not allow indexing of any table whose name begins with "sqlite_". Ticket #3284. Improve handling of databases with malformed schemas - just in case somebody has actually indexed a system table. (CVS 5553) (check-in: [0e1d8d14a1] user: drh branch: trunk, size: 7363) | |
2008-08-01
| ||
18:47 | [a881c14556] part of check-in [b65f493c75] Fix problems in test scripts. Add new test cases to improve test coverage. (CVS 5521) (check-in: [b65f493c75] user: drh branch: trunk, size: 7062) | |
2008-04-11
| ||
17:11 | [0bc15f6701] part of check-in [349aab42c7] Remove entries from the sqlite_stat1 table whenever an index is dropped. Related to #3033. (CVS 4989) (check-in: [349aab42c7] user: danielk1977 branch: trunk, size: 6883) | |
2008-03-19
| ||
13:03 | [309ae29d81] part of check-in [57805b588f] When a parse of the sqlite_master table fails, include the name of the object being parsed as part of the error message. (CVS 4881) (check-in: [57805b588f] user: drh branch: trunk, size: 5940) | |
2005-09-10
| ||
22:40 | [2f55535aa3] part of check-in [26565b8931] The shell does not output the sqlite_stat1 table on .dump or .schema. The ANALYZE command now gathers statistics on tables that have only a single index because this sometimes helps when reordering tables in a join. (CVS 2686) (check-in: [26565b8931] user: drh branch: trunk, size: 5925) | |
2005-09-06
| ||
10:26 | [8c54b1fb18] part of check-in [bfdaef1224] Fix ANALYZE so that it works even if the empty_result_callbacks pragma is enabled. Ticket #1409. (CVS 2659) (check-in: [bfdaef1224] user: drh branch: trunk, size: 5914) | |
2005-08-19
| ||
00:14 | [a1206c7430] part of check-in [2fe0ac4fa4] Bring testing coverage of the analyze.c file up to 100%. Bugs found and fixed in the process. (CVS 2599) (check-in: [2fe0ac4fa4] user: drh branch: trunk, size: 5813) | |
2005-07-23
| ||
14:52 | [ac50d2a241] part of check-in [868279c78e] Store the total number of rows as part of the ANALYZE statistics. (CVS 2563) (check-in: [868279c78e] user: drh branch: trunk, size: 4323) | |
02:17 | Added: [a34554a015] part of check-in [bd7583a5d6] Full-coverage testing and documentation for the ANALYZE command. The results of analysis are still not loaded or used, however. (CVS 2561) (check-in: [bd7583a5d6] user: drh branch: trunk, size: 4217) | |