Hi Jaco,
it would be interesting to see an abstracted cluster solution for BaseX. As the XQuery processor is tightly coupled with the database backend, I am note quite sure how realistic this is, but suggestions from users are welcome.
Christian
On Tue, Oct 7, 2014 at 11:07 AM, Jaco van der Merwe jjnvdm@gmail.com wrote:
Hi All,
We have recently started using the Galera Cluster for MySQL which works really well as either a single or a multi-master cluster with semi-synchronous replication. See http://galeracluster.com/ for more information.
The nice thing about the Galera Cluster is that the cluster and replication management functionality has been abstracted and extracted into a component (actually an .so file) called the WSREP provider. The latter provides hooks that can be integrated into your DB. I was thinking that this could be a very nice solution for providing a cluster solution for BaseX.
So my question is whether anybody out there has done this already for BaseX, or may have plans for doing this.
Thanks Jaco