-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe redis wasn't the best idea... #155
Comments
We can maybe try out Riak |
And, it does say so in the introduction to Redis. |
|
I'm really going to miss Redis' data structures. |
This was the article I was reading recently: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis |
It also considers Riak. |
After Redis, I like the sound of:
I would like MongoDB for 3, but an empty DB takes up 192Mb?? |
Riak seems to be designed for fault tolerance, which I'm not super worried about for our app right now? Maybe that would be a better selling feature for @asomayaji's suggested use case. |
I'm indifferent. I say we should just make ports for each, and figure out which one works the best for us. They all look like good alternatives. |
That sounds like fun. I suspect Couch and Riak are super similar. |
If it weren't a shared host, we could just have ridiculous swap... |
Reading up on redis, it seems that it is fast specifically because it keeps the whole DB in memory at once...which means there's a cap on DB size. So either we need to expire code (bleh), or we should switch to another db.
The text was updated successfully, but these errors were encountered: