Project

General

Profile

Actions

Development #321

open
PS

OPTYMALIZACJA

Development #321: OPTYMALIZACJA

Added by Patryk Szymański 6 days ago. Updated 6 days ago.

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

Also available in: PDF Atom