2022-12-29
2940
Lukas Vileikis
152974
104
Dec 29, 2022 ⋅ 10 min read

5 ways to rapidly improve MySQL database performance

Lukas Vileikis I'm an ethical hacker and frequent conference speaker who is known for running one of the biggest and fastest data breach search engines in the world, BreachDirectory.com.

Recent posts:

profit center vs. cost center: How company structure affects engineering

Profit center vs. cost center: How company structure affects engineering

Examine the difference between profit vs. cost center organizations, and the pros and cons these bring for the engineering team.

Marie Starck
May 15, 2025 ⋅ 4 min read
API Docs Made Easy With Docusaurus

Create fast, modern API docs using Docusaurus

Why API documentation matters, recent trends in the space, and how to build great docs from scratch using Docusaurus, step by step.

Frank Joseph
May 15, 2025 ⋅ 6 min read
A checklist for mastering Expo SDK 53

A checklist for mastering Expo SDK 53

Get up to speed on Expo SDK 53, which brings with it a wealth of new and improved updates for the React Native ecosystem.

Andrew Baisden
May 15, 2025 ⋅ 17 min read
leveraging Lighthouse audits to optimize web performance

Leveraging Lighthouse audits to optimize web performance

Slow-loading pages can stem from multiple causes, which makes them one of the most challenging issues to fix in web development. Lighthouse can help you detect and solve your web performance issues.

Anna Monus
May 14, 2025 ⋅ 6 min read
View all posts

One Reply to "5 ways to rapidly improve MySQL database performance"

  1. Is there a reason you DID NOT use underscore rather than hyphens in your Global Variable names? Check the reference manual and you will see underscores used MOST of the time. I am aware hyphens are used sometimes when describing how to start and instance with overrides to your my.cnf or my.ini. Consistent use of underscore would be my vote. But then no one is in charge with open source.

Leave a Reply