From 65939a4e4a45802e11233a04b72e5ddebdc70fd3 Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Mon, 6 Jan 2025 10:20:59 -0700 Subject: [PATCH 1/2] Add links to MySQL performance improvements --- src/content/blog/database-improvements.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/blog/database-improvements.md b/src/content/blog/database-improvements.md index dd4007e4..f6d7f978 100644 --- a/src/content/blog/database-improvements.md +++ b/src/content/blog/database-improvements.md @@ -1,7 +1,7 @@ --- title: "DDEV's Database Support Gets MySQL 8.4 and Better Import Speeds" pubDate: 2025-01-02 -#modifiedDate: 2024-10-17 +modifiedDate: 2025-01-07 summary: "DDEV gets MySQL 8.4 and many related upgrades and performance improvements" author: Randy Fay featureImage: @@ -45,6 +45,10 @@ I also ran tests of Docker Provider vs MySQL 8.0 import times, and was surprised I experimented with these scripts on Linux/AMD64 and WSL2/AMD64, but wasn't able to get predictable results, but the import times were significantly longer (20% to 100% longer), which I can only guess is probably a result of Apple Silicon's advantage over Intel processors, and the particular machines I had available to test on. +Interesting notes on MySQL 8.4+ on the web: +* [Percona study of MySQL 8.4+ performance](https://www.percona.com/blog/sakila-where-are-you-going/) +* [Percona update on MySQL 8.4+ performance improvements in 8.4.3+](https://www.percona.com/blog/mysql-8-4-3-and-9-1-0-major-performance-gains-revealed/) + **We'd love to hear your reports about these results.** You can use or contribute to the scripts and database dumps at [rfay/database-performance](https://github.com/rfay/database-performance). It's easy to use DDEV HEAD too, see [docs](https://ddev.readthedocs.io/en/stable/developers/building-contributing/#testing-latest-commits-on-head). Follow our [blog](https://ddev.com/blog/), [Bluesky](https://bsky.app/profile/ddev.bsky.social), [LinkedIn](https://www.linkedin.com/company/ddev-foundation), [Mastodon](https://fosstodon.org/@ddev), and join us on [Discord](/s/discord). And we'd love to have you sign up for the [monthly newsletter](/newsletter). From 94337a77b19904e8e2f048c8eecc5a839f72dbda Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Mon, 6 Jan 2025 10:40:35 -0700 Subject: [PATCH 2/2] prettier format --- src/content/blog/database-improvements.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content/blog/database-improvements.md b/src/content/blog/database-improvements.md index f6d7f978..d910de31 100644 --- a/src/content/blog/database-improvements.md +++ b/src/content/blog/database-improvements.md @@ -46,8 +46,9 @@ I also ran tests of Docker Provider vs MySQL 8.0 import times, and was surprised I experimented with these scripts on Linux/AMD64 and WSL2/AMD64, but wasn't able to get predictable results, but the import times were significantly longer (20% to 100% longer), which I can only guess is probably a result of Apple Silicon's advantage over Intel processors, and the particular machines I had available to test on. Interesting notes on MySQL 8.4+ on the web: -* [Percona study of MySQL 8.4+ performance](https://www.percona.com/blog/sakila-where-are-you-going/) -* [Percona update on MySQL 8.4+ performance improvements in 8.4.3+](https://www.percona.com/blog/mysql-8-4-3-and-9-1-0-major-performance-gains-revealed/) + +- [Percona study of MySQL 8.4+ performance](https://www.percona.com/blog/sakila-where-are-you-going/) +- [Percona update on MySQL 8.4+ performance improvements in 8.4.3+](https://www.percona.com/blog/mysql-8-4-3-and-9-1-0-major-performance-gains-revealed/) **We'd love to hear your reports about these results.** You can use or contribute to the scripts and database dumps at [rfay/database-performance](https://github.com/rfay/database-performance). It's easy to use DDEV HEAD too, see [docs](https://ddev.readthedocs.io/en/stable/developers/building-contributing/#testing-latest-commits-on-head).