Earlier quoted context omitted.
I am surprised how low postgres ranks in those trends. I guess I have been in an echo chamber for too long, because my perception was that it was much more pervasive.
I've not seen any company which using a RDBMS, that isn't on PG for the last 5 years, and I'm freelance and bounce around a lot.. Other kinds of DBs it's all over the shop, but yeah, PG seems very dominant here...
MariaDB to go public at $672M valuation
201–210 of 229 posts
Re: MariaDB to go public at $672M valuation
#202Earlier quoted context omitted.
mysql is also trending down
Don't understand why it's taking this long since we have had a far superior free software alternative for many many years now...postgres
Re: MariaDB to go public at $672M valuation
#203Earlier quoted context omitted.
Simpler, more flexible data model along with speed / storage efficiency (you’re not updating many indexes so writes are much simpler). Your transaction layer data model should be as flat as possible; enrich with relational data in your analytics systems and data warehouses to optimize query speed.
Beware however that this flexibility and initial ease is more often than not a slippery slope into chaos. This article put it really well in my opionion: There are no schemaless databases, just the ones with an explicit schema and the ones with their schema defined in a couple hundred places in code. One of them is slightly easier to start out with, the other to evolve, maintain and communicate (double serving as sel…
Blame the developer who spread data specs in many places, not the database.
The application should have a single interface to interact with the database, hiding the implementation. All data specs should do in a single place, inside this interface.
Re: MariaDB to go public at $672M valuation
#204> 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
#205Earlier quoted context omitted.
Wow. I've spent a lifetime vaguely hating MySQL because I'm bothered by computer software that projects first-person pronouns onto users (Microsoft Windows "My Computer" — um, no, Windows, you're not me, if you're addressing me, it's "Your Computer"). I'm going to be spending a long while contemplating this. My. That's so sweet.
You misunderstand - the computer belongs to Windows.
Re: MariaDB to go public at $672M valuation
#206Earlier quoted context omitted.
mysql is also trending down
Don't understand why it's taking this long since we have had a far superior free software alternative for many many years now...postgres
Re: MariaDB to go public at $672M valuation
#207huh? What kind of return on investment can one expect from a database engine stock(??) Why would anyone buy it?
MongoDB IPO'd for ~$30/share. They peaked in November at $590, and are currently at $409. If you invested you would have made a nice chunk of change. MongoDB does have a hosting service though which could be driving a decent chunk of revenue.
Re: MariaDB to go public at $672M valuation
#208> 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
#209The 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.
Don't forget cousin Postgres.
Re: MariaDB to go public at $672M valuation
#210Earlier quoted context omitted.
Wow. I've spent a lifetime vaguely hating MySQL because I'm bothered by computer software that projects first-person pronouns onto users (Microsoft Windows "My Computer" — um, no, Windows, you're not me, if you're addressing me, it's "Your Computer"). I'm going to be spending a long while contemplating this. My. That's so sweet.
You misunderstand - the computer belongs to Windows.