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 default to selecting all fields in sqlstorage, which can cause bad performance. SQLAlchemy have a way to give hint to only load some fields:
Currently we default to selecting all fields in sqlstorage, which can cause bad performance. SQLAlchemy have a way to give hint to only load some fields:
https://docs.sqlalchemy.org/en/13/orm/loading_columns.html#sqlalchemy.orm.load_only
Look into providing hint at request environment to only only load some fields
The text was updated successfully, but these errors were encountered: