Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/current/_includes/releases/v26.2/v26.2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Release Date: May 22, 2026
CREATE TABLE abc (a INT, b INT, c INT, INDEX abc_idx (a, b, c));
SET optimizer_span_limit = 10;
SELECT * FROM abc WHERE a IN (1, 3, 5) AND b IN (2, 4, 6) AND c IN (7, 9, 11);
``` [#168617][#168617]
```
[#168617][#168617]
- Added a new cluster setting `sql.stats.table_statistics_cache.capacity` that controls the maximum number of tables whose statistics are retained in the in-memory LRU cache (default: `256`). [#169247][#169247]

<h3 id="v26-2-1-operational-changes">Operational changes</h3>
Expand Down
Loading