Skip to content

Commit cfcfc7a

Browse files
tarofacemikeCRL
andauthored
Apply suggestions from code review
Co-authored-by: Mike Lewis <[email protected]>
1 parent 797e864 commit cfcfc7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/current/_includes/releases/v25.4/v25.4.0-beta.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Release Date: October 10, 2025
1313

1414
- Added the `SHOW INSPECT ERRORS` command. This command can be used to view issues that are identified by running the `INSPECT` command to validate tables and indexes. [#154337][#154337]
1515
- Added the `sql.catalog.allow_leased_descriptors.enabled` cluster setting, which is false by default. When set to true, queries that access the `pg_catalog` or `information_schema` can use cached leased descriptors to populate the data in those tables, with the tradeoff that some of the data could be stale. [#154491][#154491]
16-
- CockroachDB now supports index acceleration for a subset of `jsonb_path_exists` filters used in `WHERE` clauses. Given `jsonb_path_exists(json_obj, json_path_expression)`, an inverted index is supported only when `json_path_expression` matches one of the following patterns:
17-
- The `json_path_expression` must **not** be in STRICT mode.
16+
- CockroachDB now supports index acceleration for certain `jsonb_path_exists` filters used in `WHERE` clauses. Given `jsonb_path_exists(json_obj, json_path_expression)`, an inverted index is supported only when `json_path_expression` matches one of the following patterns:
17+
- The `json_path_expression` must **not** be in `strict` mode.
1818
- Keychain mode: `$.[key|wildcard].[key|wildcard]...`
1919
- In this mode, a prefix span is generated for the inverted expression.
2020
- Filter with end value mode (equality check): `$.[key|wildcard]? (@.[key|wildcard].[key|wildcard]... == [string|number|null|boolean])`

0 commit comments

Comments
 (0)