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
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
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 ?