v.22.11Improvement
Add oss function and OSS table engine compatible with s3
Addossfunction andOSStable engine (this is convenient for users). oss is fully compatible with s3. #43155 (zzsmdfj).
Why it matters
This feature enables users to seamlessly interact with OSS storage using ClickHouse, similar to how ClickHouse supports Amazon S3. It simplifies accessing and managing data stored in OSS, making cloud storage integration more convenient.How to use it
Users can utilize theoss function in their queries to directly reference OSS files or use the OSS table engine to create tables that read from or write to OSS storage. This is fully compatible with existing S3 syntax and usage patterns in ClickHouse.