Hacker News new | past | comments | ask | show | jobs | submit login

Write-expensive, read-cheap[1]: the exact opposite of the mentioned.

Once your developers have completed an iteration, your DB will see the same queries over and over again (if it doesn't, then it should be an OLAP aggregate). These databases optimize for writes, and defer complexity to reads and, considering that you could see millions more reads than writes, makes no sense whatsoever.

[1]: https://github.com/mit-pdos/noria




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: