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
The endpoints /recent/help and /recent/demo are not doing first data filtration at DB-level, which causes substantial performance regression the more requests a teacher have handled.
The endpoints
/recent/help
and/recent/demo
are not doing first data filtration at DB-level, which causes substantial performance regression the more requests a teacher have handled.See e.g. https://github.com/bubify/bubify-backend/blob/main/src/main/java/com/uu/au/controllers/GodController.java#L682-L698.
See
bubify-backend/src/main/java/com/uu/au/controllers/DemonstrationController.java
Line 339 in f226236
The text was updated successfully, but these errors were encountered: