Re: [PHP] MySQL Database type

2004-12-29 Thread Brent Baisley
It depends on what you are trying to do. If you need full text searching, MyISAM is what you should be using. If you are doing transactions, InnoDB is what you probably want to use. If you write a lot to the database, InnoDB may be better, if you read a lot MyISAM may be better. But that

[PHP] MySQL Database type

2004-12-28 Thread The Disguised Jedi
Which type of engine would y'all recommend for a user/customer and session data storage database? I'm currently using MyISAM, but I just was curious to see if you guys could tell me if you know of a better one, or tell me what you use. TIA, -- The Disguised Jedi [EMAIL PROTECTED] PHP rocks!