When using MMAPv1, the storage location of the database(s) is easily identified. For example,the "test" database can easily be identified here:
"/data/db/test.ns"
In this way, you are assured that this is where the database lives. This can be very helpful to know; like helping to ensure you are backing up the correct databases as one example. Confirming that restored data is where it is expected to be is another.
I'd like to know if I can also identify the database names when the Storage Engine is Wired Tiger. I have seen the format of
"collection-000-*.wt"
but, this does not allow me to see the actual names of the collections or the databases they live in.
I appreciate any help on this. Thanks, Rick Farina