Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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 ?