Hacker News new | ask | show | jobs
by PedroBatista 156 days ago
Even most toy databases "built in a weekend" can be very stable for years if:

- No edge-case is thrown at them

- No part of the system is stressed ( software modules, OS,firmware, hardware )

- No plug is pulled

Crank the requests to 11 or import a billion rows of data with another billion relations and watch what happens. The main problem isn't the system refusing to serve a request or throwing "No soup for you!" errors, it's data corruption and/or wrong responses.

1 comments

I'm talking about production loads, but thanks.
Production loads mean a lot of different things to a lot of different people.