Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Efficient MySQL Performance In 10 Sentences

Дата публикации: 09-11-2024 19:27:00

Don’t have time to read Efficient MySQL Performance?
Here’s the book (10 chapters) in one-liners.
Performance is query response time.
Proper left-most indexing is required for performance.
The less data, the better.
Access patterns (part of the workload) help or hinder performance.
Sharding is how to scale writes when single-node performance is truly reached.
Server metrics reflect how the app workload causes MySQL to work.
Replication lag is data loss.
Locks are held until a transaction commits, so commit quickly.
There are many other challenges that you might need to address—sorry.
MySQL in the cloud is slower and more expensive, so performance is more important than ever.
Efficient MySQL Performance In 10 Sentences appeared first on MariaDB.org


Основное содержимое страницы с новостью.

Efficient MySQL Performance bird

Efficient MySQL Performance
20 years of MySQL performance, written for software engineers

Nov 9, 2024

Don’t have time to read Efficient MySQL Performance? Here’s the book (10 chapters) in one-liners.

  1. Performance is query response time.
  2. Proper left-most indexing is required for performance.
  3. The less data, the better.
  4. Access patterns (part of the workload) help or hinder performance.
  5. Sharding is how to scale writes when single-node performance is truly reached.
  6. Server metrics reflect how the app workload causes MySQL to work.
  7. Replication lag is data loss.
  8. Locks are held until a transaction commits, so commit quickly.
  9. There are many other challenges that you might need to address—sorry.
  10. MySQL in the cloud is slower and more expensive, so performance is more important than ever.

Source: https://hackmysql.com/book/
Copyright 2025 Daniel Nichter

comments powered by

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1I Don’t Want to Shard (MySQL)010.8720-05-2022
2Performance Is Less06.7219-03-2022
3Queries Effect Performance06.5512-01-2020
4How Not to Use MySQL05.7716-09-2022
5Configuring MySQL Query Metrics07.2616-01-2022
6Why MySQL Replication Is Fast08.2631-05-2024
7Access Patterns for MySQL05.6617-04-2022
8Mining the MySQL Performance Schema for Transactions05.6328-08-2022
9Is MySQL in the Cloud the End of the DBA?06.0115-10-2022
10Lessons From 20 Years Hacking MySQL (Part 2)011.4220-06-2024

Классификация: . Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 9.92. Источник: mariadb.org.