This commit is contained in:
Yuri Dyachenko 2017-04-17 21:05:15 +03:00 committed by alexey-milovidov
parent 8fb2b7ee3d
commit 51d2ffc654

View File

@ -389,7 +389,7 @@ bool StorageMergeTree::mergeTask()
try
{
size_t aio_threshold = context.getSettings().min_bytes_to_use_direct_io;
return merge(aio_threshold, false /*aggressive*/, {} /*partition*/, false /*final*/, false /*deduplicate*/); //TODO: yurial deduplicate
return merge(aio_threshold, false /*aggressive*/, {} /*partition*/, false /*final*/, false /*deduplicate*/); ///TODO: read deduplicate option from table config
}
catch (Exception & e)
{