![]() |
|
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. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| I have a database with an InnoDB table and a MyISAM table. I will be using them in JOIN statements. I didn't use two different table on purpose. I switched to MyISAM for the second table type when I discovered that I had to use MyISAM to get 'fulltext' search ability. Is there any harm in having two different table types? Will there be any performance penalties, restrictions, or other issues? thx -- Robert Oschler "Let the web hear you, add your voice to your web site in minutes!" -- http://audiodirect.spiderchase.com/ (For a limited time, free voiceover with every sign-up, use this link instead) -- http://audio.spiderchase.com/ (A song - are you blue?) -- http://bluedreams.spiderchase.com/ | |||
| | #2 | ||
| "Robert Oschler" <no_replies@fake_email_address.invalid> wrote in message news:<Idr1b.14390$2Y6.4617238@news2.news.adelphia. net>... > > I have a database with an InnoDB table and a MyISAM table. I will be using > them in JOIN statements. I didn't use two different table on purpose. I > switched to MyISAM for the second table type when I discovered that I had to > use MyISAM to get 'fulltext' search ability. > > Is there any harm in having two different table types? Will there be any > performance penalties, restrictions, or other issues? Possibly. Certain features available in one table type may not be available in the other. For example, you can't do transactions on a MyISAM table. This said, as long as a feature is not table-type-specific, table type should make no difference. Cheers, NC | |||
| Featured Websites | ||||
|
![]() |
| Tags: harm, mixing, table, types |
| 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 |
| Mixing Javascript and PHP | burgermeister01@insightbb.com | PHP | 2 | 07-01-2007 3:51 PM |
| Sigma Tel High Definition Audio Codec + Mixing | species8350 | Operating Systems And Software | 1 | 06-26-2007 12:47 AM |
| Mixing Sony NX70V and Pocket PC GPS? | Scott Ehrlich | GPS | 1 | 06-12-2007 2:55 PM |
| Delete from a table using entries in temp table | n00bie | Database | 2 | 06-10-2007 12:25 AM |
| Featured Websites | ||||
|