You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use two-step query to leverage idx_username_timestamp index
- MariaDB doesn't support LIMIT in IN subquery, so fetch IDs first
- Performance: ~5s average latency -> milliseconds
- Reduces ~60% of slow queries in production
0 commit comments