this post was submitted on 01 Feb 2025
1085 points (99.5% liked)
Microblog Memes
6351 readers
2793 users here now
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
Rules:
- Please put at least one word relevant to the post in the post title.
- Be nice.
- No advertising, brand promotion or guerilla marketing.
- Posters are encouraged to link to the toot or tweet etc in the description of posts.
Related communities:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
They didn't make Mysql if that's what you're referring to and Oracle DB was nothing revolutionary.
I think your most demanding use of databases was in tiny environments with tiny datasets and relaxed performance metrics compared to my own experience in designing systems that include databases.
MySQL and Oracle DB are totally different beasts for totally different needs, even if they're both relational databases.
Further, the Oracle DB predates MySQL.
MySQL was created exactly because at the time there were either these massive Enterprise Class behemoth expensive databases such as Oracle DB and IBM's Db2 or stuff like Access and hacked Excel sheets being used as "databases", so there really wasn't a proper database for things like inventory systems for small and mid-sized companies - they either used Access which was a joke (didn't even had Transactions, so prone to get corrupted) or they paid a lot for licenses for the big databases which also required expensive machines to run them on.
One could say that MySQL made a lot of the modern Internet possible because it was Open Source and ran on Linux so you could for free make a dynamic website (say, a small online store) on top of a stack with it at the bottom (and Apache at the top and some custom middle layer in something things like PHP - remember that these were the 90s and Python only became popular later) on a pretty basic Linux server somewhere and that was enough until you got really big. You could do it with Oracle DB at the bottom also, but it was expensive and not really worth it unless you were serving tens or hundred of thousands or requests per minute.
That said, I agree that Oracle DB wasn't revolutionary, it just worked well with all kinds of loads, even extreme ones, as long as you knew what you were doing.
The point I was making was that the Oracle DB was the only decent product Oracle ever created, not that it was revolutionary.
A couple other entertaining Access facts: 1) Access databases did at least have an audit table - which was manually editable; 2) Access databases were used by the Diebold electronic voting machines that were in use in numerous states during the 2000 presidential election cycle. It's possible that 1 and 2 are unrelated.
On a more amusing note, I remember making fun of Access on StackOverflow around 2008 or so and running afoul of a dude who was still making a living doing Access work. I've never been more fearful that a person online was going to track me down IRL and attempt to kill me.