Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.2.1
-
None
Description
With big number of tables/schemas, queries to I_S tend to get slower, and can be very slow.
Attachments
Issue Links
- is caused by
-
MDEV-34015 Copying condition from WHERE to JOIN makes query 2 times faster
-
- Open
-
- relates to
-
MDEV-28410 probleme de performance powerbi requetant mariaDB
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Summary | An option for catalog functions to use SHOW commands instead of queries to INFORMATION_SCHEMA | An option for catalog functions to use combination of simple queries to I_S rather than one complicated |
Summary | An option for catalog functions to use combination of simple queries to I_S rather than one complicated | An option for catalog functions to use alternative ways of data collecting rather than one complex query to the INFORMATION_SCHEMA |
Link | This issue is caused by MDEV-34015 [ MDEV-34015 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Summary | An option for catalog functions to use alternative ways of data collecting rather than one complex query to the INFORMATION_SCHEMA | SQLForeignKeys performance optimization |
it also makes sense to take a look if I_S queries can be made faster.