Page 1 of 1

Database Type

PostPosted: 11 Oct 2014, 03:13
by Tripp
I noticed the Database Type for Arrowchat seems to be innodb, is there anyway it can be forced to use MyISAM? Could this be made optional? The reason I ask is because IPS uses MyISAM and it resides in the same database. It seems to make sense that if this happens (Mixed InnoDB and MyISAM in the same database) could cause performance drops - although it's possible and fine, I would (personally) prefer to keep it all one type.

PostPosted: 11 Oct 2014, 03:15
by Jason
Sure, just go into phpMyAdmin and change it manually. Everything will still work.

PostPosted: 11 Oct 2014, 03:17
by Tripp
I was just about to edit my post - Lol.

Thanks for very quick response Jason, my next question is; is there a reason why it's set to InnoDB? I was going to edit my post to ask if it was a design choice or personal preference.