I’m working on a site getting 30k hits on peak days and I’m worried about the effects of MyISAM doing table level locking on exp_session updates. From a performance perspective, would it be better to set the exp_session table to InnoDB because it only does row level locking? I’m a database noob so I was hoping some EE veterans could shed some light on this. Thanks!