[MDEV-33416] graph index: use smaller floating point numbers Created: 2024-02-07 Updated: 2024-02-07 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
first implementation of MDEV-32887 uses 32-bit IEEE 754 floats. There are smaller (16-, 8-, 4-bit) float formats that allow to save space and get faster calculations. It remains to be seen how bad it'll affect the recall. |