Skip to content

[mariadb-query-optimization] "Bounding Expensive Queries: LIMIT ROWS EXAMINED" #25

Description

@federico-razzoli

I think there are important things to mention here:

  • LIMIT ROWS EXAMINED will generally work when this will cause the results to be incomplete but correct. It will not work when it might cause the results to be incorrect (SELECT COUNT(*)). It is good to check if the query returned an error.
  • When the query executed correctly, it's still good to check for warnings to know if the query examined all the rows it needed or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions