79306873

Date: 2024-12-25 04:44:48
Score: 1.5
Natty:
Report link

In EXPLAIN ANALYZE, actual rows=1 in the Nested Loop Join means only 1 row was output by the join after applying all conditions.

The JOIN is processed before LIMIT, but execution stops as soon as LIMIT 1 is satisfied.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ali Saberi