We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have also try with Ubuntu 22.04 (direct install into a fresh computer) and i have the same problem.
Mariadb is very very slow with large database (more than 5gb) and my website is currently unusable.
My .lando.yml :
name: mywebsitename recipe: drupal8 excludes: - dump config: php: "7.3" drush: "*" via: nginx webroot: web database: mariadb:10.4 composer_version: "1.10.17"
If i replace mariadb by mysql : My .lando.yml :
name: mywebsitename recipe: drupal8 excludes: - dump config: php: "7.3" drush: "*" via: nginx webroot: web database: mysql composer_version: "1.10.17"
i didn't have any problem with mysql and my website is very fast.
Any idea about this bug with mariadb ?
The text was updated successfully, but these errors were encountered:
I had some problems with it being slow due to query caching being disabled in the image it uses. After enabling it, it runs great
query_cache_type=1
Sorry, something went wrong.
@reynoldsalec this might be worth investigating?
No branches or pull requests
I have also try with Ubuntu 22.04 (direct install into a fresh computer) and i have the same problem.
Mariadb is very very slow with large database (more than 5gb) and my website is currently unusable.
My .lando.yml :
If i replace mariadb by mysql :
My .lando.yml :
i didn't have any problem with mysql and my website is very fast.
Any idea about this bug with mariadb ?
The text was updated successfully, but these errors were encountered: