Skip to main content
1-Visitor
August 24, 2016
Question

Stream Loading

  • August 24, 2016
  • 1 reply
  • 1558 views

Hi, developers!

     When I query a huge amount of data from a stream, it usually takes a while.

Is there any chance that I can know the percentage that the event is being done?

     1. Query Stream Data

     2. Execute

     3. Loading

     4. (?) Show the loading process

     loading.jpg

          Something like this!!! Thanks!

Sincerely,

Lee

1 reply

22-Sapphire I
August 25, 2016

I do not believe that is possible.

As a side note, Streams are only indexed on source and datetime I believe.

So when you query a stream with additional query parameters, those are only applied after the data is in Thingworx.

So if you need a lot of data with analysis, please consider your approach carefully.