Name: Anonymous 2018-07-06 17:44
How expensive would it be to have all of your production data in an in-memory database as opposed to slow-ass SSD or HDD ones? Or can you do some sort of caching where it puts certain parts in RAM but not all of it? How would that work?
I only have basic experience working with SQLite and MongoDB, but the ideas of super-fast IMDBs is appealing. I've vaguely heard of redis, but I don't know how you'd use it.
I only have basic experience working with SQLite and MongoDB, but the ideas of super-fast IMDBs is appealing. I've vaguely heard of redis, but I don't know how you'd use it.