MariaDB 10.11 is the current stable, long-term support (LTS) version. It was released in February 2023. It introduces interesting new features and includes all features released in the previous short-term releases.
Among other things to be discussed:
- Long ALTER TABLES now don’t cause replicas to lag
 - InnoDB configuration is now more dynamic, and certain important variables can be modified without a restart
 - InnoDB change buffer was removed because it could cause stalls
 - Populating an empty table is now much faster
 - Logical backups can now be used with temporary tables
 - New data types: UUID, INET4, INET6
 - During the webinar, we will cover the above listed improvements and more!
 


0 Comments