Xtradb Cluster 5.6 - Support NoSQL?

Hi,

I’ve been trying to accomplish a persistent memcached.

I’ve tried replcached, but unfortunately its broken and gives intermittent errors.
I’m currently trying Riak, but its much slower and it has a requirement of 5 servers, which hosting on AWS is expensive.

I have now stumbled across HandlerSocket and Innodb Memcached.

Which is available for an XTRAdb cluster and is it too much work to get it enabled for already running live environment?

Thanks

Hi,

Unfortunately it seems Galera does not support memcached plugin for InnoDB yet. I just filed a report here:
[url]https://bugs.launchpad.net/percona-xtradb-cluster/+bug/1376727[/url]

You may try with handlersocket though, it worked just well with PXC in my tests.
Enabling it works pretty much the same as for normal Percona Server:
[url]Percona Server for MySQL 8.0 - Documentation — Percona Server 8.0 Documentation

Also this may be interesting:
[url]https://code.facebook.com/posts/296442737213493/introducing-mcrouter-a-memcached-protocol-router-for-scaling-memcached-deployments/[/url]