<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: data sampling frequency of thingworx platform in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/659802#M44243</link>
    <description>&lt;P&gt;Actually, you can't store more than millisecond precision per property, then the hard limit (without counting bandwidth, storage and CPU usage) it's 1000 record per property and second.&lt;/P&gt;</description>
    <pubDate>Sun, 12 Apr 2020 19:57:20 GMT</pubDate>
    <dc:creator>CarlesColl</dc:creator>
    <dc:date>2020-04-12T19:57:20Z</dc:date>
    <item>
      <title>data sampling frequency of thingworx platform</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/659589#M44233</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me with the max frequency that data is allowed to send/fetch in thingworx?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2020 07:12:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/659589#M44233</guid>
      <dc:creator>juhiajmera</dc:creator>
      <dc:date>2020-04-10T07:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: data sampling frequency of thingworx platform</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/659596#M44234</link>
      <description>&lt;P&gt;I think there's only soft limit over the sampling speed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that all DataTable, Stream and Value Stream have their own and only table in persistence provider, so the number of properties being updated and the frequency of update both counts, and the total write frequency limit from database side would affect this performance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are sizing guide for running TWX server with average suggestions, but they cannot give you the upper limit. Only thing that's confirmed is that ValueStream has lower priority than DT and Stream data, some changes will be ignored if the server is over the capacity.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2020 08:44:30 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/659596#M44234</guid>
      <dc:creator>zyuan1</dc:creator>
      <dc:date>2020-04-10T08:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: data sampling frequency of thingworx platform</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/659783#M44241</link>
      <description>&lt;P&gt;Thank you for the message. Let’s say kepware is capturing 6000 data in one second. Can I get all the data values in thing property? What is the soft limit?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2020 12:33:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/659783#M44241</guid>
      <dc:creator>juhiajmera</dc:creator>
      <dc:date>2020-04-12T12:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: data sampling frequency of thingworx platform</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/659802#M44243</link>
      <description>&lt;P&gt;Actually, you can't store more than millisecond precision per property, then the hard limit (without counting bandwidth, storage and CPU usage) it's 1000 record per property and second.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2020 19:57:20 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/659802#M44243</guid>
      <dc:creator>CarlesColl</dc:creator>
      <dc:date>2020-04-12T19:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: data sampling frequency of thingworx platform</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/659821#M44246</link>
      <description>&lt;P&gt;Is there any another way to store all the 6000 values in the ThingWorx?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 03:31:38 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/659821#M44246</guid>
      <dc:creator>juhiajmera</dc:creator>
      <dc:date>2020-04-13T03:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: data sampling frequency of thingworx platform</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/660188#M44306</link>
      <description>&lt;P&gt;6000 values in the same second for the same property? if that's the question, actually not as far as I know. If it's 6000 values in the same second for different properties (and none of them it's above 1000) then you should be able to store it, but it won't be correctly stored if they are recorded for the same property on the same millisecond (which can happen), on that case property values will be overwritten.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 14:09:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/660188#M44306</guid>
      <dc:creator>CarlesColl</dc:creator>
      <dc:date>2020-04-14T14:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: data sampling frequency of thingworx platform</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/662428#M44635</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/313279"&gt;@juhiajmera&lt;/a&gt;.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If one of the previous responses answered your question, please mark the appropriate one as the Accepted Solution for the benefit of others on the community.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;--Sharon&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 20:08:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/data-sampling-frequency-of-thingworx-platform/m-p/662428#M44635</guid>
      <dc:creator>slangley</dc:creator>
      <dc:date>2020-04-24T20:08:48Z</dc:date>
    </item>
  </channel>
</rss>

