Open
Description
ClickHouse gets new features constantly and continuously, and the new features, settings, configurations, ..etc. get documented regularly on https://clickhouse.com/docs. It will be so nice and useful if the docs mention when a new feature was introduced or changed.
For example, for lightweight deletes, it will be nice if the docs mentions when the feature:
- Was first introduced as an experimental feature
- Became production ready and available by default in the server
Another example would be for settings and configurations. If the default value of a server setting changed from x
to y
on version v
, then it will be useful to mention in the docs that:
- The default value is
x
. - And starting from version
v
, the default value becamey
.
Basically mentioning the history of features and default values.
And thanks so much for the great product, ClickHouse!