Skip to content

Optimize step executions counting in MongoStepExecutionDao #5061

@fmbenhassine

Description

@fmbenhassine

As of v5.2.4 / v6.0.0-RC1, the method MongoStepExecutionDao#countStepExecutions is not optimized, it uses nested loops to count step executions.

This method should be optimized to perform a count query using a MongoOperations#count operation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions