Skip to content

Commit 2d4c385

Browse files
Copilotjstirnaman
andauthored
Update string field value size limit from 64KB to 1MB (#7054)
* Initial plan * docs(line-protocol): update string field value size limit from 64KB to 1MB Agent-Logs-Url: https://github.com/influxdata/docs-v2/sessions/bca48bb7-d708-4770-bdf4-cd2e96a20d33 Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
1 parent d58cbc7 commit 2d4c385

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

content/shared/v3-line-protocol.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,11 @@ myTable fieldKey=12485903u
150150
### String
151151
152152
Plain text string.
153-
Length limit 64KB.
153+
154+
| Element | Maximum length |
155+
|:--------|:---------------|
156+
| Table name, tag key, tag value, field key | 64KB |
157+
| Field value | 1MB |
154158
155159
##### String example
156160

0 commit comments

Comments
 (0)