MariaDB Tutorial: No Vitess Support for MariaDB Server?

Опубликовано: 08 Октябрь 2023
на канале: Database Dive
32
1

In this MariaDB tutorial we'll walk you through what's happening between MariaDB Server and Vitess and why MariaDB Server doesn't offer support for Vitess in the first place.

This MySQL tutorial will tell you that the core reason why MariaDB server des not support Vitess for MySQL Server users is that MariaDB poorly implements GTIDs making Vitess support infeasible.

In the SQL database world, GTIDs stand for Global Transaction Identifiers and they are identifiers that are uniquely associated with every transaction on the main SQL database server.

Also, keep in mind that these three SQL queries may have interesting results on your MariaDB Server too:

#1: STOP SLAVE; START SLAVE [UNTIL...];
#2: STOP SLAVE; START SLAVE;
#3:
STOP SLAVE;
SET GLOBAL slave_parallel_threads=...;
START SLAVE;

Subscribe to this sql interview questions and answers channel to learn more about database functionality!

This MariaDB tutorial was filmed in finland espoo as a short espoo finland walking tour. Should we continue using this video cover in the rest of our sql tutorial videos? Tell us in the comment section below.

Music:
Park Coffee by Filo Starquez   / filo-starquez  
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
Free Download / Stream: https://bit.ly/434QX55
Music promoted by Audio Library https://bit.ly/3Z3vEzU

#shorts #database #sql #mysql #mariadb #developer #interview #webdevelopment