three ways to manage a message queue using different MariaDB ifeatures :
-
rocksdb
-
blackhole + localhost semisync replication + schema name rewrite
-
innodb with sacrificed durability and script replayability
-
memory + sync_binlog=1
three ways to manage a message queue using different MariaDB ifeatures :
rocksdb
blackhole + localhost semisync replication + schema name rewrite
innodb with sacrificed durability and script replayability
memory + sync_binlog=1