-
-
Notifications
You must be signed in to change notification settings - Fork 10
Optimize the existing database queries #73
Copy link
Copy link
Open
Labels
apienhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
In certain cases, data is aggregated and this might lead to slow response times for the API. These endpoints should be identified and move the data in new tables where it can be retrieved faster.
Example: The /winners endpoints which now try to retrieve the data from the "winners" table. If the data isn't there, it will aggregate it and then put it in the table so it will be available for the next requests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apienhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed