Skip to content

Commit 1afc17d

Browse files
committed
Move KL under 'Schemas and indexes' section
1 parent ff7f587 commit 1afc17d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/current/v25.1/known-limitations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ CockroachDB does not allow inverted indexes with a [`STORING` column]({% link {{
298298

299299
{% include {{ page.version.version }}/known-limitations/expression-index-limitations.md %}
300300

301+
#### Secondary regions and regional by row tables
302+
303+
{% include {{page.version.version}}/known-limitations/secondary-regions-with-regional-by-row-tables.md %}
304+
301305
### Data types
302306

303307
#### Spatial support limitations
@@ -702,7 +706,3 @@ UNION ALL SELECT * FROM t1 LEFT JOIN t2 ON st_contains(t1.geom, t2.geom) AND t2.
702706
#### Inverted join for `tsvector` and `tsquery` types is not supported
703707

704708
CockroachDB cannot index-accelerate queries with `@@` predicates when both sides of the operator are variables. [#102731](https://github.com/cockroachdb/cockroach/issues/102731)
705-
706-
#### Secondary regions and regional by row tables
707-
708-
{% include {{page.version.version}}/known-limitations/secondary-regions-with-regional-by-row-tables.md %}

0 commit comments

Comments
 (0)