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/v25.4/ltree.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The following are valid `LTREE` values:
33
33
34
34
## Size
35
35
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.
37
37
38
38
## Operators
39
39
@@ -273,4 +273,4 @@ SELECT 'Animals.Mammals'::LTREE || 'Carnivora.Felidae'::LTREE AS full_path;
273
273
274
274
-[Data Types]({% link {{ page.version.version }}/data-types.md %})
275
275
-[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