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

Maybe the Redis codebase is too closely tied to the fact that the complete db has to be loaded in memory?



From the quick glance over the source code, it seems that this implementation has this assumption too. (I may be wrong, though - it is possible I've missed something.)

On the other hand, Redis has "VM" thing, which allows larger-than-memory databases by swapping less frequently used data to disk.


Yes, this was my assumption.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: