I have a huge gallery (130.000 photos) and enough traffic to make it slow sometimes on a dedicated server. I monitor MySQL and I see locked status pretty often. At least sometimes is because of view_count update. So I think maybe InnoDB is better for items table.
Have anyone tried this? Any problems?