Improve concurrency #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "eyusupov/concurrency"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @eyusupov
I didn't have a powerful server to test it (on my machine the bottleneck was the query execution time), but it does seem to improve concurrency:
After:
Note hat individual SQL query times have increased - I'm not sure if it's because now several queries have to be processed at once by my underpowered PG server or something else.
Would be great if somebody else could check that. Postserve itself seems to be more concurrent now.
In the future, function created by generate-sqltomvt could be used instead of the built in one.
.