Details
-
Task
-
Status: In Progress (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
-
Q2/2025 Development, Q4/2025 Server 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
-
-
MDEV-33594 Invoking log_free_check() while holding exclusive dictionary latch may block most InnoDB threads for a long time
-
- Confirmed
-
- relates to
-
MDEV-34999 ha_innobase::open() should not acquire dict_sys.latch twice
-
- Open
-
-
MDEV-35154 dict_sys_t::load_table() is holding exclusive dict_sys.latch for unnecessarily long time
-
- Confirmed
-