Tag

FULLTEXT

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Mar 26, 2025 · Databases

Optimizing Small‑Scale Product Title Search with MySQL FULLTEXT and Ngram Indexing

This article explains how to efficiently search product titles in a few‑million‑row MySQL table by using built‑in FULLTEXT indexes, jieba‑php tokenization, and the ngram parser, avoiding unnecessary external search engines and providing practical code examples.

FULLTEXTMySQLPHP
0 likes · 5 min read
Optimizing Small‑Scale Product Title Search with MySQL FULLTEXT and Ngram Indexing