mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
3993ad6f01
After early_constant_folding started to ignore not only ignore(), but all functions with isSuitableForConstantFolding() == false, there became more sleep(2) calls for this test: - MergeTreeDataSelectExecutor::readFromParts -> DB::KeyCondition::KeyCondition - MergeTreeDataMergerMutator::mutatePartToTemporaryPart -> DB::isStorageTouchedByMutations -> FilterTransform::transform - MergeTreeDataMergerMutator::mutatePartToTemporaryPart -> DB::MergeTreeDataMergerMutator::mutateAllPartColumns -> FilterTransform::transform While before it was optimized to 0 during WHERE analysis. |
||
---|---|---|
.. | ||
configs | ||
__init__.py | ||
test.py |