Dear members, I need to know if the prototypes described here [1] are available at BaseX package.
Using the lastest version, I can distribute the database and queries with HTTP/REST functions in a collection, but I don't know how to execute a parallel query on a single document database replicated in N nodes of a cluster.
My main idea is to reduce the total query time using only BaseX implementation (or any lib compatible).
[1] https://www.uni-konstanz.de/mmsp/pubsys/publishedFiles/Lewandowski12.pdf
Thanks in advance,
Hi Luiz,
I need to know if the prototypes described here [1] are available at BaseX package.
Unfortunately no. If you want, you can contact the original author of the thesis to get some more hints (I’ll be happy to provide you with his email address).
My main idea is to reduce the total query time using only BaseX implementation (or any lib compatible).
I would be interested in your experiences with the async:fork-join function [1] (which will soon be renamed to xquery:fork-join). It could possibly be used to do similar things (although it currently does not allow you to ignore timed out results, etc.).
Cheers Christian
basex-talk@mailman.uni-konstanz.de