| |
| Previous news |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
| · |
|
|
Company News
11.08.2005
We haved added InnoDB tables support to MySQL on Ensim plans. From www.mysql.com:
InnoDB has been designed for maximum performance when processing large data volumes. Its CPU efficiency is probably not matched by any other disk-based relational database engine.
Technically, InnoDB is a complete database backend placed under MySQL. InnoDB has its own buffer pool for caching data and indexes in main memory. InnoDB stores its tables and indexes in a tablespace, which may consist of several files (or raw disk partitions). This is different from, for example, MyISAM tables where each table is stored as a separate file. InnoDB tables can be of any size also on those operating systems where file-size is limited to 2 GB.
|