Skip to content

Add an option to force single-threaded scans#180

Merged
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:single_threaded_scans_option
Mar 16, 2026
Merged

Add an option to force single-threaded scans#180
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:single_threaded_scans_option

Conversation

@staticlibs
Copy link
Copy Markdown
Collaborator

This PR is a follow-up to the #179 PR. It adds an option:

SET sqlite_disable_multithreaded_scans = FALSE;

When enabled, it has the same effect on SQLite scans as the setting threads = 1;

Testing: basic check added that the option can be set.

This PR is a follow-up to the duckdb#179 PR. It adds an option:

```sql
SET sqlite_disable_multithreaded_scans = FALSE;
```

When enabled, it has the same effect on SQLite scans as the setting
`threads = 1`;

Testing: basic check added that the option can be set.
@staticlibs staticlibs merged commit 73254c9 into duckdb:main Mar 16, 2026
27 checks passed
@staticlibs staticlibs deleted the single_threaded_scans_option branch March 16, 2026 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant