v.1.1.54362New Feature
Failover Support in Remote Table Functions
Failover is supported in remote table functions for cases when some of the replicas are missing the requested table.Why it matters
This feature addresses the issue where queries using theremote table function fail if any replica does not have the target table. By enabling failover, queries can continue using available replicas, improving query reliability and fault tolerance.How to use it
Users can take advantage of failover by simply using theremote table function as usual. The function will automatically skip replicas missing the requested table and query others without additional configuration.