[ 
https://issues.apache.org/jira/browse/HDDS-3223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

runzhiwang updated HDDS-3223:
-----------------------------
    Description: By s3gateway, write a 187MB file cost 5 seconds, but read it 
cost 17 seconds. The write and read request split the 187MB file into 24 parts, 
write request write all the 24 parts in parallel, the read request read 10 
parts in parallel and then read the left 14 parts in sequential. So read cost 2 
times more than write.  (was: By s3gateway, write a 200MB file cost 5 seconds, 
but read it cost 17 seconds. And )

> Improve the read efficiency of big object in s3g
> ------------------------------------------------
>
>                 Key: HDDS-3223
>                 URL: https://issues.apache.org/jira/browse/HDDS-3223
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>            Reporter: runzhiwang
>            Priority: Major
>
> By s3gateway, write a 187MB file cost 5 seconds, but read it cost 17 seconds. 
> The write and read request split the 187MB file into 24 parts, write request 
> write all the 24 parts in parallel, the read request read 10 parts in 
> parallel and then read the left 14 parts in sequential. So read cost 2 times 
> more than write.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to