SQLite

All files named ”test/sort2.test”
Login

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

History for test/sort2.test

2023-08-18
15:17
[2f8c66402a] part of check-in [925be75399] Avoid running test case sort2.2.3 under address-sanitizer. It runs out of memory on some 32-bit platforms. (check-in: [925be75399] user: dan branch: trunk, size: 2165)
2016-02-04
17:31
[cc23b7c19d] part of check-in [f465944b75] Avoid running some particularly time-consuming tests as part of veryquick.test. (check-in: [f465944b75] user: dan branch: trunk, size: 2134)
2015-01-02
15:55
[37afbc03f5] part of check-in [acb0d1e832] Add the SQLITE_CONFIG_PMASZ start-time option. (check-in: [acb0d1e832] user: drh branch: trunk, size: 1897)
2014-11-11
19:07
[84a92eebf6] part of check-in [1412fcc480] Remove some calls to the 'breakpoint' test command. (check-in: [1412fcc480] user: mistachkin branch: trunk, size: 1809)
2014-08-25
23:44
[269f4f50c6] part of check-in [e3305d4b4e] Remove the SQLITE_CONFIG_WORKER_THREADS configuration parameter. The number of worker threads in the sorter is now determined only by the PRAGMA threads=N setting. (check-in: [e3305d4b4e] user: drh branch: threads, size: 1822)
2014-05-03
14:28
[c5e25eb674] part of check-in [3a66c4e1bf] Fix a problem in the sorter causing it to return spurious SQLITE_NOMEM errors when configured to use memsys3 or memsys5. (check-in: [3a66c4e1bf] user: dan branch: threads, size: 1928)
2014-04-11
19:43
[04e99d0d02] part of check-in [98bf0307b1] Avoid having the sorter merge too many PMAs at a time when incrementally merging data following a SorterRewind(). (check-in: [98bf0307b1] user: dan branch: threads-experimental, size: 1831)
2014-04-09
20:04
[bbc2eb244f] part of check-in [f9d5e09afa] Experimental multi-threaded sorting changes to allow the sorter to begin returning items to the VDBE before all data is sorted. (check-in: [f9d5e09afa] user: dan branch: threads-experimental, size: 1322)
2014-04-01
18:41
[21cd865e31] part of check-in [821d1ac450] When sorting data for a CREATE INDEX statement in single-threaded mode, assume that keys are delivered to the sorter in primary key order. Also fix various comments that had fallen out of date. (check-in: [821d1ac450] user: dan branch: threads, size: 1209)
15:38
Added: [65c1e8b49f] part of check-in [643c86a056] Even if compile time option SQLITE_MAX_WORKER_THREADS is set to one or greater, set the default number of worker threads to zero. Distribute data more evenly between threads in sqlite3VdbeSorterWrite() to improve performance when sorting large amounts of data. Add new test file sort2.test. (check-in: [643c86a056] user: dan branch: threads, size: 942)