-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
Please add an option to limit maximum size of retrieved strings. The limit should apply to any STRING (or BLOB).
Motivation:
Our application parses data from MongoDB repositories that are populated by other application. Documents can have potentially large CLOB objects can be added to arbitrary points. The application retrieve the data, present the user with "summary" (e.g., for large strings only the first few characters of the CLOB are display, followed by "..."), same for arrays, or other complex objects. 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 CLOB, which could be anywhere.
- duplicates
-
SERVER-18210 Add query for document structure
- Closed