Embedded Documents performance #1029
Closed
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
when using the embedded feature, if the field with the embedded enable contains a list, Eve is performing a find_one for each ids instead of doing only one query.
This may kill the performances of the feature: what about doing only one round trip to the database when a list of ids is provided?
Regards,
Amedeo
The text was updated successfully, but these errors were encountered: