Skip to content

add retroactive plan_cache_mode release note #19765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 16, 2025
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
2 changes: 2 additions & 0 deletions src/current/_includes/releases/v25.2/v25.2.0-alpha.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Release Date: March 24, 2025

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

- The `plan_cache_mode` session setting now defaults to `auto`, enabling generic query plans for some queries. [#135668][#135668]
- `SHOW JOBS` is now based on a new mechanism for storing information about the progress and status of running jobs. [#138104][#138104]
- `SHOW VIRTUAL CLUSTER WITH REPLICATION STATUS` now displays the `ingestion_job_id` column after the `name` column. [#138967][#138967]
- 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]
Expand Down Expand Up @@ -259,3 +260,4 @@ Release Date: March 24, 2025
[#142760]: https://github.com/cockroachdb/cockroach/pull/142760
[#142829]: https://github.com/cockroachdb/cockroach/pull/142829
[#142838]: https://github.com/cockroachdb/cockroach/pull/142838
[#135668]: https://github.com/cockroachdb/cockroach/pull/135668
Loading