Skip to content

Commit 879b058

Browse files
authored
mark LTREE as Preview (#20948)
1 parent 775e231 commit 879b058

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/current/v25.4/cockroachdb-feature-availability.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ You can use the [Cloud API]({% link cockroachcloud/cloud-api.md %}#managed-backu
6060
**The following features are in preview** and are subject to change. To share feedback and/or issues, contact [Support](https://support.cockroachlabs.com/hc).
6161
{{site.data.alerts.end}}
6262

63+
### `LTREE` data type
64+
65+
The [`LTREE` data type]({% link {{ page.version.version }}/ltree.md %}) stores hierarchical tree-like structures. `LTREE` is useful for efficiently querying and managing hierarchical data without using recursive joins.
66+
6367
### Prometheus-compatible `metrics` endpoint
6468

6569
[`http://<host>:<http-port>/metrics` Prometheus-compatible endpoint]({% link {{ page.version.version }}/prometheus-endpoint.md %}#metrics) is enhanced with additional static labels.

src/current/v25.4/ltree.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ toc: true
55
docs_area: reference.sql
66
---
77

8+
{{site.data.alerts.callout_info}}
9+
{% include feature-phases/preview.md %}
10+
{{site.data.alerts.end}}
11+
812
The `LTREE` [data type]({% link {{ page.version.version }}/data-types.md %}) stores hierarchical tree-like structures as a *label path*, which is a sequence of dot-separated *labels*. Labels represent positions in a tree hierarchy. `LTREE` is useful for efficiently querying and managing hierarchical data without using recursive joins.
913

1014
## Syntax

0 commit comments

Comments
 (0)