M0nKeY |
- Remember - |
 |
 |
Joined: 09 Feb 2002 |
Posts: 1235 |
|
|
|
 |
 |
 |
|
TuMTuM wrote: |
No, and it isnt an engine, its a table type for mysql that has some pretty good advantages. |
I found out after this post that it has advantages for REALLY LARGE databases that need to do a lot of data crunching... but for regular stuff its slower. It is an engine. it does have to load into mem and you can turn it off... its a entire backend for the mySQL backend. Hence the name InnoDB "Engine". |
|