It's not just that...
For example, when I want to backup the MySQL server (and we are talking
of a few GB of data) the server is practically dead while making the
dump. MSSQL Server 2000 (for example) does that in the background and
you can keep working...

Any ideas?

-----Original Message-----
From: Heikki Tuuri [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 13, 2002 10:42 PM
To: Boaz Yahav
Subject: RE: [PHP-DB] Re: Moving from MySQL to MSSQL Server 2000


Hi!

If you are not happy with MyISAM's lack of transactions or row level
locking
or crash recovery, you could try InnoDB type tables in MySQL.

You can use MySQL's master -> slave replication to get failover
capability.

Best regards,

Heikki Tuuri
Innobase Oy
---
InnoDB - transactions, row level locking, and foreign key support for
MySQL
See http://www.innodb.com, download MySQL-Max from http://www.mysql.com




--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to