91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

MariaDB10.2.6啟用Mroonga存儲引擎用于全文索引

發布時間:2020-07-22 16:21:16 來源:網絡 閱讀:2001 作者:jinyan2049 欄目:MySQL數據庫

如同翻譯的那樣,Mroonga是一個適用于MySQL的存儲引擎。它為所有MySQL用戶提供了快速的全文搜索功能。

這里直接演示怎么在MariaDB上啟用mroonga存儲引擎


1)加載mroonga插件

MariaDB [(none)]>INSTALL SONAME 'ha_mroonga';

MariaDB [(none)]> CREATE FUNCTION last_insert_grn_id RETURNS INTEGER SONAME 'ha_mroonga.so';


2)建表測試一下

MariaDB [(none)]>create database jerry;

MariaDB [(none)]>use jerry

MariaDB [jerry]> create table t1 (id int not null,name varchar(100)not null,notes text,fulltext index(notes))engine=mroonga;


3)胡亂插入一些數據

MariaDB [jerry]> insert into t1 values(1,'擦擦擦','我也不會告訴你');

Query OK, 1 row affected (0.00 sec)


MariaDB [jerry]> insert into t1 values(2,'啦啦啦','我也不會告訴你');

Query OK, 1 row affected (0.01 sec)


MariaDB [jerry]> insert into t1 values(3,'dashaba','森馬服飾');

Query OK, 1 row affected (0.00 sec)


MariaDB [jerry]> insert into t1 values(4,'victor','大森馬投資有限公司');

Query OK, 1 row affected (0.00 sec)


MariaDB [jerry]> insert into t1 values(5,'kukumimilulu','森馬跨境電商有限公司');

Query OK, 1 row affected (0.00 sec)


MariaDB [jerry]> insert into t1 values(6,'王思聰','王爸爸聯合大森馬跨境電商有限公司');

Query OK, 1 row affected (0.00 sec)


4)用如下命令查詢


MariaDB [jerry]> select * from t1 where match(notes) against('大森馬' in BOOLEAN MODE);

+----+-----------+--------------------------------------------------+

| id | name      | notes                                            |

+----+-----------+--------------------------------------------------+

|  4 | victor    | 大森馬投資有限公司                               |

|  6 | 王思聰    | 王爸爸聯合大森馬跨境電商有限公司                 |

+----+-----------+--------------------------------------------------+

2 rows in set (0.00 sec)


5 ) 通過執行計劃我們可以看到已經用到notes這個全文索引,并且只需要掃描一行

MariaDB [jerry]> explain select * from t1 where match(notes) against('大森馬' in BOOLEAN MODE);

+------+-------------+-------+----------+---------------+-------+---------+------+------+-----------------------------------+

| id   | select_type | table | type     | possible_keys | key   | key_len | ref  | rows | Extra                             |

+------+-------------+-------+----------+---------------+-------+---------+------+------+-----------------------------------+

|    1 | SIMPLE      | t1    | fulltext | notes         | notes | 0       |      |    1 | Using where with pushed condition |

+------+-------------+-------+----------+---------------+-------+---------+------+------+-----------------------------------+

1 row in set (0.00 sec)




向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

信宜市| 英德市| 慈利县| 伊宁市| 陆河县| 宝鸡市| 鄂托克旗| 将乐县| 固安县| 黄大仙区| 呼伦贝尔市| 大宁县| 闻喜县| 佛冈县| 临泽县| 曲阜市| 浙江省| 泸定县| 故城县| 卓资县| 灵璧县| 仙桃市| 昭觉县| 蓬溪县| 天水市| 襄城县| 辰溪县| 重庆市| 荥经县| 台山市| 林周县| 江孜县| 绥阳县| 开封县| 永安市| 新干县| 正镶白旗| 长白| 青州市| 湟源县| 宁都县|