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
IMPORTANT: We need to test this before merging the breaking services communication change in case we need to change the format of event attributes (see #603).
Use Case
This will allow advanced querying of events at a lower storage cost and database server cost (as fewer concurrent connections to the database server will be needed e.g. by django-twined's service usage events.
Current state
Events are stored by django-twined in a postgresql database and the database server has to be upgraded to cope with many questions being asked at once.
Feature request
IMPORTANT: We need to test this before merging the breaking services communication change in case we need to change the format of event attributes (see #603).
Use Case
This will allow advanced querying of events at a lower storage cost and database server cost (as fewer concurrent connections to the database server will be needed e.g. by
django-twined
's service usage events.Current state
Events are stored by
django-twined
in a postgresql database and the database server has to be upgraded to cope with many questions being asked at once.More info
The text was updated successfully, but these errors were encountered: