Update line-protocol.md (#3392)

* Update line-protocol.md

* Update content/influxdb/cloud/write-data/developer-tools/line-protocol.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
pull/3446/head
Rick Spencer 2021-11-24 01:59:08 -05:00 committed by GitHub
parent 67158869f6
commit f0cd5390f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -120,6 +120,9 @@ influx write \
--compression gzip
```
InfluxDB Cloud limits data in an uncompressed write request payload to 250 MB. After 250 MB is uncompressed and written, the remaining lines are not written, and the caller receives a 413 response. 
We recommend the caller retry the request with a smaller uncompressed payload.
#### Timestamp precision
When writing data to InfluxDB, we [recommend including a timestamp](/influxdb/cloud/reference/syntax/line-protocol/#timestamp) with each point.