Skip to content

Instantly share code, notes, and snippets.

@asicfr
Last active August 29, 2015 14:03
Show Gist options
  • Save asicfr/fbece3bc3bc4630aa8b9 to your computer and use it in GitHub Desktop.
Save asicfr/fbece3bc3bc4630aa8b9 to your computer and use it in GitHub Desktop.
root <---- folder root (will contain mongos log)
├───cfg-a <---- folder of first config database of a sharded cluster (will contain data and log of that node)
├───cfg-b <---- folder of second config database of a sharded cluster (will contain data and log of that node)
├───cfg-c <---- folder of third config database of a sharded cluster (will contain data and log of that node)
├───s1 <---- folder of shard #1 with one replicatSet s1
│ ├───a <---- folder of first node of replicatSet s1 (will contain data and log of that node)
│ ├───b <---- folder of second node of replicatSet s1 (will contain data and log of that node)
│ └───c <---- folder of third node of replicatSet s1 (will contain data and log of that node)
└───s2 <---- folder of shard #2 with one replicatSet s2
├───a <---- folder of first node of replicatSet s2 (will contain data and log of that node)
├───b <---- folder of second node of replicatSet s2 (will contain data and log of that node)
└───c <---- folder of third node of replicatSet s2 (will contain data and log of that node)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment