InnoDB or MyISAM table space

Trouble during PacsOne Server installations
Post Reply
Jonathan
Posts:184
Joined:Mon Mar 22, 2004 11:52 am
Location:The Netherlands
Contact:
InnoDB or MyISAM table space

Post by Jonathan » Wed Jul 12, 2006 1:33 pm

What is preferred when using PacsONE in combination with MySQL 5? Is this MyISAM or InnoDB table space?

This because I would like to use triggers (a feature of InnoDB) to delete data in an extra database when information is deleted from the PacsONE database.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Wed Jul 12, 2006 4:13 pm

InnoDB is preferred, because of the many additional features which are not available with MyISAM database engine.

Post Reply