- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 151字
- 2021-08-20 10:06:10
Important notes about MyISAM tables
MyISAM supports full-text indexing, which can help in complex search operations. Using full-text indexes, we can index data stored in BLOB and TEXT data types. We will have a detailed look at full-text indexing in Chapter 3, Indexing your data for high-performing queries.
Due to low overhead, MyISAM uses a simpler structure, which provides good performance; however, it cannot help much for good performance when there is a need for better concurrency and use cases that don't fit the need for heavy read operations. The most common performance problem of MyISAM is table locking, which can stick your concurrent queued queries as it locks the table for any other operation till the earlier one is not executed.
A MyISAM table doesn't support transactions and foreign keys. It seems that because of these constraints, MySQL 8's system schema tables now use InnoDB tables instead of MyISAM tables.
- Visual Basic編程:從基礎(chǔ)到實(shí)踐(第2版)
- CouchDB and PHP Web Development Beginner’s Guide
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Python數(shù)據(jù)挖掘與機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- Instant RubyMotion App Development
- Haskell Data Analysis Cookbook
- Getting Started with LLVM Core Libraries
- 領(lǐng)域驅(qū)動(dòng)設(shè)計(jì):軟件核心復(fù)雜性應(yīng)對之道(修訂版)
- Scala Reactive Programming
- Python預(yù)測分析實(shí)戰(zhàn)
- Learning Unreal Engine Game Development
- Python應(yīng)用與實(shí)戰(zhàn)
- Java程序設(shè)計(jì)入門(第2版)
- Beginning PHP
- 輕松學(xué)Scratch 3.0 少兒編程(全彩)