Hacker News new | ask | show | jobs
by teddyh 3977 days ago
Wouldn’t

  SELECT EXISTS (SELECT 1 FROM user_actions WHERE user_id = 123);
lead to a better execution plan?