mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
More comments
This commit is contained in:
parent
82c56349a5
commit
69b31ab90d
@ -13,7 +13,9 @@ namespace DB
|
|||||||
/// Order is important, don't try to change it.
|
/// Order is important, don't try to change it.
|
||||||
enum class MergeType
|
enum class MergeType
|
||||||
{
|
{
|
||||||
|
/// Just regular merge
|
||||||
REGULAR = 1,
|
REGULAR = 1,
|
||||||
|
/// Merge assigned to delete some data from parts (with TTLMergeSelector)
|
||||||
TTL_DELETE = 2,
|
TTL_DELETE = 2,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user