Skip to content
New issue

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

Connect call optional arguments #66

Closed
ghost opened this issue Jun 21, 2020 · 3 comments
Closed

Connect call optional arguments #66

ghost opened this issue Jun 21, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ghost
Copy link

ghost commented Jun 21, 2020

Feature request
Extend the list of properties in the connect() call with

  • nr_threads= to control the level of parallelism (0=all cores used)
  • memorylimit= to control the memory footprint allowed in :memory: mode in MB
  • querytimeout= seconds before a query is forced to terminate
  • logging= the file location for the tracer files
  • username= used to connect to a remote server
  • password= credentials to reach the remote server
  • port= optional TCP/IP port to listen for connections
@ghost
Copy link
Author

ghost commented Jun 24, 2020

For a web frontend, it would be helpful to set if pagination is allowed and what the page size would be.

@ghost
Copy link
Author

ghost commented Jun 27, 2020

Memory limit is currently in bytes. Perhaps move to MB

@gijzelaerr gijzelaerr added this to the 0.8 milestone Jun 29, 2020
@gijzelaerr gijzelaerr added the enhancement New feature or request label Jun 29, 2020
@gijzelaerr gijzelaerr self-assigned this Jun 29, 2020
@gijzelaerr gijzelaerr modified the milestones: 0.8, 0.9 Jun 30, 2020
@gijzelaerr
Copy link
Collaborator

implemented on the Python side

gijzelaerr added a commit that referenced this issue Sep 11, 2020
gijzelaerr added a commit that referenced this issue Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant