Edit this page | Blame

Do Bulk Query for Correlation Results' Display

Tags

  • assigned: fredm
  • priority: high
  • status: closed
  • keywords: correlations, bulk queries, optimisation
  • type: enhancement, optimisation

Description

in lines 118 to 120 (call to `create_trait(...)) queries the database at least once every iteration, which leads to performance issues.

We need to replace this with a single bulk query that gets all the appropriate data and sets up all the expected data.

This new issue has been superseded by

(made with skribilo)