User:Dirk/Cluster

From BaseX Documentation
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]