![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Database Database problems or need to ask a question? maybe something to do with sql injections or a database software question. Database topics cover MySQL, PostgreSQL, Oracle, SQL Server or anything else related to databases. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Hi, I wish to use referential integrity (FOREIGN KEY), so I need to use InnoDB for this, right? I think referential integrity is like the minimum requirement to ensure consistency in any normalized database. Why do people keep using MyISAM (because it's fast I'm sure).. why does MyISAM not support FOREIGN KEY statements? It's so a must have. Lisa | |||
| | #2 | ||
| Lisa Pearlson wrote: > Hi, > > I wish to use referential integrity (FOREIGN KEY), so I need to use InnoDB > for this, right? Yes, you're right. For FOREIGN KEY support you need InnoDB. > I think referential integrity is like the minimum requirement to ensure > consistency in any normalized database. Why do people keep using MyISAM > (because it's fast I'm sure).. why does MyISAM not support FOREIGN KEY > statements? It's so a must have. The referential integrity can also be ensured on application level. Some rather big database based applications don't use FOREIGN KEY constraints at all because of performance considerations. With MySQL you have the choice between the fast MyISAM and the referential integrity keeping InnoDB storage engine. Bye, Hakan -- Hakan Kuecuekyilmaz | |||
| Featured Websites | ||||
|
![]() |
| Tags: innodb, myisam |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| examples of INNODB & foreign keys | matt | Database | 3 | 05-31-2007 8:42 PM |
| innodb error | Paul Cupis | Database | 0 | 05-31-2007 8:41 PM |
| Stopping INNODB monitor | Justin | Database | 0 | 05-31-2007 8:38 PM |
| Featured Websites | ||||
|