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, organizations and datasets are being stored in two places in ANDI- Postgres and Redis. Only one strategy should be used for consistency. We should remove the storage in Redis of the organizations and datasets and exclusively use Postgres. This will involve removing the OrgStore and DatasetStore from ANDI and updating all locations where they are used with calls to Postgres to retrieve the orgs/datasets.
The text was updated successfully, but these errors were encountered:
What
Currently, organizations and datasets are being stored in two places in ANDI- Postgres and Redis. Only one strategy should be used for consistency. We should remove the storage in Redis of the organizations and datasets and exclusively use Postgres. This will involve removing the OrgStore and DatasetStore from ANDI and updating all locations where they are used with calls to Postgres to retrieve the orgs/datasets.
The text was updated successfully, but these errors were encountered: