this post was submitted on 13 Sep 2025
321 points (99.1% liked)

Programmer Humor

26372 readers
1364 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
[–] eager_eagle@lemmy.world 1 points 4 days ago* (last edited 4 days ago)

used OpenSearch in a recent project, but the number of annoyances with it are through the roof. From SSL certs setup to bad defaults in settings, and the fact it does type inference for indices requiring you to manually recreate the index, and the docker container that takes 30s to start every time...

If you can use mongo, just use that. Or pick something other than OpenSearch if that's overkill for you.