martes, 21 de diciembre de 2010

MySQL: MATCH ... AGAINST vs. LIKE

ZEND Developer Zone: Using MySQL Full-text Searching.
--

- Full-Text Search Functions
--- Función MATCH (...) AGAINST (...)
----- con el modificador IN BOOLEAN MODE

VS.

- String Comparison Functions
--- LIKE ; Simple pattern matching

***

- brevemente
- Un estudio comparativo.
___

1 comentario:

  1. If you want fast fulltext search, using MySQL’s FULLTEXT search is not the best tool — consider using Sphinx or Lucene.

    ResponderEliminar