cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Speed up CRUD operations on Stream

aziliotto
4-Participant

Speed up CRUD operations on Stream

Hi to you all,

Create and Update Entry upon Stream take too long

I read here that updates and writes on stream are configured async. I want to reduce the time between executing updateStreamEntry on a row and see the result on the stream. I was trying to change async to sync to speed up operations on stream, it will charge a bit more my server but i have resources so it is ok fotr me.

I opened the configuration for thingworxPersistenceProvider but i can't find any checkbox for sync or async could you please guide me how to change parameters ( i think with updateStreamDataProcessingSettings ) for having a writing time less than 1 second ?

Thanks

2 REPLIES 2

Stream writes can't be Sync always are Async. You can minimize times between buffer flush, but still will be Async.

aziliotto
4-Participant
(To:CarlesColl)

could you please write here some configuration for the thingorx persistence provider for speed up queue ?

Top Tags