-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Aggregation Framework
Would like to implement "partitioned collection" with a view of multiple collections. For example, a rolling 12 monthly collections UNIONed to a view. rebuild the view every month to include the new moth and drop the oldest collection. This will avoid the slow performance of deleting one month of data with could be over 300 million documents.
- duplicates
-
SERVER-23201 provide union operator to union two collections (or more)
- Closed