Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.39.0rc1 | Andrew Morgan | 2021-07-20 | 1 | -1/+0 |
| | |||||
* | Reduce likelihood of Postgres table scanning `state_groups_state`. (#10359) | Erik Johnston | 2021-07-15 | 1 | -0/+1 |
The postgres statistics collector sometimes massively underestimates the number of distinct state groups are in the `state_groups_state`, which can cause postgres to use table scans for queries for multiple state groups. We fix this by manually setting `n_distinct` on the column. |