Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I have a collection that hosts documents with some fields and a big nested map of smaller items.
doc =
field1:value
field2:value
field3:value
field4:map {map_item:{field id, field b, field c, ...}
When querying this construct with a simple "where field1 == valueX, I get insanely slow query responses.
For 20 document with about 500 map_items query time is upwards of 10secs. would anyone know why this is?
Kind regards,
Kai
Beta Was this translation helpful? Give feedback.
All reactions