Skip to content

Study area database INSERT is slow #157

@peterhambly

Description

@peterhambly

The Study area database INSERT in the middleware is slow, being responsible for the most time in study setup:

  • It is done one area at a time. It would be best to do an array insert; if not possible a multi-row INSERT by SELECT would do;
  • The trigger code is slow on Postgres and needs to be pruned to speed it up

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