In case you have your own slow SQL query, you can optimize it automatically here.
For the query above, the following recommendations will be helpful as part of the SQL tuning process.
You'll find 3 sections below:
SELECT
*
FROM
user_rel
WHERE
(
user_rel.f = '5837be9dc34f747dbd7ba6c7'
AND user_rel.t = '5837be9dc34f747dbd7ba6ca'
)
OR (
user_rel.f = '5837be9dc34f747dbd7ba6ca'
AND user_rel.t = '5837be9dc34f747dbd7ba6c7'
) LIMIT 2