v.18.16New Feature
Reading Support for Join Type Tables with Simple Keys
Reading is supported for Join type tables with simple keys. Amos BirdWhy it matters
This feature enables users to perform read operations onJoin type tables that use simple keys, expanding the usability of join tables within ClickHouse and allowing more flexible query scenarios.How to use it
Users can read fromJoin tables that have simple key definitions directly in their queries once the update is applied. No additional configuration is required beyond creating a Join table with simple keys.