Recommended method to reduce table size by using an "archive" table.
(Doc ID 2814144.1)
Last updated on SEPTEMBER 07, 2022
Applies to:
MySQL Server - Version 8.0 and laterInformation in this document applies to any platform.
Goal
To reduce the size of an active "hot" table by moving older records, eg by chronological order or some other Primary key, to a dedicated archive table.
This can improve performance on the main table while maintaining the existing data for historical reports etc.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |