From 7de539010c8c43b5d4cbab092d2a8757681648ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9F=922012?= <345849402@qq.com> Date: Fri, 24 Aug 2018 15:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20MySql=5Foptimization.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 数据库/MySql_optimization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/数据库/MySql_optimization.md b/数据库/MySql_optimization.md index 6cab6dd..0c62c0f 100644 --- a/数据库/MySql_optimization.md +++ b/数据库/MySql_optimization.md @@ -32,7 +32,7 @@ select name from user where name like '%xxx' select name from user where name like 'xxx%' ``` -建议使用` solr` 、` es` 等第三方开始工具实现全文检索功能。 +MyISAM 存储引擎也可以做全文检索,不过只支持英文,相信现在应该也没人使用它了。建议使用` solr` 、` es` 等第三方开始工具实现全文检索功能。 #### 数据区分不明显的不建议创建索引