[MDEV-33405] Engine-independent indexes: low-level API method 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 |
|
This tasks covers an alternative to MDEV-33404: Defining a low-level interface for storage engines to allow for page allocationThe purpose of this interface is to support lower-level implementation of indexing strategies, should the subtable (high level interface) prove too slow. High level overview Benefits
Drawbacks
Interface questions to be answered:
Does Engine query the Index or is it only for the upper SQL layer level to decide? |