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
feat: warn when orderBy+limit or lazy join falls back to full load due to missing index
Adds console warnings when no index is found for:
- orderBy + limit queries (order-by.ts)
- lazy join loading (joins.ts)
Both suggest creating an explicit index or enabling autoIndex: 'eager'.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments