MySQL Forums
Forum List  »  NDB clusters

Re: Example of Cluster SLOWER than InnoDB -- help?
Posted by: Heikki Tuuri
Date: December 08, 2004 12:36AM

John,

a power outage can crash all NDB nodes at the same location at the same time, unless you use an uninterrupted power system.

On the other hand, if you use a disk drive with a battery-backed disk cache, then fsync() is very fast and the penalty of running with

innodb_flush_logs_at_trx_commit=1

is small. Thousands of commits per second should then be possible.

Best regards,

Heikki
Oracle Corp./Innobase Oy
InnoDB - transactions, row level locking, and foreign keys for MySQL

InnoDB Hot Backup - a hot backup tool for InnoDB which also backs up MyISAM tables
http://www.innodb.com/order.php

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.