变量innodb_ft_cache_size:配置每个表的全文索引缓存大小,它会影响全文索引缓存的刷新频率; 变量innodb_ft_total_cache_size:为所有表的 InnoDB 全文搜索索引缓存分配的总内存。 全文索引缓存保存的信息与辅助索引表中的信息相同,但是,全文索引缓存仅缓存最近插入的行的标记化数据。 查询时,已经刷新到辅助索引表(磁盘...
innodb_ft_total_cache_size Total memory allocated for InnoDB Fulltext Search cache See also: System Variables for MariaDB Enterprise Server 11.4, in 10.6 ES, in 10.5 ES, in 10.4 ES, in 10.3 ES, in 10.2 ES, in 10.6 CS, in 10.5 CS, in 10.4 CS, in 10.3 CS, and in 10.2 CS ...
| innodb_ft_max_token_size | 84 | | innodb_ft_min_token_size | 3 | | innodb_ft_num_word_optimize | 2000 | | innodb_ft_result_cache_limit | 2000000000 | | innodb_ft_server_stopword_table | | | innodb_ft_sort_pll_degree | 2 | | innodb_ft_total_cache_size | 640000000 | | ...
innodb_ft_num_word_optimize Yes Yes Yes Global Yes innodb_ft_result_cache_limit Yes Yes Yes Global Yes innodb_ft_server_stopword_table Yes Yes Yes Global Yes innodb_ft_sort_pll_degree Yes Yes Yes Global No innodb_ft_total_cache_size Yes Yes Yes Global No innodb_ft_user_stopword_table...
innodb_ft_total_cache_size -- 删除全文索引不会立刻释放空间,所以需要在表上执行OPTIMIZE TABLE且带下面参数 innodb_optimize_fulltext_only=ON -- 系统表空间设置数据文件大小,autoextend默认自动扩展8M,此参数只能为新创建的数据空间文件配置,已有的数据文件不能修改 ...
innodb_ft_total_cache_size innodb_ft_user_stopword_table innodb_ibuf_accel_rate innodb_ibuf_active_contract innodb_ibuf_max_size innodb_idle_flush_pct innodb_immediate_scrub_data_uncompressed innodb_import_table_from_xtrabackup innodb_instant_alter_column_allowed innodb_instrument_semaphores innodb_io...
innodb_ft_num_word_optimize Yes Yes Yes Global Yes innodb_ft_result_cache_limit Yes Yes Yes Global Yes innodb_ft_server_stopword_table Yes Yes Yes Global Yes innodb_ft_sort_pll_degree Yes Yes Yes Global No innodb_ft_total_cache_size Yes Yes Yes Global No innodb_ft_user_stopword_table...
query_cache_size表示查询缓存的总大小,也就是说,内存中用于查询缓存的空间大小,如果其值为0,即时开启了查询缓存,也无法缓存。 query_cache_wlock_invalidate表示查询语句所查询的表如果被写锁锁定,是否仍然使用缓存返回结果。也就是“查询缓存遭遇写锁时是否失效”,设置为OFF表示“不失效”;设置为ON表示“失效”。
innodb_ft_min_token_size Yes Yes Yes Global No innodb_ft_num_word_optimize Yes Yes Yes Global Yes innodb_ft_result_cache_limit Yes Yes Yes Global Yes innodb_ft_server_stopword_table Yes Yes Yes Global Yes innodb_ft_sort_pll_degree Yes Yes Yes Global No innodb_ft_total_cache_size Yes...
INNODB_FT_INDEX_TABLE:索引文件内容 INNODB_FT_INDEX_CACHE:在内存中,尚未加入文件的索引内容 INNODB_FT_CONFIG:FTS 相关配置 INNODB_FT_DEFAULT_STOPWORD:InnoDB 默认停词列表 INNODB_FT_DELETED:已删除 doc_id INNODB_FT_BEING_DELETED:正在被删除 doc_id ...