Today, let’s have a look at the TOP 10 new features in MySQL 8.0 that will improve DBA’s life.
To shrink the list to 10 only items wasn’t an easy task, but here is the top 10:
- Temporary Tables Improvements
- Persistent global variables
- No more MyISAM System Tables
- Reclaim UNDO space from large transactions
- UTF8 performance
- Removing Query Cache
- Atomic DDLs
- Faster & More Complete Performance Schema (Histograms, Indexes, …) and Information Schema
- ROLES
- REDO & UNDO logs encrypted if tablespace is encrypted
Temporary Tables Improvements
Since 5.7, all internal temporary tables are created in a unique shared tablespace called “ …
[Read more]