Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question