I have a relatively large table (a couple millions of records), multiple websites are querying this table, and from the very beginning the table's engine was MyISAM, currently I'm experiencing difficulties with table locks.
So. i decided to change the Table engine from MyISAM to InnoDB.
The question: are there any hidden stones in that? The DB is live. So i need to be sure that it won't affect any web-sites' functionality.
There are no full-text indexes are currently set up in this table.