Mysql

April 13, 2014
MySQL is a database wich support master/slave replication system. Lock the database to run a command: FLUSH TABLES WITH READ LOCK; SYSTEM sh -c 'backup.sh'; UNLOCK TABLES; Pros:
  • The master/slave replication is mature and powerfull
  • Innodb provide good performance on big tables
Cons:
  • Can’t find any for my use

posted in Database, Developer, System Administrator by nico

Follow comments via the RSS Feed| Trackback URL