More comments

This commit is contained in:
alesapin 2020-09-04 13:29:55 +03:00
parent 82c56349a5
commit 69b31ab90d

View File

@ -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,
}; };