Ticket #256 (new enhancement)
Opened 7 years ago
Improve write performance with larger COPY_CHUNK_SIZE
Reported by: | alamaison | Owned by: | alamaison |
---|---|---|---|
Priority: | major (affects peripheral workflow) | Milestone: | 0.90 Beta 1 |
Component: | droptarget | Version: | |
Keywords: | Cc: |
Description
We can copy files to server faster with a bigger COPY_CHUNK_SIZE (and matching stream buffer size). However, the size needs to be small for smaller files and slow connections so that progress is updated frequently and so the user can cancel the transfer.
The solution is to manage the chunk size adaptively. Start off small. If the transfer is timely, increase the size to something proportional to file size.
Note: See
TracTickets for help on using
tickets.