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
When updating a document using direct Collection.direct.update() previous is still fetched with just the _id. This behaviour doesnt make sense, as it should completely bypass the hooks functionalities.
This causes multiple read queries that are unnesary and can bloat the DB with requests that are never used.
The text was updated successfully, but these errors were encountered:
When updating a document using direct
Collection.direct.update()
previous is still fetched with just the _id. This behaviour doesnt make sense, as it should completely bypass the hooks functionalities.This causes multiple read queries that are unnesary and can bloat the DB with requests that are never used.
The text was updated successfully, but these errors were encountered: