v.25.8Experimental Feature

Ytsaurus table engine and table function

Ytsaurus table engine and table function. #77606 (MikhailBurdukov).
Introduces the Ytsaurus table engine and table function for ClickHouse, enabling integration with the Ytsaurus distributed storage system.

Why it matters

This feature allows ClickHouse users to directly query and manipulate data stored in Ytsaurus, addressing the need for seamless data interoperability between ClickHouse and Ytsaurus. It simplifies workflows by eliminating the need for data export/import between systems and enables real-time analytics on Ytsaurus data using ClickHouse.

How to use it

Users can create tables in ClickHouse using the Ytsaurus table engine by specifying appropriate connection parameters to the Ytsaurus cluster. Additionally, the Ytsaurus table function can be used in queries to access Ytsaurus data inline. Refer to the table engine and function syntax in ClickHouse documentation for exact usage.