|< < 31 > >|

EXPLAIN

Improving query performance

  • The routing table has 736 rows.

  • The table has no indexes, not even a primary key, so no other plan is possible.

  • This query returned 8 rows, or < 3%.

Add an index on from_member_id, and see if that improves the plan

|< < 31 > >|