v.1.1.54362New Feature
Added cluster table function with remote table compatibility
Added theclustertable function. Example:cluster(cluster_name, db, table). Theremotetable function can accept the cluster name as the first argument, if it is specified as an identifier.
Why it matters
This feature simplifies querying distributed data by enabling users to target a cluster directly via thecluster table function. It resolves the complexity of accessing tables in cluster setups by providing a straightforward way to specify the cluster name along with database and table names.How to use it
Use the newcluster table function in the format cluster(cluster_name, db, table) to query a table on a specific cluster. Additionally, the existing remote table function now supports specifying the cluster name as its first argument when passed as an identifier.