Hello,
If distributed storage implemented via NFS (Network file system), the answer should be yes. For example, folder /opt/strage/data1/… maps to server1, another folder /opt/storage/data2/… maps to server2, “distributed” query might look like this:
let $A := fn:doc(“/opt/storage/data1/data.xml”)
let $B := fn:doc(“/opt/storage/data2/data.xml”)
return $A//some-node + $B//some-node
From: basex-talk-bounces@mailman.uni-konstanz.de [mailto:basex-talk-bounces@mailman.uni-konstanz.de] On Behalf Of dooon@sina.com
Sent: Thursday, July 10, 2014 1:37 PM
To: basex-talk
Subject: [basex-talk] Distributed features in BaseX
Hello,
We are now choosing a xml database and BaseX is one of the candidates. I want to know if BaseX can support distributed storage and distributed query. If it can support these features, pls give me some advices or documents.
Thanks
Chen