<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[如何上传大批量历史数据（温湿度时间）]]></title><description><![CDATA[<p dir="auto">有一个桌面软件保存的历史数据，就是三个字段：温度、湿度、采集时间 。<br />
但数据条数比较多，可能有 1万 ~  100万条 数据不等。<br />
想把这些数据    “自动上传到”   平台中。<br />
现在我做个桌面版自动上传的程序，要调用  <strong>平台的接口</strong>来上传数据（温度、湿度、采集时间）。<br />
我想到的实现方式有几种：<br />
1、平台创建 Http Server驱动，<br />
我桌面软件作为客户端， 把数据一条一条，上传给   Http Server 驱动。ttp Server 驱动负责保存数据。<br />
<strong>我担心，是不是速度太慢了？ 几万条数据，要上传很久很久 ？</strong></p>
<p dir="auto">2、使用平台的 “扩展应用”，调用接口，直接保存到时序库？<br />
是不是调用接口：/data/save/many手动存储最新数据</p>
<p dir="auto"><img src="/assets/uploads/files/1782373490416-1d9409c7-c8d8-45c8-a1e5-f322c0189471-image.png" alt="1d9409c7-c8d8-45c8-a1e5-f322c0189471-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">帮我看看，哪种方式可行、哪种不可行。有没有更好的方式？</p>
]]></description><link>https://qa.airiot.tech/topic/2759/如何上传大批量历史数据-温湿度时间</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 00:33:52 GMT</lastBuildDate><atom:link href="https://qa.airiot.tech/topic/2759.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Jun 2026 07:47:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 如何上传大批量历史数据（温湿度时间） on Mon, 29 Jun 2026 03:42:44 GMT]]></title><description><![CDATA[<p dir="auto">/data/save/many 不只是存时序，会有消息队列，没有直接存历史数据库的，用它试试吧，不行就得开发了</p>
]]></description><link>https://qa.airiot.tech/post/20028</link><guid isPermaLink="true">https://qa.airiot.tech/post/20028</guid><dc:creator><![CDATA[hp]]></dc:creator><pubDate>Mon, 29 Jun 2026 03:42:44 GMT</pubDate></item><item><title><![CDATA[Reply to 如何上传大批量历史数据（温湿度时间） on Mon, 29 Jun 2026 03:28:35 GMT]]></title><description><![CDATA[<p dir="auto">回复一下上面这个问题</p>
]]></description><link>https://qa.airiot.tech/post/20027</link><guid isPermaLink="true">https://qa.airiot.tech/post/20027</guid><dc:creator><![CDATA[szj]]></dc:creator><pubDate>Mon, 29 Jun 2026 03:28:35 GMT</pubDate></item><item><title><![CDATA[Reply to 如何上传大批量历史数据（温湿度时间） on Thu, 25 Jun 2026 10:12:07 GMT]]></title><description><![CDATA[<p dir="auto">不会。<br />
离线的设备。记录了一些数据。<br />
过几个月，去上传一次数据。</p>
]]></description><link>https://qa.airiot.tech/post/20023</link><guid isPermaLink="true">https://qa.airiot.tech/post/20023</guid><dc:creator><![CDATA[szj]]></dc:creator><pubDate>Thu, 25 Jun 2026 10:12:07 GMT</pubDate></item><item><title><![CDATA[Reply to 如何上传大批量历史数据（温湿度时间） on Thu, 25 Jun 2026 09:40:44 GMT]]></title><description><![CDATA[<p dir="auto">这个数后面会一直增长吗</p>
]]></description><link>https://qa.airiot.tech/post/20019</link><guid isPermaLink="true">https://qa.airiot.tech/post/20019</guid><dc:creator><![CDATA[hp]]></dc:creator><pubDate>Thu, 25 Jun 2026 09:40:44 GMT</pubDate></item></channel></rss>