Skip to content

Commit ff63f7c

Browse files
authored
Revert "Backport ClickHouse#89395 to 25.8: Revert "Do not perform PrimaryKeyExpand step if skip index is already part of primary key""
1 parent 21033c0 commit ff63f7c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Core/Settings.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,16 +1497,6 @@ Using skip indexes may exclude rows (granules) containing the latest data which
14971497
14981498
Possible values:
14991499
1500-
- 0 — Disabled.
1501-
- 1 — Enabled.
1502-
)", 0) \
1503-
DECLARE(Bool, use_skip_indexes_on_data_read, false, R"(
1504-
Enable using data skipping indexes during data reading.
1505-
1506-
When enabled, skip indexes are evaluated dynamically at the time each data granule is being read, rather than being analyzed in advance before query execution begins. This can reduce query startup latency.
1507-
1508-
Possible values:
1509-
15101500
- 0 — Disabled.
15111501
- 1 — Enabled.
15121502
)", 0) \

0 commit comments

Comments
 (0)