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

Chunking in StoreLargoSession #190

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

aneust
Copy link

@aneust aneust commented Oct 2, 2024

Chunk image and video annotations if the number of annotations gets too large (65000)

  • Updated methods to handle large sets of annotations by splitting them into chunks of 65,000.
  • Done for project and volume controller.

Resolves #111

…ller

- Prevents issues with SQL query limits.
- Split annotations arrays into chunks of 65,000.
- Preserves existing behavior for smaller arrays.
…oller

- Prevents issues with SQL query limits.
- Split annotations arrays into chunks of 65,000.
- Preserves existing behavior for smaller arrays.
@aneust aneust requested a review from mzur October 2, 2024 14:17
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
1 participant