MySQL 5.7 vs MySQL 8 Benchmark

preview_player
Показать описание
MySQL 5.7 vs MySQL 8 Benchmark, with WordPress
Рекомендации по теме
Комментарии
Автор

I run MySQL database with hundreds of millions of records and response time is always a few milliseconds. I have no idea why yours is so slow. But on the other hand, to me WordPress is one of the worst database implementations in a popular product. It's just sad how bad WordPress, its codebase and especially the database design is...

harlycorner
Автор

try this: select or select EXTRACT(YEAR FROM NOW())); . I found mysql57 is faster for this and uses less memory.

youspag
Автор

Wasted my time to watch this.
Your test is useless.

You have installed WordPress and ran apache benchmark tool with 30 request concurrency to first page of site.

it’s invalid test method since here we see participation of external network conditions, nginx, php.

I want to see examples where:
1. You write code which inserts million rows of data to equally schemes table
2. You write code which requests for data in parallel and measure time

*testing suites should be directly connected to db over unix socket

anar-k-jafarov