I saw latest release (ClickHouse release 1.1.54310) and i was wondering how i can implement "custom partitions" in ClickHouse, so...
After few attempts to create a table with custom partition key, ClickHouse server noticed to me this error
"Extended storage definition syntax (PARTITION BY, ORDER BY, SAMPLE BY and SETTINGS clauses) is disabled. Enable it with experimental_allow_extended_storage_definition_syntax user setting".
Help us to understand, how we can set this flag. Thanks.