J
J
jmistx2011-03-01 16:25:35
MySQL
jmistx, 2011-03-01 16:25:35

InnoDB or MyISAM with triggers?

A database (MySQL) is being designed, most of the tables of which will be searched.
It would be nice if the search was full text.
There is an article on how to do a full-text search for InnoDB (with duplication of data in the lookup table).
Or you can make tables on MyISAM, and organize relationships between tables using triggers.
What are the pros / cons of these options in terms of speed and fault tolerance?
How justified are hybrid options?
I understand that MyISAM does not support transactions, are there other pitfalls?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pentarh, 2011-03-01
@jmistx

fulltext search in muscle is the last century. do what you want and connect Sphinx for search.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question