Skip to content

core_datasource_db performance issue #1

Description

@Aloth974
  • In file lib/core_datasource_db at line 86 in method get_options() :
    Removing the $q->order() saves about 66% MySQL performances on a table with 6 millions entries, maybe doing it in PHP is better than in MySQL ?
  • In file lib/core_datasource_db at line 85 in method get_options() :
    Still, this query is clearly a performance-killer as it takes ~10s to execute on a 6 millions entries table with indexes and a SSD back-end. How could it be improved without losing functionnalities ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions