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

Chunk annotations and annotation labels #778

Merged
merged 3 commits into from
Feb 13, 2024
Merged

Chunk annotations and annotation labels #778

merged 3 commits into from
Feb 13, 2024

Conversation

lehecht
Copy link
Contributor

@lehecht lehecht commented Feb 13, 2024

Use chunking to prevent exceeding the database parameter limit during volume cloning.

Fixes #777.

Use chunking to prevent exceeding
the database insert limit during volume cloning.

Fixes #777.
@lehecht lehecht requested a review from mzur February 13, 2024 08:27
Parameter count is limited to 65k.
For records with at most 6 parameters, use 10000 as upper limit.
@lehecht lehecht requested a review from mzur February 13, 2024 08:54
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! The previous variable name "record limit" was more appropriate (65k is the parameter limit, 10k is our record limit here) but it's just a name...

@mzur mzur merged commit e29f021 into master Feb 13, 2024
6 checks passed
@mzur mzur deleted the chunk-annotations branch February 13, 2024 08:59
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.

Chunk annotation inserts in clone volume job
2 participants