Read path and write path in MariaDB Galera Cluster

Hi Everyone,

I'm struggling to understand MariaDB Galera read and write paths. But cannot find any description. Is there a diagram explaining the matter?

More specifically, I'm interested in building the following MariaDB Galera configuration: 1) Master-master replication 2) All the data stored on-disk 3) But acknowledged in-memory

I.e. all the incoming data should be written to disk, but asynchronously. The data should be acknowledged as soon as it's copied into memory of both masters (but before it touches the disk).

Is it possible to build such a configuration using MariaDB Galera?

Thanks!

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.