| 2 |
1.19 ms |
SELECT t0_.id AS id_0, t0_.request_id AS request_id_1, t0_.source_text AS source_text_2, t0_.priority AS priority_3, t0_.status AS status_4, t0_.request_payload AS request_payload_5, t0_.result_payload AS result_payload_6, t0_.created_at AS created_at_7, t0_.queued_at AS queued_at_8, t0_.processing_started_at AS processing_started_at_9, t0_.completed_at AS completed_at_10, t0_.processing_duration_ms AS processing_duration_ms_11, t0_.queue_wait_time_ms AS queue_wait_time_ms_12, t0_.worker_id AS worker_id_13, t0_.callback_url AS callback_url_14, t0_.callback_status AS callback_status_15, t0_.callback_attempts AS callback_attempts_16, t0_.callback_sent_at AS callback_sent_at_17, t0_.error_message AS error_message_18, t0_.retry_count AS retry_count_19, t0_.fetch_url AS fetch_url_20, t0_.fetch_token AS fetch_token_21, t0_.fetch_status AS fetch_status_22, t0_.fetch_attempted_at AS fetch_attempted_at_23, t0_.fetch_error AS fetch_error_24, t0_.source_id AS source_id_25 FROM translation_requests t0_ ORDER BY t0_.created_at DESC LIMIT 50
SELECT t0_.id AS id_0, t0_.request_id AS request_id_1, t0_.source_text AS source_text_2, t0_.priority AS priority_3, t0_.status AS status_4, t0_.request_payload AS request_payload_5, t0_.result_payload AS result_payload_6, t0_.created_at AS created_at_7, t0_.queued_at AS queued_at_8, t0_.processing_started_at AS processing_started_at_9, t0_.completed_at AS completed_at_10, t0_.processing_duration_ms AS processing_duration_ms_11, t0_.queue_wait_time_ms AS queue_wait_time_ms_12, t0_.worker_id AS worker_id_13, t0_.callback_url AS callback_url_14, t0_.callback_status AS callback_status_15, t0_.callback_attempts AS callback_attempts_16, t0_.callback_sent_at AS callback_sent_at_17, t0_.error_message AS error_message_18, t0_.retry_count AS retry_count_19, t0_.fetch_url AS fetch_url_20, t0_.fetch_token AS fetch_token_21, t0_.fetch_status AS fetch_status_22, t0_.fetch_attempted_at AS fetch_attempted_at_23, t0_.fetch_error AS fetch_error_24, t0_.source_id AS source_id_25 FROM translation_requests t0_ ORDER BY t0_.created_at DESC LIMIT 50;
|
| 4 |
0.55 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.name AS name_3, t0.description AS description_4, t0.callback_api_key AS callback_api_key_5, t0.entity_list_endpoint AS entity_list_endpoint_6, t0.entity_detail_endpoint AS entity_detail_endpoint_7, t0.check_entities_endpoint AS check_entities_endpoint_8, t0.last_validated_at AS last_validated_at_9, t0.is_active AS is_active_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.last_synced_at AS last_synced_at_13 FROM sources t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.url AS url_2, t0.name AS name_3, t0.description AS description_4, t0.callback_api_key AS callback_api_key_5, t0.entity_list_endpoint AS entity_list_endpoint_6, t0.entity_detail_endpoint AS entity_detail_endpoint_7, t0.check_entities_endpoint AS check_entities_endpoint_8, t0.last_validated_at AS last_validated_at_9, t0.is_active AS is_active_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.last_synced_at AS last_synced_at_13 FROM sources t0 WHERE t0.id = 1;
|