2014-09-01 17:36:46
— part of check-in
[b1c0f0bc1b]
on branch trunk
— Add support for using separate worker threads to speed large sorts.
The SQLITE_MAX_WORKER_THREADS and SQLITE_DEFAULT_WORKER_THREADS compile-time
options and the SQLITE_LIMIT_WORKER_THREADS argument to
sqlite3_limit() and the "PRAGMA threads=N" pragma are added.
(user:
drh
size: 297811)
2014-09-01 17:36:46
— part of check-in
[b1c0f0bc1b]
on branch trunk
— Add support for using separate worker threads to speed large sorts.
The SQLITE_MAX_WORKER_THREADS and SQLITE_DEFAULT_WORKER_THREADS compile-time
options and the SQLITE_LIMIT_WORKER_THREADS argument to
sqlite3_limit() and the "PRAGMA threads=N" pragma are added.
(user:
drh
size: 297811)
2014-09-02 15:49:47
— part of check-in
[d4cce2c71e]
on branch sessions
— Merge the latest trunk changes, including the multi-threaded sorter, into
the sessions branch.
(user:
drh
size: 297811)