Mariadb.com is dead, long live MariaDB.org
31–40 of 118 posts
Re: Mariadb.com is dead, long live MariaDB.org
#32In 2023 what is the advantage of mariaDB/mysql vs Postgres?
Re: Mariadb.com is dead, long live MariaDB.org
#33It certainly seems like the company is going down the toilet, but I'd be dubious about the motivations of an anonymous rant on Medium about a publicly traded company.
Re: Mariadb.com is dead, long live MariaDB.org
#34[flagged]
My gut is telling me, much like everyone else who has similar distaste towards people being paid for their work, absolutely nothing.
Re: Mariadb.com is dead, long live MariaDB.org
#35I wonder if some distro repos will stop installing mariadb instead of mysql whenever you try to install mysql. Always struck me as a weird thing to do since mysql never stopped development. (MariaDB.org seems to be still active, but there is now much more uncertainty (imo) compared to the mysql project)
It never stopped, but it did seem to stagnate a fair bit for a while meaning that MariaDB trumped it on some features & fixes. For instance CTE support arrived in stable releases about a year earlier. That of course may not be the case any more.
Re: Mariadb.com is dead, long live MariaDB.org
#36* No async drivers.
* Total freezeup bug that only appears when MariaDB is under high load, since mid-2021 (10.6), not yet addressed.
* Postgres 15 outperforming MariaDB in both my own SELECT and INSERT benchmarks. Up to double performance for INSERT.
* Less and less compatibility with MySQL. Vitess dropping MariaDB.
* Postgres has a lighter setup, super fast compile in 2023. Standalone / portable Postgres is amazing: https://gist.github.com/gnat/cfe3754c3dc817c7fb8b2225ef4db62...
I do enjoy the MariaDB / MySQL tooling and syntax way more as a developer, and MaxScale etc. seems good, but there's only so much BS i'm willing to deal with when Postgres exists.
Re: Mariadb.com is dead, long live MariaDB.org
#37Re: Mariadb.com is dead, long live MariaDB.org
#38I wonder if some distro repos will stop installing mariadb instead of mysql whenever you try to install mysql. Always struck me as a weird thing to do since mysql never stopped development. (MariaDB.org seems to be still active, but there is now much more uncertainty (imo) compared to the mysql project)
> Always struck me as a weird thing to do since mysql never stopped development. It never stopped, but it did seem to stagnate a fair bit for a while meaning that MariaDB trumped it on some features & fixes. For instance CTE support arrived in stable releases about a year earlier. That of course may not be the case any more.
We have low visibility into MySQL development process (is the bug tracker still closed? I am not sure), so when they shipped 8.0 in 2018 it was quite a surprise. They fixed a number of outstanding issues, including many extremely bad defaults (like using proper Unicode by default). Some things added in 8.0 (like atomic DDL) are still not available in MariaDB. Oracle being Oracle, there haven't been any major releases since.
Re: Mariadb.com is dead, long live MariaDB.org
#39I guess i don't fully understand the distinction. So the company is going down, but the open source org is still alive. Did the company do most of the development? If they did was that development available to people using it 'for free'? Why was there a company in the first place, you'd think it would be hard to make money betting on a single open source database. My only interaction with MariaDB was picking it from…
Re: Mariadb.com is dead, long live MariaDB.org
#40[flagged]
Oracle then bought Sun.