]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Even if compile time option SQLITE_MAX_WORKER_THREADS is set to one or greater, set...
authordan <dan@noemail.net>
Tue, 1 Apr 2014 15:38:44 +0000 (15:38 +0000)
committerdan <dan@noemail.net>
Tue, 1 Apr 2014 15:38:44 +0000 (15:38 +0000)
commit578e1ca8d7d00805fb4410210ba317d2b8f9e846
treeab4f11ea2a1ff7bd5d713e105bcfa9e72bfb4e43
parent38fdead890bc6006ee4d550b9694aa495ddc9798
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.

FossilOrigin-Name: 643c86a056168e39fcb7f39b8a72731f1eb246db
manifest
manifest.uuid
src/global.c
src/shell.c
src/test_config.c
src/test_malloc.c
src/vdbesort.c
test/sort2.test [new file with mode: 0644]