You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The background (elastic) store graphs for exhausted duration, and the wait duration histogram, have been separated from the foreground (regular) graphs. [#156868][#156868]
10
+
11
+
<h3id="v25-2-10-bug-fixes">Bug fixes</h3>
12
+
13
+
- A mechanism that prevents unsafe replication changes from causing loss of quorum now functions correctly. An internal function has been fixed to properly return errors, enhancing the reliability of replication safeguards. [#156521][#156521]
14
+
- Fixed a bug that could cause internal errors for queries using generic query plans with `NULL` placeholder values. [#156977][#156977]
- The cost of generic query plans is now calculated based on worst-case selectivities for placeholder equalities (e.g., `x = $1`). This reduces the chance of suboptimal generic query plans being chosen when `plan_cache_mode=auto`. [#156797][#156797]
19
+
20
+
<h3id="v25-2-10-miscellaneous">Miscellaneous</h3>
21
+
22
+
- Span config reconciliation jobs no longer fail on the
23
+
destination after failover from a PCR stream of a system virtual cluster. [#156810][#156810]
Copy file name to clipboardExpand all lines: src/current/_includes/releases/v25.2/v25.2.9.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Release Date: November 14, 2025
6
6
7
7
<h3id="v25-2-9-sql-language-changes">SQL language changes</h3>
8
8
9
-
- Added the sql.statements.rows_read.count metric that counts the number of index rows read by SQL statements. [#156595][#156595]
9
+
- Added the `sql.statements.rows_read.count` metric that counts the number of index rows read by SQL statements. [#156595][#156595]
10
10
- Added the `sql.statements.index_rows_written.count` metric that counts the number of primary and secondary index rows modified by SQL statements. [#156595][#156595]
11
11
- Added the `sql.statements.index_bytes_written.count` metric that counts the number of primary and secondary index bytes modified by SQL statements. [#156595][#156595]
12
12
- Added the `sql.statements.bytes_read.count` metric that counts the number of bytes scanned by SQL statements. [#156595][#156595]
0 commit comments