Hacker News new | ask | show | jobs
by silon3 4014 days ago
And that's why people use NOSQL. It's much more predictable in production use.
1 comments

Er, no. It isn't. NoSQL solutions have exactly the same problems. Most just don't have query planners or statistics capable of understanding how to properly deal with the ever-changing data (and also frequently don't even have the indexing capabilities required to do much more than a single get or set efficiently, anyway--these problems tend to come up with larger queries).