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:
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: