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
recent crashes have reminded us why we had a balance materialized view in the first place. solution may instead be to provide the user with an option to see a more up to date balance in they deem it too out of sync. this would reduce load on services and provide faster response times if an already computed balances was available.
in order to do this well, the following are proposed:
create snapshots daily so that balances do not get too out of sync
create another endpoint for publishers to request most recent balance snapshot be recomputed
The text was updated successfully, but these errors were encountered:
recent crashes have reminded us why we had a balance materialized view in the first place. solution may instead be to provide the user with an option to see a more up to date balance in they deem it too out of sync. this would reduce load on services and provide faster response times if an already computed balances was available.
in order to do this well, the following are proposed:
The text was updated successfully, but these errors were encountered: