Question

I have MongoDB 3.0.0 running on a Digital Ocean droplet. How can I tell which storage engine it is using?

Was it helpful?

Solution

You can find it through db.serverStatus() on section storageEngine - http://docs.mongodb.org/manual/reference/command/serverStatus/#storageengine

Licensed under: CC-BY-SA with attribution
Not affiliated with dba.stackexchange
scroll top