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

> you are describing a situation that those are designed for

I'm curious: how so?

memcached and Redis are commonly deployed for caching, but not for persistence (Redis has optional persistence). That is not to say you can't use them, but I'm not sure what makes them a necessarily better choice than Mongo in this situation (persisted high-speed machine data).

Edit: OK, I see you mean the "for store-and-retrieve use cases" part. You have a point, though Mongo seems to be ok for that use case too.




My life has been saner when we use the KV store for search or fast lookup and not as the system of record (for that we use a traditional database).

It tends not to occur to me that durability is a feature people are looking for in nosql, but if you’re trying to avoid having three to five copies (SQL, nosql, search, reporting, ?). of your data I could understand. But as the team gets bigger it gets harder to maintain that, figuratively and literally.




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

Search: