We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thread
In DuckDB you can set the number of thread with
SET threads = 16
This is particularly powerful for queries that need a full table scan of data stored remotely
SELECT * FROM "s3://path/to/*.parquet" where username = 'Bob'
Running this in sqlalchemy duckdb:///:memory: does not seem to be using multiple threads.
duckdb:///:memory:
0.13.2
1.1.1
1.4.52
No response
The text was updated successfully, but these errors were encountered:
Mause
No branches or pull requests
What happened?
In DuckDB you can set the number of thread with
This is particularly powerful for queries that need a full table scan of data stored remotely
Running this in sqlalchemy
duckdb:///:memory:
does not seem to be using multiple threads.DuckDB Engine Version
0.13.2
DuckDB Version
1.1.1
SQLAlchemy Version
1.4.52
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: