|
: -10 : 3 : 13 |
A special kind of view that can show documents that exist in memory only; are not saved to disk. This way I could compute joins on documents and "save" them to the in-memory document that would be shown in the view. Essentially any time I would create a stub document just so that I can show it in a view I could use this in-memory document view.
|