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
Currently, we don't optimize the update operations as we do updates even no field has changed. We also update everything when really only a single field has changed. We should fix this so it's efficient, and helps us scale our usage.
Currently, we don't optimize the update operations as we do updates even no field has changed. We also update everything when really only a single field has changed. We should fix this so it's efficient, and helps us scale our usage.