Replace more of temporary MyISAM tables with MEMORY
Registered by
Laurynas Biveinis
MySQL 8.0.2 introduces TempTable engine that is able to handle VARCHAR for optimizer temp tables efficiently: https:/
With dynamic row format in MEMORY, it is unnecessary to use MyISAM for temporary tables using large VARCHARs or BLOBs. Make the server use MEMORY tables and fix any bugs.
Would be great to have run-time switch (global | session) to use old or new engine.
If that is too hard - startup option also is fine.
Switch is OFF by default.
The feature should be passed extensive QA.
Blueprint information
- Status:
- Not started
- Approver:
- Stewart Smith
- Priority:
- Not
- Drafter:
- Laurynas Biveinis
- Direction:
- Approved
- Assignee:
- None
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
(?)
Work Items
Dependency tree
* Blueprints in grey have been implemented.