-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
Please add an option to limit the size of ANY array in the document.
Motivation:
Relted to SERVER-18207
Motivation:
Our application parses data from MongoDB repositories that are populated by other application. Documents can have potentially large arrays objects at arbirary locations. The application retrieve the data, present the user with "summary" (e.g., showing data from the first few entries, followed by "NNN more").
The full entry is expanded once the user choose a specific document, and part of the document.
The above change will reduce the amount of data that need to be fetched on the original calls. Currently, 100X data has transferred from Mongo, since there is no way to cap the size of the ARRAY.
When working with documents that can contain arbitrary data sets, the application is forced to read
- duplicates
-
SERVER-18210 Add query for document structure
- Closed