Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
1.6.0
-
None
-
None
Description
Queryable state allows querying of keyed MapState, but such a query returns all MapState entries for the given key. In some cases, such MapState many include substantial number of entries (in the millions), while the user may only be interested in one entry.
I propose we allow queries for MapState to provide one or more map entry keys, in addition to the state key, and to only return entries for the given map keys.