this post was submitted on 18 Jul 2025
816 points (99.4% liked)

Programmer Humor

25328 readers
1109 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] msage@programming.dev 44 points 1 week ago (18 children)

This is literally me at every possible discussion regarding any other RDBMS.

My coworkers joked that I got paid for promoting Postgres.

Then we switched from Percona to Patroni and everyone agreed that... fuck yes, PostgreSQL is the best.

[–] cute_noker@feddit.dk 5 points 1 week ago (7 children)

I have a colleague like that too, and then the other camp that loves MySQL.

Why do you like postgres

[–] Overspark 6 points 1 week ago (1 children)

I usually tell people running MySQL that they would probably be better off using a NoSQL key-value store, SQLite, or PostgreSQL, in that order. Most people using MySQL don't actually need an RDBMS. MySQL occupies this weird niche of being optimised for mostly reads, not a lot of concurrency and cosplaying as a proper database while being incompatible with SQL standards.

[–] lagoon8622@sh.itjust.works 5 points 1 week ago

incompatible with SQL standards.

Wait... Wait a minute, is that Oracle's entrance music‽

load more comments (5 replies)
load more comments (15 replies)