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
Describe the task
We're querying several tables when sending a session response. These queries must be running for both session create and update requests. The latter is called every 10sec on the Player page, which might lead to unnecessary load on the DB server.
I still need to verify but this might be the reason for the backend failing to respond when under a huge amount of load from K6.
Expected behavior
Propose a solution that can help with reducing the redundant queries or a faster performance (caching?)
See if there's a way (like GraphQL) where the query response data can be controlled by the requestor.
The text was updated successfully, but these errors were encountered:
Describe the task
We're querying several tables when sending a session response. These queries must be running for both session create and update requests. The latter is called every 10sec on the Player page, which might lead to unnecessary load on the DB server.
I still need to verify but this might be the reason for the backend failing to respond when under a huge amount of load from K6.
Expected behavior
The text was updated successfully, but these errors were encountered: