Remove the limitation that the primary key must be single-part
Registered by
Kostja Osipov
Right now the primary key is always single-part. Our TREE indexes support multipart keys. Remove the limitation that the primary key must be single-part.
Blueprint information
- Status:
- Complete
- Approver:
- Kostja Osipov
- Priority:
- High
- Drafter:
- Kostja Osipov
- Direction:
- Needs approval
- Assignee:
- Konstantin Shulgin
- Definition:
- Approved
- Series goal:
- Proposed for 1.4
- Implementation:
- Implemented
- Milestone target:
- 1.4.6
- Started by
- Konstantin Shulgin
- Completed by
- Kostja Osipov
Related branches
Related bugs
Sprints
Whiteboard
I have some reservations about mixing in one patch the changes related to multipart primary keys proper and to the vast lua API changes for update command. Please consider limiting the amount of API changes in this patch to the bare minimum and leave API improvements to a separate task where it can be done in a more elaborate fashion. Otherwise I'm okay to push it.
(?)