this post was submitted on 11 Feb 2025
1255 points (98.5% liked)
Programmer Humor
23626 readers
1062 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
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
You save quite a lot of time when working on a database if it's stored in RAM compared to tape, so it does make sense to use that technology
Yeah in memory databases can be super fast.
till the power goes out
Then you lose your database quickly, so it’s still fast
Your delete is O(1)? Ha! Our delete operation runs in O(0).
It in Elon's case, catches fire and locks you in
My use case is primarily real time data capture - raw log is written to disk and can be recovered from, although at that point we'd have fallen back on the secondary as primary would now be suspect.
At which point you have to slurp down a few hundred terabytes from the other datacenters when the power turns back on.
This is why Google datacenter managers hesitate to turn off the power even when an employee is in the process of getting electrocuted.