I see that clickhouse created multiple directories for each partition key(in each node).
Documentation says the directory name format is : “<partition ID>_<minimum block number>_<maximum block number>_ <level>” .
Any idea what is “level” here?
347 distinct partition keys on one node(for one table) created 1358 directories. (custom partitioning)
The documentation recommends not to have more than 1000 partitions. Should we just keep in mind the number of partitions keys or the number of directories also?
Also, Is there a configuration on how to control this number of directories?