Actions
Development #321
open
PS
OPTYMALIZACJA
Development #321:
OPTYMALIZACJA
Status:
Backlog
Priority:
Low
Assignee:
-
Start date:
04/02/2026
Due date:
% Done:
0%
Estimated time:
Description
lista endpointów ponetcjalnych do opytmalizacji
SELECT endpoint,count(), max(execution_time), AVG(execution_time) FROM request_log
group by endpoint
HAVING count()>5
ORDER BY AVG(execution_time) DESC;
Actions