Difference between revisions of "User:Dirk/Cluster"

From BaseX Documentation
Jump to navigation Jump to search
(Created page with "This page talks about the BaseX-speficic <code>cluster</code> module to interact with the clustered mode of BaseX. It contains functionality to store and retrieve data in the clu...")
 
(No difference)

Latest revision as of 10:36, 22 June 2013

This page talks about the BaseX-speficic cluster module to interact with the clustered mode of BaseX. It contains functionality to store and retrieve data in the cluster and to execute XQuery functions distributed over several nodes in the cluster.

Introduction[edit]

Data-related functions[edit]

cluster:store[edit]

Signatures cluster:store($seq as item()*) as item()*
Summary summary
Examples
  • Explanation:
    cluster:store
    

    Result: true

cluster:retrieve[edit]

Query-related functions[edit]

cluster:query[edit]

cluster:for-each[edit]

Config[edit]