Last active
August 29, 2015 14:03
-
-
Save asicfr/fbece3bc3bc4630aa8b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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