[前][次][番号順一覧][スレッド一覧]

mysql:6918

From: Sumito_Oda <Sumito_Oda <oda@xxxxxxxxxx>>
Date: Tue, 28 Jan 2003 21:56:05 +0900
Subject: [mysql 06918] Re: MySQL を使う上での制限事項

織田です。

>・MySQLは、機能が絞られている分、速いが、トランザクション処理に対応
> していないため、シンプルなアプリや参照系に適。

MySQL Classicを使う場合や、トランザクションに対応していない
テーブル形式を使わない限り、MySQL3.23.55 Std/Pro/Maxでは
トランザクションを使用することができます。

MySQL3.23の機能説明
>Transactions
> Using the InnoDB or Berkeley DB (BDB) storage engines,
> the MySQL database server supports transactions.
> The InnoDB storage engine also supports foreign key constraints.

-- 
Sumito_Oda mailto:oda@xxxxxxxxxx

[前][次][番号順一覧][スレッド一覧]

      6917 2003-01-28 16:38 [豊田貴男 <toyoda@xxx] MySQL を使う上での制限事項              
->    6918 2003-01-28 21:56 ┗[Sumito_Oda <oda@xxxx]