Details
-
Improvement
-
Resolution: Duplicate
-
Major - P3
-
None
-
3.6.2
-
None
-
Query
-
Fully Compatible
Description
Can we get a fix in the Change Streams generation engine generate updatedFields that are NOT dot-notated?
For instance, instead of
updatedFields: { 'device.temperature': 70}
|
it would be nice if we could decompose the dot-notated 'device.temperature' string into:
updatedFields: { device: {temperature: 70}}
|
This is related to SERVER-21889.
I know this might affect the performance of change streams but without that improvement, the use of change streams might turn out to be limited (and restricted to inserts and top-level attributes updates)
Attachments
Issue Links
- duplicates
-
SERVER-21889 Oplog format for $set operations on subdocuments creates format that is not queryable
-
- Backlog
-