Skip to content

Commit

Permalink
Update src/current/_includes/releases/v25.1/v25.1.0-alpha.1.md
Browse files Browse the repository at this point in the history
Co-authored-by: Florence Morris <[email protected]>
  • Loading branch information
mikeCRL and florence-crl authored Feb 7, 2025
1 parent 40130b6 commit 46e1f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/current/_includes/releases/v25.1/v25.1.0-alpha.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Release Date: December 19, 2024
- Performance for some PL/pgSQL loops is now significantly improved, by as much as 3–4 times. This is due to applying tail-call optimization in more cases to the recursive sub-routines that implement loops. [#135145][#135145]
- Improved the internal caching logic for role membership information. This reduces the latency impact of commands such as `DROP ROLE`, `CREATE ROLE`, and `GRANT role TO user`, which cause the role membership cache to be invalidated. [#135852][#135852]
- The session variable `plan_cache_mode` now defaults to `auto`, enabling generic query plans for some queries. [#135668][#135668]
- This change is reverted in v25.1-rc.1, so this note can be disregarded whe running the latest testing release and v25.1 production releases, unless otherwise noted.
- This change is reverted in v25.1.0-rc.1, so this note can be disregarded when running the latest testing release and v25.1 production releases, unless otherwise noted.
- GRPC streams are now pooled across unary intra-cluster RPCs, allowing for reuse of gRPC resources to reduce the cost of remote key-value layer access. This pooling can be disabled using the `rpc.batch_stream_pool.enabled` cluster setting. [#136648][#136648]
- This information was updated in the <a href="#v25-1-0-beta-2-performance-improvements">v25.1.0-beta.2 release notes</a>.

Expand Down

0 comments on commit 46e1f2a

Please sign in to comment.