Configure buffers in pool #149
Labels
No labels
P0
P1
P2
P3
good first issue
pool
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#149
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
We have several buffers with constant size. Probably we should be able to configure it.
Describe the solution you'd like
Introduce new params for pool initialization that can be used to set buffer sizes for client/server cut buffering in PUT operations.
Describe alternatives you've considered
Don't change anything
Additional context
Using client cut in s3-gw performance tests shows downgrade up to 15%. Probably it's because for client side cut buffer size 64kb (for server side cut buffer 3mb)
Also it would be nice to see how performance is affected by the size of these buffers.