[MDEV-26721] Histograms are not calculated for geometry columns Created: 2021-09-29 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | GIS, Optimizer |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Sergei Petrunia |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When ANALYZE TABLE .. PERSISTENT is run for geometry columns, the statistics for them is collected and put into mysql.column_stats, but histogram field remains NULL. It is different from, for example, blobs for which statistics aren't collected at all. I couldn't find out whether it is intentional. If it is, maybe it's worth mentioning in the KB.
|