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

Programmer Humor

26539 readers
2494 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 1 week ago* (last edited 1 week 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.