Skip to content

Commit 8d06026

Browse files
authored
docs review feedback
1 parent d19dca0 commit 8d06026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/current/v25.4/ltree.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following are valid `LTREE` values:
3333

3434
## Size
3535

36-
The size of an `LTREE` value is variable and equals the total number of characters in all labels plus the dot separators. Cockroach Labs recommends keeping values below 64 kilobytes. Above that threshold, [write amplification]({% link {{ page.version.version }}/architecture/storage-layer.md %}#write-amplification) and other considerations may cause significant performance degradation.
36+
The size of an `LTREE` value is variable and equals the total number of characters in all labels plus the total number of dot separators. Cockroach Labs recommends keeping values below 64 kilobytes. Above that threshold, [write amplification]({% link {{ page.version.version }}/architecture/storage-layer.md %}#write-amplification) and other considerations may cause significant performance degradation.
3737

3838
## Operators
3939

@@ -273,4 +273,4 @@ SELECT 'Animals.Mammals'::LTREE || 'Carnivora.Felidae'::LTREE AS full_path;
273273

274274
- [Data Types]({% link {{ page.version.version }}/data-types.md %})
275275
- [Functions and Operators]({% link {{ page.version.version }}/functions-and-operators.md %})
276-
- [`STRING`]({% link {{ page.version.version }}/string.md %})
276+
- [`STRING`]({% link {{ page.version.version }}/string.md %})

0 commit comments

Comments
 (0)