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

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Speed up CRUD operations on Stream

aziliotto
12-Amethyst

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.

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

Announcements


Top Tags