Batch operations in the tree service #1447
Labels
blocked
Can't be done because of something
enhancement
Improving existing functionality
I4
No visible changes
neofs-storage
Storage node application issues
performance
More of something per second
S3
Minimally significant
U3
Regular
After #1431 we started to use bolt batches for optimizing concurrent operations execution.
However the can gain even more benefit if we also do some batching one level above.
Consider operations with the following timestamps: 4, 3, 5, 2.
Right now it will be like this:
After this PR we should behave as follows (assuming 2 values are in a single batch):
The text was updated successfully, but these errors were encountered: