mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
6 lines
222 B
SQL
6 lines
222 B
SQL
-- Tags: no-parallel-replicas
|
|
|
|
set max_threads=10;
|
|
set optimize_use_implicit_projections=1;
|
|
EXPLAIN PIPELINE SELECT count(JavaEnable) FROM test.hits WHERE WatchID = 1 OR Title = 'next' OR URL = 'prev' OR URL = '???' OR 1;
|