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
Goal will be to remove the cache inside helpers/spaces.ts
- All data depending on this cache should be refactor to use data from the database directly
- Metrics data (which are refreshed every X min) should be migrated to a VIEW TABLE (which can be updated live).
Final outcome will be:
- no more data latency due to cache
- live metrics data via VIEW TABLE
- live ranking from VIEW TABLE
- All data live on the database