ClickHouse has released version 23.1, featuring 17 new features, 17 performance optimizations, and 78 bug fixes. The release includes experimental support for Inverted Full Text Indices, which can speed up token matching queries. This feature is still experimental and has limitations, such as not storing positions of terms and no relevancy calculation. Additionally, ClickHouse introduces Parametized Views, allowing users to create dynamic views based on parameters passed at query time. The release also includes a new Query Result Cache, which can cache the results of expensive SELECT queries, reducing latency and resource consumption.