Make MySQL searches faster with full text index
As a rule, searches are created with the MySQL LIKE. This usually works very well, as long as the database table is not too large. However, if you work with a large database (millions+ entries), then you quickly notice how long a search in it actuall...
Mar 10, 20223 min read51
