Re: fastest DB engine

2003-06-19 Thread linux
How do I unscribe from this list? Jeff -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: fastest DB engine

2003-06-16 Thread Nils Valentin
t; <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, 16 June, 2003 04:59 > Subject: fastest DB engine > > > hi all! > > i am currently working on a community projekt > the DB is a mySQL DB but i am not sure which engine to use > i know that inn

RE: fastest DB engine

2003-06-16 Thread Adam Nelson
too concerned about speed ; - ) > -Original Message- > From: Rodolphe Toots [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2003 5:00 AM > To: [EMAIL PROTECTED] > Subject: fastest DB engine > > > hi all! > > i am currently working on a community proj

Re: fastest DB engine

2003-06-16 Thread John Hicks
> second, i have followed some discussions here about > foreign keys but i still have not managed to create > foreign keys > > so i want userTypeID in tblUsers to be a foregn key > referencing the userTypeID col in userTypes . . . > what is wrong? Nothing is wrong. Sounds like a perfect fine use

Re: fastest DB engine

2003-06-16 Thread Becoming Digital
ge - From: "Rodolphe Toots" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, 16 June, 2003 04:59 Subject: fastest DB engine hi all! i am currently working on a community projekt the DB is a mySQL DB but i am not sure which engine to use i know that innoDB support

fastest DB engine

2003-06-16 Thread Rodolphe Toots
hi all! i am currently working on a community projekt the DB is a mySQL DB but i am not sure which engine to use i know that innoDB supports foreign keys which i really want i order to keep the data consistent since there will be a lots of insert, delete and update activity with forums and guestbo