Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
Q2/2025 Development
Description
InnoDB fulltext index internally uses the parser to fetch, write the string into
the auxilary table, common tables, deleted, deleted cache table
Make the auxilary tables as a part of fts_index_cache_t and doesn't allow the
auxilary table to evicted. Store the common tables as a part of
fts_cache_t. This could avoid taking dict_sys.mutex whenever fts uses
internal parser.
Attachments
Issue Links
- blocks
-
MDEV-11633 Make the InnoDB system tablespace optional
-
- Open
-
- relates to
-
MDEV-34999 ha_innobase::open() should not acquire dict_sys.latch twice
-
- Open
-