ConfusedOfLife
08-20-2004, 01:03 PM
Hi
This is the first time that I wana write a project with InnoDB table type. These tables are related to each other and I wana have all CONSTRAINTS checked by MySQL itself, not that I have to write all those stupid DELETEs and UPDATEs myself! And because InnoDB is the only table type that supports FOREIGN KEY constraints, I wana use it for my project. But before using it, I wanted to know your ideas, whether it's good to have InnoDB instead of MyISAM. As I said this is the first real project I'm doing with InnoDB and I don't wana end up with some slow tables in the next few month that I have to re-write everything from the scratch! There are going to be lots of records and I wana know if InnoDB can take it as good as MyISAM.
BTW I'm using 4n relationships, like
table 1 -> table 2 -> table 3 -> table 4
read -> as "is a child of"
Thank You
This is the first time that I wana write a project with InnoDB table type. These tables are related to each other and I wana have all CONSTRAINTS checked by MySQL itself, not that I have to write all those stupid DELETEs and UPDATEs myself! And because InnoDB is the only table type that supports FOREIGN KEY constraints, I wana use it for my project. But before using it, I wanted to know your ideas, whether it's good to have InnoDB instead of MyISAM. As I said this is the first real project I'm doing with InnoDB and I don't wana end up with some slow tables in the next few month that I have to re-write everything from the scratch! There are going to be lots of records and I wana know if InnoDB can take it as good as MyISAM.
BTW I'm using 4n relationships, like
table 1 -> table 2 -> table 3 -> table 4
read -> as "is a child of"
Thank You