1.04 ms (28.13%)
|
1 |
SELECT t0.id AS id_1, t0.action_id AS action_id_2, t0.action_type AS action_type_3, t0.payload AS payload_4, t0.received_at AS received_at_5, t0.text AS text_6, t0.status AS status_7 FROM trello_events t0 ORDER BY t0.id DESC LIMIT 50
SELECT t0.id AS id_1, t0.action_id AS action_id_2, t0.action_type AS action_type_3, t0.payload AS payload_4, t0.received_at AS received_at_5, t0.text AS text_6, t0.status AS status_7 FROM trello_events t0 ORDER BY t0.id DESC LIMIT 50;
|
0.73 ms (19.68%)
|
1 |
SELECT t0.id AS id_1, t0.model AS model_2, t0.anger AS anger_3, t0.frustration AS frustration_4, t0.urgency AS urgency_5, t0.intensity AS intensity_6, t0.confidence AS confidence_7, t0.labels AS labels_8, t0.rationale AS rationale_9, t0.created_at AS created_at_10, t0.event_id AS event_id_11 FROM emotion_analyses t0 ORDER BY t0.id DESC LIMIT 50
SELECT t0.id AS id_1, t0.model AS model_2, t0.anger AS anger_3, t0.frustration AS frustration_4, t0.urgency AS urgency_5, t0.intensity AS intensity_6, t0.confidence AS confidence_7, t0.labels AS labels_8, t0.rationale AS rationale_9, t0.created_at AS created_at_10, t0.event_id AS event_id_11 FROM emotion_analyses t0 ORDER BY t0.id DESC LIMIT 50;
|
0.56 ms (14.98%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.enabled AS enabled_3, t0.anger_threshold AS anger_threshold_4, t0.frustration_threshold AS frustration_threshold_5, t0.urgency_threshold AS urgency_threshold_6, t0.intensity_threshold AS intensity_threshold_7, t0.slack_webhook_url AS slack_webhook_url_8 FROM escalation_rules t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.enabled AS enabled_3, t0.anger_threshold AS anger_threshold_4, t0.frustration_threshold AS frustration_threshold_5, t0.urgency_threshold AS urgency_threshold_6, t0.intensity_threshold AS intensity_threshold_7, t0.slack_webhook_url AS slack_webhook_url_8 FROM escalation_rules t0;
|