MySQL 5.0 FAQ: Storage Engines
2869
B.1.10: Have there been there any improvements in error reporting when foreign keys fail?
Does MySQL now report which column and reference failed?
The foreign key support in
InnoDB
has seen improvements in each major version of MySQL. Foreign
key support generic to all storage engines is scheduled for MySQL 6.x; this should resolve any
inadequacies in the current storage engine specific implementation.
B.1.11: Can MySQL 5.0 perform ACID transactions?
Yes. All current MySQL versions support transactions. The
InnoDB
storage engine offers full ACID
transactions with row-level locking, multi-versioning, nonlocking repeatable reads, and all four SQL
standard isolation levels.
The
NDB
storage engine supports the
READ COMMITTED
[1121]
transaction isolation level only.
B.2. MySQL 5.0 FAQ: Storage Engines
Questions
•
B.2.1: [2869]
Where can I obtain complete documentation for MySQL storage engines?
•
B.2.2: [2869]
Are there any new storage engines in MySQL 5.0?
•
B.2.3: [2869]
Have any storage engines been removed in MySQL 5.0?
•
B.2.4: [2869]
What are the unique benefits of the
ARCHIVE
storage engine?
•
B.2.5: [2869]
Do the new features in MySQL 5.0 apply to all storage engines?
Questions and Answers
B.2.1: Where can I obtain complete documentation for MySQL storage engines?
See
Chapter 14, Storage Engines
. That chapter contains information about all MySQL storage engines
except for the
NDB
storage engine used for MySQL Cluster;
NDB
is covered in
Chapter 17, MySQL
Cluster
.
B.2.2: Are there any new storage engines in MySQL 5.0?
Yes. The
FEDERATED
storage engine, new in MySQL 5.0, allows the server to access tables on other
(remote) servers. See
Section 14.7, “The
FEDERATED
Storage Engine”
.
B.2.3: Have any storage engines been removed in MySQL 5.0?
Yes. MySQL 5.0 no longer supports the
ISAM
storage engine. If you have any existing
ISAM
tables
from previous versions of MySQL, you should convert these to
MyISAM
before upgrading to MySQL
5.0.
B.2.4: What are the unique benefits of the
ARCHIVE
storage engine?
The
ARCHIVE
storage engine is ideally suited for storing large amounts of data without indexes; it
has a very small footprint, and performs selects using table scans. See
Section 14.8, “The
ARCHIVE
Storage Engine”
, for details.
B.2.5: Do the new features in MySQL 5.0 apply to all storage engines?
The general new features such as views, stored procedures, triggers,
INFORMATION_SCHEMA
,
precision math (
DECIMAL
column type), and the
BIT
column type, apply to all storage engines. There
are also additions and changes for specific storage engines.
B.3. MySQL 5.0 FAQ: Server SQL Mode
Questions
Содержание 5.0
Страница 1: ...MySQL 5 0 Reference Manual ...
Страница 18: ...xviii ...
Страница 60: ...40 ...
Страница 396: ...376 ...
Страница 578: ...558 ...
Страница 636: ...616 ...
Страница 844: ...824 ...
Страница 1234: ...1214 ...
Страница 1426: ...MySQL Proxy Scripting 1406 The following diagram shows an overview of the classes exposed by MySQL Proxy ...
Страница 1427: ...MySQL Proxy Scripting 1407 ...
Страница 1734: ...1714 ...
Страница 1752: ...1732 ...
Страница 1783: ...Configuring Connector ODBC 1763 ...
Страница 1793: ...Connector ODBC Examples 1773 ...
Страница 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Страница 1842: ...Connector Net Installation 1822 5 Once the installation has been completed click Finish to exit the installer ...
Страница 1864: ...Connector Net Visual Studio Integration 1844 Figure 20 24 Debug Stepping Figure 20 25 Function Stepping 1 of 2 ...
Страница 2850: ...2830 ...
Страница 2854: ...2834 ...
Страница 2928: ...2908 ...
Страница 3000: ...2980 ...
Страница 3122: ...3102 ...
Страница 3126: ...3106 ...
Страница 3174: ...3154 ...
Страница 3232: ...3212 ...