User:Dirk/Cluster

From BaseX Documentation
< User:Dirk
Revision as of 09:36, 22 June 2013 by Dirk (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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]