Thanks for the quick answer Rickard!

I have some other application tables that depend on the PunBB user and I want to use foreign keys to ensure data consistency. MyIsam doesn't support foreign keys, so I'd need to switch to InnoDB.

I'm wondering about possible disadvantages to switching the table engine as the number of users/posts/forum-activity scales up.