Skip to content

Commit 665aecb

Browse files
authored
add retroactive plan_cache_mode release note (#19765)
1 parent ebefeba commit 665aecb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/current/_includes/releases/v25.2/v25.2.0-alpha.1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Release Date: March 24, 2025
2222

2323
<h3 id="v25-2-0-alpha-1-sql-language-changes">SQL language changes</h3>
2424

25+
- The `plan_cache_mode` session setting now defaults to `auto`, enabling generic query plans for some queries. [#135668][#135668]
2526
- `SHOW JOBS` is now based on a new mechanism for storing information about the progress and status of running jobs. [#138104][#138104]
2627
- `SHOW VIRTUAL CLUSTER WITH REPLICATION STATUS` now displays the `ingestion_job_id` column after the `name` column. [#138967][#138967]
2728
- Since v23.2 table statistics histograms have been collected for non-indexed JSON columns. Histograms are no longer collected for these columns. This reduces memory usage during table statistics collection, for both automatic and manual collection via `ANALYZE` and `CREATE STATISTICS`. This can be reverted by setting the cluster setting `sql.stats.non_indexed_json_histograms.enabled` to `true`. [#139766][#139766]
@@ -259,3 +260,4 @@ Release Date: March 24, 2025
259260
[#142760]: https://github.com/cockroachdb/cockroach/pull/142760
260261
[#142829]: https://github.com/cockroachdb/cockroach/pull/142829
261262
[#142838]: https://github.com/cockroachdb/cockroach/pull/142838
263+
[#135668]: https://github.com/cockroachdb/cockroach/pull/135668

0 commit comments

Comments
 (0)