We have developed a site where users can post blogs.
Now, each blog is stored in a separate row, in a table called
blog_table.
This single table would be the most active one and would grow to large
size in the coming years.
What is the most advisable engine for this table - Innodb or MyISAM ?
Also, I do need FULLTEXT search, and since Innodb doesn't support
FULLTEXT indexes, are there 3rd party tools that could do the indexing
? (Maybe mnoGoSearch ?)
Mike
Now, each blog is stored in a separate row, in a table called
blog_table.
This single table would be the most active one and would grow to large
size in the coming years.
What is the most advisable engine for this table - Innodb or MyISAM ?
Also, I do need FULLTEXT search, and since Innodb doesn't support
FULLTEXT indexes, are there 3rd party tools that could do the indexing
? (Maybe mnoGoSearch ?)
Mike
Comment