mirror of
https://github.com/nspcc-dev/neofs-s3-gw.git
synced 2026-03-01 04:29:15 +00:00
1G object PUT performance #541
Labels
No labels
I2
I2
I3
I4
S2
S3
S4
S4
U0
U1
U2
U2
U3
U4
U4
auth-mate
blocked
bug
config
dependencies
discussion
documentation
enhancement
epic
feature
go
good first issue
help wanted
performance
question
security
test
tree-service
tree-service
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-s3-gw#541
Loading…
Add table
Add a link
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?
Originally created by @cthulhu-rider on GitHub (Oct 6, 2025).
i measured write performance using NeoFS DevEnv and AWS CLI
Current Behavior
default:
directly to NeoFS:
w/ slicer:
it should be noted that i cleaned up the env storage before each probe
Expected Behavior
i suggest to analyze these results to explore whether setup w/o slicer may be improved
Steps to Reproduce
Your Environment
nspcc-dev/neofs-dev-env@4cfdcaef77@cthulhu-rider commented on GitHub (Oct 6, 2025):
new try:
1m14s4m59smay be an env issue
@roman-khimov commented on GitHub (Oct 6, 2025):
Related to https://github.com/nspcc-dev/neofs-sdk-go/issues/729
@roman-khimov commented on GitHub (Oct 8, 2025):
@smallhive, try smaller (like 256K) buffer here first.
@smallhive commented on GitHub (Oct 8, 2025):
Latest AIO, latest gate master. 1GB object. Each time a new container for an object
without slicer
with slicer
The buffer size has no effect
@roman-khimov commented on GitHub (Oct 8, 2025):
AIO vs dev evn? 1 vs 4 nodes?
@smallhive commented on GitHub (Oct 8, 2025):
In some way, comparison is not fair, but for the gate, it doesn't matter how many (NeoFS) nodes it has; it uses a pool and stores objects in the same way.
I will try to check with dev-env one more time
@smallhive commented on GitHub (Oct 9, 2025):
s3 latest master
dev-env latest master
Script to upload 1GB file
@cthulhu-rider commented on GitHub (Oct 15, 2025):
sad, i mentioned that i used release version. May be this affects nothing, but still
@cthulhu-rider commented on GitHub (Oct 15, 2025):
my new run:
@roman-khimov commented on GitHub (Oct 15, 2025):
Dropping it from 0.41.3, it requires more time for debugging and observation.