diff --git a/_sass/_base.scss b/_sass/_base.scss index 13ba773..4d54f6b 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -243,4 +243,9 @@ pre { .translations li { display: inline; -} \ No newline at end of file +} + +.mysql8 { + font-weight: bold; + font-size: 24px; +} diff --git a/index.html b/index.html index b5f8481..3652e26 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,10 @@
+
+ Check out the complete list for MySQL 8.0! +
+

There are over 150 new features in MySQL 5.7.

@@ -62,7 +66,7 @@

InnoDB

  • Several optimizations for high performance temporary tables [1 2 3 4 5]
  • ALTER TABLE RENAME INDEX only requires meta-data change [1]
  • Increasing VARCHAR size only requires meta-data change [1]
  • -
  • ALTER TABLE performance improved [1]
  • +
  • ALTER TABLE performance improved [1 2]
  • Multiple page_cleaner threads [1]
  • Optimized buffer pool flushing [1]
  • @@ -90,6 +94,7 @@

    InnoDB

  • InnoDB now drops tables in a background thread [1]
  • InnoDB tmpdir is now configurable [1]
  • InnoDB MERGE_THRESHOLD is now configurable [1]
  • +
  • InnoDB page_cleaner threads get priority using setpriority()[1]
  • Defaults change: innodb_file_format=Barracuda
  • Defaults change: innodb_large_prefix=1
  • Defaults change: innodb_page_cleaners=4