summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/ephemeral_for_test
diff options
context:
space:
mode:
authorGregory Noma <gregory.noma@gmail.com>2020-08-25 16:20:31 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-25 22:12:50 +0000
commit2a2b8192ba25bb21ba35ca271e66cc534ee35aca (patch)
treefd7d18422e1c4dd5bb63eb65aaacd4e2f6a884a9 /src/mongo/db/storage/ephemeral_for_test
parentc132aec751112ac8f4507ae6b694477b19badc53 (diff)
downloadmongo-2a2b8192ba25bb21ba35ca271e66cc534ee35aca.tar.gz
SERVER-50214 Link the storage/README and ephemeral_for_test/README files with the new primary catalog/README execution architecture guide
Diffstat (limited to 'src/mongo/db/storage/ephemeral_for_test')
-rw-r--r--src/mongo/db/storage/ephemeral_for_test/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/storage/ephemeral_for_test/README.md b/src/mongo/db/storage/ephemeral_for_test/README.md
index e147a88ee5c..e794cd1de0b 100644
--- a/src/mongo/db/storage/ephemeral_for_test/README.md
+++ b/src/mongo/db/storage/ephemeral_for_test/README.md
@@ -8,6 +8,9 @@ integration in unit tests, compatibility with advanced sanitizers, such as
Storage API, its modularity and our understanding of it, by having an alternate implementation that
can be used as testbed for new ideas.
+For more context and information on how this storage engine is used, see the
+[Execution Architecture Guide](https://github.com/mongodb/mongo/blob/master/src/mongo/db/catalog/README.md).
+
## Architecture
The architecture of the storage engine has parallels to and is in part inspired by the `git` version