v.19.1New Features
Added Table Function Remotesecure
Added table functionremoteSecure. Function works asremote, but uses secure connection. #4088 (proller)
Why it matters
This feature provides users with a way to securely query remote ClickHouse servers over encrypted connections, enhancing data security and protecting sensitive information during transmission.How to use it
Use theremoteSecure table function similarly to remote, specifying the target server and query parameters. It automatically establishes a TLS-secured connection without additional configuration steps from the user.