Mongodb saving data to memory
Hi guys! I have deployed a Mongodb instance on railway through railway's choice of boilerplate deployments. To this database I'm adding data with ttl of 5 mins hence you can see the data with a slope and cliff. My doubt is, is my data being saved to memory and not to disk?
Solution:Jump to solution
The provided mongodb template saves data to disk, and that's just simply what it's memory usage looks like
3 Replies