Hi
i know this question been discussed so many times.
But i have a specific question with large table in WordPress blog.
I have around 50K post with more than 100K post tag.
When doing search it takes a lot of memory and cpu resource.
Currently i'm using MyISAM for both wp_posts and wp_posts_meta.
So i would like to know your opinion, should i change it to InnoDB?
The WordPress blog host on my vps with 2GB RAM and 4 core CPU using CentOS 5. And i have tried to optimized the MySQL configuration plus using database cache plugin.
So will InnoDB solve my problem? And please forgive me if this been asked before. I just want to know your expert opinion.
Thanks
Ivan