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
some refactoring of schemas could potentially improve performance.
for example, adding txn trace to the txn itself (even if duplicated).
adding txns in full to blocks (even if duplicated)
approach from a query perspective. minimize queries even if it requires duplicating data in mongo, storage is a cheap price to pay for faster responses/load times.
The text was updated successfully, but these errors were encountered:
some refactoring of schemas could potentially improve performance.
for example, adding txn trace to the txn itself (even if duplicated).
adding txns in full to blocks (even if duplicated)
approach from a query perspective. minimize queries even if it requires duplicating data in mongo, storage is a cheap price to pay for faster responses/load times.
The text was updated successfully, but these errors were encountered: