[MDEV-19220] Index aggregate functions Created: 2019-04-09 Updated: 2019-04-09 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Nikita Malyavin | Assignee: | Nikita Malyavin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
AbstractAggregate functions calculations could be effectively optimized by caching the values inside storage engine indexes. Known SolutionsSome competitor products already do this:
ImplementationThe known algorithmic approach is to construct an interval tree. |