Details
-
New Feature
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
The $out aggregation stage now supports outputting to a different database. It still accepts the old form of
{$out: <collName>}
|
To use a different database, the new syntax is
{$out: {db: <dbName>, coll: <collName>}}
|