Skip to content

Small cache improvement for Integration jobs #559

@nunoaguiar

Description

@nunoaguiar

For each job that we run, we can see a call to OrderTablesByConstraints(), which always goes to the database to fetch the list of constraints.

This list doesn't change that often, and because of how integrations are setup, we see this query being executed hundreds and sometimes thousands of times daily.

Could this be cached even if for just 5min? That would drastically reduce the execution count in sites with high and/or frequent data integration jobs.

Nuno Aguiar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions