[MDEV-21131] Histograms: Most-Common-Values histograms Created: 2019-11-23 Updated: 2020-01-23 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | eits | ||
| Issue Links: |
|
||||||||
| Description |
|
Often, columns have a few values that are very frequent. There are [approximate] algorithms that allow to find most common values while using a limited amount of memory and/or basing on sample of the table. Another important property is that most-common-value collection/storage can be generalized to tuples of multiple columns. |