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

#2199 Counting runs count takes too much MongoDB CPU #2207

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Mar 28, 2022

  1. Merge branch 'develop'

    benedeki committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    c759f81 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Merge branch 'develop'

    benedeki committed May 6, 2022
    Configuration menu
    Copy the full SHA
    1635d8c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Version increase

    benedeki committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0849caa View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. #2199: Counting runs count takes too much MongoDB CPU

    * replaced DB-intensive `documentCount` for `estimatedDocumentCount`
    benedeki committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e98ee00 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Merge branch 'develop' into bugfix/2199-counting-runs-count-takes-too…

    …-much-mongodb-cpu
    
    # Conflicts:
    #	dao/pom.xml
    #	data-model/pom.xml
    #	examples/pom.xml
    #	menas/pom.xml
    #	migrations-cli/pom.xml
    #	migrations/pom.xml
    #	plugins-api/pom.xml
    #	plugins-builtin/pom.xml
    #	pom.xml
    #	spark-jobs/pom.xml
    #	utils/pom.xml
    benedeki committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    cc84d60 View commit details
    Browse the repository at this point in the history
  2. * Version fix

    benedeki committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a334878 View commit details
    Browse the repository at this point in the history