Skip to content

Fix Query Performance #1

@Strernd

Description

@Strernd

The performance of the query, that aggregates the data is not efficient.
Related file: https://github.com/serverless-benchmark/backend/blob/master/evaluation/evaluateJob.js
Currently the query is only getting data from the last 3 days, because more would kill the process.
Either the query is improved or we'll find a way to do some intermediate aggregation that is also stored in the DB, that enables faster querying.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions