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
Current we construct a full struct Account with all details, which queries multiple tables, while we only update a few elements, and hence don't need to fetch the full account. This make 250ms of the full query.