로딩
티스토리 데이터 처리 중입니다.

[DBMS] mysql inno db - fulltext index

 [DBMS] mysql inno db - fulltext index

[DBMS] mysql inno db - fulltext index 5.5 버젼에서는 미지원 5.6 버젼에서는 지원 === 5.6의 자료 === 14.2.2.13.3. FULLTEXT Indexes A special kind of index, the FULLTEXT index, helps InnoDB deal with queries and DML operations involving text-based columns and the words they contain.

These indexes are physically represented as entire InnoDB tables, which are acted upon by SQL keywords such as the FULLTEXT clause of t.....