V
V
vlarkanov2017-08-22 09:55:54
MySQL
vlarkanov, 2017-08-22 09:55:54

Switching from MariaDB to Percona - what are the pitfalls?

Hello! We use MariaDB Master-Slave (InnoDB database engine). We plan to switch to Percona Galera Cluster (the engine will remain InnoDB). Will it be necessary to make changes to the database structure? Now the Percona infrastructure (2 nodes + arbitrator) is already deployed, load tests (simulating real requests coming to the database) are running fine, but maybe there are pitfalls that you should pay attention to?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
N
Nikolay Baranenko, 2017-08-22
@drno-reg

I am running zabbix on mysql fork - percona. The purpose of the transition was an attempt to optimize the operation of the DBMS when moving storage to SSD, it is precisely for this purpose. There were no additional features when translating database objects.

D
Dmitry Entelis, 2017-08-22
@DmitriyEntelis

Note that in a master-master configuration, transactions are atomic within 1 server.

A
Arris, 2017-08-22
@Arris

We encountered random garbage in text/binary type fields in MEMORY tables. The tables were filled in something like this (I don’t remember the exact request, it was a long time ago): In the text fields, instead of the expected meaningful lines, there was some garbage. The error appeared every other time, and the admin was actively doing something on the server, trying to increase performance. It was not possible to achieve unambiguous reproduction (and create a ticket).

D
DrDeimos, 2017-08-22
@DrDeimos

Do not arrange replication from maria to percona and everything will be fine.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question