MongoDB as a pure in-memory DB on Windows?

I recently read this interesting article: How to use MongoDb as pure internal memory (Redis style)

In my scenario, I will only have access to a Windows machine, so the question is, is it possible to do the same on Windows?

Why MongoDB instead of Redis? I was hoping to use geospatial indicators.

The actual data will be easily recovered after restarting MongoDB, as it will only be about 0.5 GB of data.

+3


source to share


1 answer


Just do it as the tutorial told you. Create a Ram Disk



0


source







All Articles