From a33fff8183a590c53d63a64b4920413c7a1a272d Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Thu, 30 Mar 2017 21:02:41 +0300 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d106b83..f6c23826 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ Yes, historically it has been considered a bad practice to store emails in a dat Notice the word "relational"? In fact document stores like MongoDB work very well with emails. Document store is great for storing tree-like structures and while GridFS is not as good as "real" object storage, it is good enough for storing the raw parts of the message. Additionally there's nothing too GridFS specific, so (at least in theory) it could be replaced with any object store. +You can see an example mail entry [here](https://gist.github.com/andris9/520d530bcc126768ce5e09e774be8c2e). Lines [184-217](https://gist.github.com/andris9/520d530bcc126768ce5e09e774be8c2e#file-entry-js-L184-L217) demonstrate a node that has its body missing as it was big enough to be moved to GridStore and not be included with the main entry. + ### Is the server scalable? Not yet exactly. Even though on some parts Wild Duck is already fast, there are still some important improvements that need to be done: