- Issue created by @factotum--factotum
- 🇺🇸United States AaronBauman Philadelphia
This doesn't have anything to do with Salesforce module.
Please create an issue against core, or whatever contrib module is responsible for this.
Database full table scan
Drupal is executing queries like the following one which are producing significant load and always full table scans
SELECT pattern_outline FROM router WHERE '/node/278960' LIKE CONCAT(pattern_outline, '%') AND pattern_outline != '/';
Run a query like the following
SELECT pattern_outline FROM router WHERE '/node/278960' LIKE CONCAT(pattern_outline, '%') AND pattern_outline != '/';
No resolution to be proposed
Not available
Not available
Not available
Not available
Active
4.3
Miscellaneous
It is used to alert the performance topic maintainer(s) that an issue significantly affects (or has the potential to affect) the performance of Drupal, and their signoff is needed. See the governance policy draft and Drupal Core gate - performance for more information.
This doesn't have anything to do with Salesforce module.
Please create an issue against core, or whatever contrib module is responsible for this.