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

Improve Ingestion Performance #662

Merged
merged 4 commits into from
Jul 9, 2024
Merged

Conversation

czaloom
Copy link
Collaborator

@czaloom czaloom commented Jul 9, 2024

Changes

  • Removed bottlenecks in ingestion
    • create_datums
    • create_annotations
    • create_groundtruths
    • create_predictions

Results

On resource-constrained postgresql we see the following:

Before

"number_of_datums": 1000,
"ingest_runtime": "352.8 seconds",
"ingest_runtime": "350.6 seconds",

After

"number_of_datums": 1000,
"ingest_runtime": "15.8 seconds",
"ingest_runtime": "9.5 seconds",

@czaloom czaloom marked this pull request as ready for review July 9, 2024 18:30
@czaloom czaloom requested review from ntlind and ekorman as code owners July 9, 2024 18:30
@czaloom czaloom merged commit 0788666 into main Jul 9, 2024
12 checks passed
@czaloom czaloom deleted the czaloom-ingestion-bottlenecks branch July 9, 2024 19:00
ntlind pushed a commit that referenced this pull request Jul 16, 2024
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.

2 participants