You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in version 0.20.0, the "filling" of ONCHANGE notification is done using entitiesQuery() operation, which involves a new query to DB (i.e. suboptimal, given that that information is already in the thread memory processing the updateContext).
This issue is about changing the way it works, so avoiiding the additional query to DB.
The text was updated successfully, but these errors were encountered:
Not sure at the end if all information is already known, e.g. in the case of subscriptions with geo-location scopes associated. We need entitiesQuery() to solve that notifications.
fgalan
changed the title
Fill ONCHANGE notifications information from thread memory instead of entityQuery()
[Reducing DB interactions at mongoBackend] Fill ONCHANGE notifications information from thread memory instead of entityQuery()
Nov 5, 2015
As in version 0.20.0, the "filling" of ONCHANGE notification is done using entitiesQuery() operation, which involves a new query to DB (i.e. suboptimal, given that that information is already in the thread memory processing the updateContext).
This issue is about changing the way it works, so avoiiding the additional query to DB.
The text was updated successfully, but these errors were encountered: