百度智能云

All Product Document

          Time-Spatial Database

          Gzip Compression Instruction of Writing Data Points

          Gzip compression is enabled by default when writing data points. If you want to disable this feature, you can import parameter use_gzip=False when calling write_datapoints method.

          You can refer to the following code:

          response = tsdb_client.write_datapoints(datapoints, use_gzip=False)
          Previous
          Generate the Pre-Signed URL of Querying Data Points
          Next
          Management Interface