Faves for this Web page
Google mysql patches for replication stuff
- derek - Apr 25 2007 | google, open source, mysql
Google MySQL patches.
Quoted: * SemiSyncReplication - block commit on a master until at least one slave acknowledges receipt of all replication events.
* MirroredBinlogs - maintain a copy of the master's binlog on a slave
* TransactionalReplication - make InnoDB and slave replication state consistent during crash recovery
* UserTableMonitoring - monitor and report database activity per account and table
* InnodbAsyncIo - support multiple background IO threads for InnoDB
* FastMasterPromotion - promote a slave to a master without restart - royleban - Apr 25 2007 | google, mysql, data center, patches
Redotting from Mike:
Google is releasing GPL'ed patches to MySQL for better data center management:
Quoted: The high availability features include support for semi-synchronous replication, mirroring the binlog from a master to a slave, quickly promoting a slave to a master during failover, and keeping InnoDB and replication state on a slave consistent during crash recovery.
...
The manageability features include new SQL statements for monitoring resource usage by table and account. This includes the ability to count the number of rows fetched or changed per account or per table. It also includes the number of seconds of database time an account uses to execute SQL commands.- mohit - Apr 25 2007
thanks...will try thhis out. we've run into replication related problems before, so this looks really helpful.
- mohit - Apr 25 2007
- mike - Apr 25 2007 | google, mysql, data center
Google is releasing GPL'ed patches to MySQL for better data center management:
Quoted: The high availability features include support for semi-synchronous replication, mirroring the binlog from a master to a slave, quickly promoting a slave to a master during failover, and keeping InnoDB and replication state on a slave consistent during crash recovery.
...
The manageability features include new SQL statements for monitoring resource usage by table and account. This includes the ability to count the number of rows fetched or changed per account or per table. It also includes the number of seconds of database time an account uses to execute SQL commands. - meikschwarz99 - Oct 18 2007 | manageability, Blog:, enhance, that, releases, MySQL, Google, patches, reliability, Code
Votes for this web page
Add a Fave for this Web page
- What happens when I press Publish?
- Your Fave for this Web page gets shared with the Faves community. You can access it at any time by selecting "My Faves" from the menu above.
- Why do you ask for my email address?
- We use your email address to create an account, so you can easily find your Fave again at a later time.
Related Content from Around Faves
mysql
-
This document describes how to install a Postfix mail server based that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I will also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords.
1 FaverViewed: 7 Times - sasha_chien - 23 days ago1 FaverViewed: 2 Times
- falko - Jul 13 20081 FaverViewed: 42 Times
server
-
Managed hosting is a hosting solution whereby the hosting provider takes care of all the running and administrative tasks of your dedicated server. It is the perfect solution for customers who are l
6 Favers - zestor - May 17 20061 FaverViewed: 15 Times
- internetforme - 4 days ago1 FaverViewed: 13 Times

badass, hopefully they'll incorporate these changes into an official release :)