-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.4
-
Component/s: Core MongoDB
The objects read from MongoDB are stored in a State datastructure resembling a HashMap. However when using queryAndFetch for instance we only fetch 3 key/value pairs for which a HashMap is overkill.
-> Optimize State when there is a small number of keys.
- is required by
-
NXP-15439 MongoDB fixes
- Resolved