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

Add db_param_limit to manage SQL query limits #959

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Conversation

aneust
Copy link
Contributor

@aneust aneust commented Oct 22, 2024

  • Added db_param_limit setting with a default value of 65535.
  • Includes a comment explaining its purpose and the need for chunking queries to avoid exceeding database limits.
  • Helps prevent errors by ensuring queries stay within the parameter limits imposed by the database.

fix biigle/largo#111

@mzur
Copy link
Member

mzur commented Oct 23, 2024

References #941

Copy link
Member

@mzur mzur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mzur mzur merged commit 82d4921 into master Oct 23, 2024
6 checks passed
@mzur mzur deleted the configDBparamLimit branch October 23, 2024 09:45
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.

Chunking required in StoreLargoSession
2 participants