summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/ephemeral_for_test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/ephemeral_for_test/README.md')
-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