So a distrust of Oracle made someone more than half a billion? Those Oracle lawyers actually did create economic value then. Who would have thunk it.
There is some deeply perverse insight in this comment and I love it. The principle seems to apply quite generally across much of modern tech. Where are the viable contenders for Google products built on a platform of.. counter-reputation? This concept needs a name
MariaDB to go public at $672M valuation
121–130 of 229 posts
Re: MariaDB to go public at $672M valuation
#122> MariaDB, Fast Growing, Popular Open Source Database Software Company No matter how I turn and adjust the parameters, MariaDB seems to be the least popular of the big databases on the market today ( https://trends.google.com/trends/explore?date=today%205-y&q=... ) and looking long-term (2004-preset), it seems like it's popularity is going down, not up ( https://trends.google.com/trends/explore?date=all&q=MariaDB ).…
Re: MariaDB to go public at $672M valuation
#123The creator of MySQL named it after his daughter, "My". After it was forked, the fork was named after his other daughter, "Maria". He has three children, so we've got one more go at this with a MaxDB if needed. edit: I was wrong -- He already used MaxDB previously. We're out of names.
Lucky Monty, he got to sell it twice!
Re: MariaDB to go public at $672M valuation
#124Is MariaDB code base a fork of MySQL, seems a good business to sell something twice. I would have expected him to have a non-compete after selling it the first time. Anyone know how he pulled this off?
Re: MariaDB to go public at $672M valuation
#125Earlier quoted context omitted.
> These days, most smaller users go with a managed DBaaS such as AWS RDS, and on RDS MySQL gets massively more usage than MariaDB. Do they, do? I expect all small stuff to be on old school VPSes with included managed DBs. Has the world of cheap PHP hosting finally moved on? I'd be super surprised.
"Has the world of cheap PHP hosting finally moved on? I'd be super surprised. " No 90% of wordpress which is 60% of the internet use small local hosted mysql instances. No they don't setup a vm on aws.
Anyway, among WP usage, I would confidently wager that the percentage running in "cheap VPS" setups is declining fast each year. Many different reasons for this. The heyday of smalltime independent bloggers (on WP or otherwise) was a decade ago. Large SaaS hosts (including the official wordpress.com) make up a big chunk of WP hosting. Security is a huge issue with self-hosted WP. Companies using WP as a CMS aren't going to use a tiny VPS.
There are still a lot of WordPress instances on cheap VPS setups, don't get me wrong. I just don't believe it's still such a major force where it would make up a majority of new mysql/mariadb installations anymore.
Re: MariaDB to go public at $672M valuation
#126Earlier quoted context omitted.
The amount of informations around is surprisingly poor; it's hard to find technical information. At least a significant difference is MariadDB's addition of several specialized engines - see https://mariadb.com/kb/en/storage-engines : - MariaDB ColumnStore: Column-based - Mroonga: Full text search - OQGRAPH: Graph storage - SphinxSE: Full text search Where the above use cases are required, it's actually a big deal. A…
Curious to learn more about Mroonga. FT has been a sticking point for several sites we've built, and the search daemons (typesense, meilisearch) tend to not as accurate as we'd like.
One thing I wish were available was a hybrid btree and inverted index. If you are multi tenant then you want your search to only happen within the one user’s data — not across all accounts and then filter for the one user.
Re: MariaDB to go public at $672M valuation
#127The creator of MySQL named it after his daughter, "My". After it was forked, the fork was named after his other daughter, "Maria". He has three children, so we've got one more go at this with a MaxDB if needed. edit: I was wrong -- He already used MaxDB previously. We're out of names.
Re: MariaDB to go public at $672M valuation
#128Re: MariaDB to go public at $672M valuation
#129So a distrust of Oracle made someone more than half a billion? Those Oracle lawyers actually did create economic value then. Who would have thunk it.
Re: MariaDB to go public at $672M valuation
#130Earlier quoted context omitted.
These days, most smaller users go with a managed DBaaS such as AWS RDS, and on RDS MySQL gets massively more usage than MariaDB. I build schema management software for MySQL and MariaDB, https://www.skeema.io , used by several hundred companies. Among my userbase, MariaDB is a tiny minority, to such an extent that I wonder if it's worthwhile to continue keeping up with their new quarterly release schedule.
Nice tool, hadn't heard of it before. > These days, most smaller users go with a managed DBaaS such as AWS RDS I think there's likely a long tail of small (non-tech) businesses that run WordPress (or Drupal/Joomla) on a traditional shared web host (the kind that only offers PHP and MySQL/MariaDB).