π | Drupal core | \Drupal\Core\Entity\Query\Sql\Tables causes extremely poor performance when using MariaDB and filtering on multiple relationships in JSON:API
π¨πΏCzech Republic marysmech
#59
π
\Drupal\Core\Entity\Query\Sql\Tables causes extremely poor performance when using MariaDB and filtering on multiple relationships in JSON:API
Active
seems to fix the problem. I use optimizer_search_depth = 0
and queries take only few ms (previously timeouted after 30s).
π | Drupal core | \Drupal\Core\Entity\Query\Sql\Tables causes extremely poor performance when using MariaDB and filtering on multiple relationships in JSON:API
π¨πΏCzech Republic marysmech
marysmech β made their first commit to this issueβs fork.
π | Simple OAuth (OAuth2) & OpenID Connect | Password grant type: access token for blocked account
π¨πΏCzech Republic marysmech
I have tested latest patch and it works perfectly.