现在的位置: 首页 > 综合 > 正文

作为一个MYSQL DBA需要了解的知识

2018年01月22日 ⁄ 综合 ⁄ 共 2999字 ⁄ 字号 评论关闭

percona.com看到的,MYSQL
DBA知识体系需要了解的东西非常多,真能搞定全部的就是世界级的了,备忘下!

Database Servers

Storage Engines

  • MyISAM –
    Traditional storage engine with Table Locks and no transactions support
  • InnoDB – Native, Plug-In,
    & Embedded versions
  • XtraDB – Percona’s enhanced
    transactional engine based on Innodb
  • Blackhole –
    Non-writable engine used in special replication-related situations
  • Federated –
    Disperses tables across multiple servers
  • Falcon – In memory engine (no longer
    under active development)
  • SphinxSE – Full
    text search engine
  • Maria – Transactional engine by Monty Program
    Ab, derived from MyISAM
  • PBXT – Transactional engine by Primebase
  • TokuDB – Storage engine that increases performance
    with fractal indexing technology

MySQL High Availability

Performance Enhancements Strategies

  • memcached – In-memory caching
  • MySQL Proxy – Load balancing, failover,
    query filtering & analysis utility

MySQL Replication & Backup

MySQL Utilities & Other

Hardware & Software Environment

http://blog.netoearth.com/html/201202/%e4%bd%9c%e4%b8%ba%e4%b8%80%e4%b8%aamysql-dba%e9%9c%80%e8%a6%81%e4%ba%86%e8%a7%a3%e7%9a%84%e7%9f%a5%e8%af%86.htm

相关文章:

  1. MYSQL存储引擎修改
  2. 如何安全的修改innodb_log_file_size值
  3. High
    Performance MySQL第3版明年出版
  4. Percona
    Server 5.5.15 + Galera 21.1-beta2发布
  5. MySQL
    Community Server 5.1.52

抱歉!评论已关闭.