Live data from Hacker News

Stop using MySQL in 2026, it is not true open source

optimizedbyotto.com

1–10 of 37 posts

Re: Stop using MySQL in 2026, it is not true open source

#3
From my experience MariaDB is not necessarily better than MySQL. The 8.x line brought many interesting features. I dream on switch to Postgres, and try every year but for my use case MySQL is still superior (100Bi+ rows for large texts, and heavy modified - I´m also space constrained - So I need data compression and the VACUUM are not good.)

The percona distribution is very good!

Re: Stop using MySQL in 2026, it is not true open source

#5
post #3

From my experience MariaDB is not necessarily better than MySQL. The 8.x line brought many interesting features. I dream on switch to Postgres, and try every year but for my use case MySQL is still superior (100Bi+ rows for large texts, and heavy modified - I´m also space constrained - So I need data compression and the VACUUM are not good.) The percona distribution is very good!

The storage engine is one of postgres's weakest points. I hope OrioleDB will eventually give us a more robust and easier to use replacement.

Re: Stop using MySQL in 2026, it is not true open source

#8
post #6

Who's still using MySQL on the back end? Most Linux distributions come with MariaDB. Is it Windows servers?

MySQL performs well at large scale, and has a very cool and weird storage engine option called MyRocks, that slows read performance but allows demented write rates and compression.

But yes, it is very bad.

Re: Stop using MySQL in 2026, it is not true open source

#10
post #6

Who's still using MySQL on the back end? Most Linux distributions come with MariaDB. Is it Windows servers?

I'm pretty sure Facebook is still running it. They've done a migration to 8.0 a couple of years after it came out (it was a massive release).

https://engineering.fb.com/2021/07/22/core-infra/mysql

Post reply on HN