Skip to content

Reduce queries to the database during import phase #237

@amuolo

Description

@amuolo

This ticket is to refactor the parsing storage, the importers, and the import helper methods in order to reduce the number of times Database is queried. This can be achieved by moving all queries to the Parsing storage, and letting all helper methods in the importers use the data cached in the parsing storage. The advantage of doing this is performance at import phase.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestimportrelated to importing

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    📋 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions