`estRows` differs significantly from `actRows`
Open
epic/cardinality-estimation
sig/planner
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
```sql
EXPLAIN ANALYZE format='verbose' SELECT *
FROM github_events
WHERE repo_id = 41986369 AND type = 'PullRequestEvent'
ORDER BY created_at ASC
LIMIT 1
```



Contributor guide
Assessment
This issue has not been assessed yet.