How to optimize updated token data of InnoDB FULLTEXT indexes
(Doc ID 3015279.1)
Last updated on APRIL 07, 2024
Applies to:
MySQL Server - Version 8.0 and laterInformation in this document applies to any platform.
Goal
By default, OPTIMIZE TABLE reorganizes data in the clustered index of the table. By enabling innodb_optimize_fulltext_only variable, the OPTIMIZE TABLE skips the reorganization of table data, and instead processes newly added, deleted, and updated token data for InnoDB FULLTEXT indexes.
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 |
References |