MySQL-supported storage engine (minimalist version)

Source: Internet
Author: User

  1. 1 InnoDB (not verbose)

  2. Archive supports high concurrent inserts and dedicated buffered row-level locks

  3. Blackhole can be used to copy data to a repository, or to log. Do not save any

  4. CSV does not support indexing, it is easy to structure CSV use

  5. Federated connecting to other MySQL agents

  6. Memory

    1. Usage Scenarios

      1. For finding or mapping tables

      2. Save intermediate data in data analysis

      3. Results for caching of periodic aggregated data

  7. NDB Cluster engine

  8. An improved version of XtraDB InnoDB, the main improvement is performance scalability and operational flexibility

  9. The PBXT supports the engine-level replication foreign key constraints, and provides the appropriate support for solid state storage SSDs with a complex architecture optimized for blobs. MARIADB also contains this engine

  10. Infobright is a column-oriented storage engine. is designed for data analysis and data warehousing. Data is compressed, sorted by block, and each bucket should have a set of data.

  11. MyISAM

    1. compression, full-text indexing, GIS spatial functions

    2. Transaction and row-level locks are not supported and cannot be fully recovered

    3. Data files (MYD) and index files (MYI)


This article is from the "GUI Floral" blog, please be sure to keep this source http://1074963.blog.51cto.com/1064963/1747312

MySQL-supported storage engine (minimalist version)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.