SQLite

All files named ”test/index5.test”
Login

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

History for test/index5.test

2015-06-10
22:51
[8621491915] part of check-in [f38e0be56f] Remove possibly stray output from various tests. (check-in: [f38e0be56f] user: mistachkin branch: testerOutput, size: 1735)
2014-10-10
19:10
[25b0b451ac] part of check-in [8541dfb3bb] Fix a failing test case in index5.test. Also tweak the way cache memory is divided between read-only and dirty pages when using SQLITE_CONFIG_PAGECACHE to reduce IO in some cases. (check-in: [8541dfb3bb] user: dan branch: trunk, size: 1716)
2013-03-03
20:26
[fc07c14193] part of check-in [b457c8870a] Add the test_fs.c test module to Makefile.in. Adjust the success criteria on index5-1.3 so that it works under auto_vacuum configurations. (check-in: [b457c8870a] user: drh branch: trunk, size: 1631)
2013-02-25
13:55
[5616266b23] part of check-in [47b6418242] Strengthen the final test case in index5.test. Also provide additional diagnostic information out the output. (check-in: [47b6418242] user: drh branch: trunk, size: 1632)
13:44
[7af3600915] part of check-in [d87e5acf28] Fix an error in test script index5.test. (check-in: [d87e5acf28] user: dan branch: trunk, size: 1525)
2012-08-06
18:50
Added: [edc8c64ca7] part of check-in [d045f8b2d4] When reusing pages as part of creating a new index, allocate the leaves from each free-list trunk page in ascending order, instead of trying to maximize localization for each individual allocation. This increases the chance that pages will be written to disk in ascending order by a large CREATE INDEX statement, improving overall performance. (check-in: [d045f8b2d4] user: dan branch: sorter-coalesce-writes, size: 1548)