• Support will be limited until July 8th, as I will be out of the office travelling. Thank you for your patience and understanding.

Question InnoDB Databases

Status
Not open for further replies.
I notice you have 6 innodb tables in MySQL as opposed to default myisam tables for rest of database tables. They are as follows

+--------------+-------------------------+--------+
| table_schema | table_name | engine |
+--------------+-------------------------+--------+
| forum | credits_transaction | InnoDB |
| forum | dbtech_vbarcade_data | InnoDB |
| forum | dbtech_vbarcade_session | InnoDB |
| forum | vault_article | InnoDB |
| forum | vault_book | InnoDB |
| forum | vault_revision | InnoDB |
+--------------+-------------------------+--------+

Do these tables specifically need to remain in InnoDB storage engine tables ?
 
my credits and vbarcade tables definitely do, as they are write-heavy and benefit from row vs table locking. cant speak for the vault tables.

are they causing trouble?
 
No

Im about to switch to Litespeed as a webserver, and the guy doing optimizations and its less preferred for them to be innodb on the performance side, i think that show i understood it
 
They should still work if you switch them to myisam, but as i said i selected those storage engines because of the nature of use those tables receive.
 
Status
Not open for further replies.

Similar threads

Legacy vBCredits II Deluxe

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
845
Customer rating
0.00 star(s) 0 ratings
Back
Top