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
Copy file name to clipboardExpand all lines: src/current/_includes/releases/v25.4/v25.4.0-rc.1.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Release Date: October 22, 2025
6
6
7
7
<h3id="v25-4-0-rc-1-sql-language-changes">SQL language changes</h3>
8
8
9
-
-Changes scan misestimate logging gated behind
9
+
-Changed scan misestimate logging gated behind
10
10
`sql.log.scan_row_count_misestimate.enabled` to use structured logging
11
11
including the table and index being scanned, the estimated and actual
12
12
row counts, the time since the last table stats collection, and the
@@ -19,7 +19,7 @@ Release Date: October 22, 2025
19
19
collection, and the table's estimated staleness. [#155123][#155123]
20
20
- Added the `INSPECT` command, which runs consistency validation check jobs against tables or databases and specified indexes. [#155441][#155441]
21
21
- Added the
22
-
bulkio.index_backfill.vector_merge_batch_size cluster setting to control
22
+
`bulkio.index_backfill.vector_merge_batch_size cluster` setting to control
23
23
how many vectors to merge into a vector index per transaction during
24
24
create operations. By default, this defaults to 3. [#155509][#155509]
25
25
- Vector indexing is now enabled by default. [#155561][#155561]
@@ -28,7 +28,7 @@ Release Date: October 22, 2025
28
28
29
29
- Fixed a bug that caused internal errors for `INSERT .. ON CONFLICT .. DO UPDATE` statements when the target table had both a computed column and a `BEFORE` trigger. This bug was present since triggers were introduced in v24.3.0. [#155077][#155077]
30
30
- Disable a feature
31
-
(kv.lock_table.unreplicated_lock_reliability.split.enabled) that could
31
+
(`kv.lock_table.unreplicated_lock_reliability.split.enabled`) that could
32
32
lead to a node crash. [#155366][#155366]
33
33
- Previously, we could corrupt the first bucket of
34
34
table statistic histograms in certain cases, causing underestimates for
0 commit comments