Investigate the role of chunk size streaming. #59
Labels
backend
issues related to the backend services datamon depends on
P2
We know the issue but no plans in place for implementation.
performance
Performance related issues
spike
Design, investigation tasks or tasks that does not have clear deliverable
Currently the upload to backend of CAFS waits on the buffer == leaf size being read in
Look into if sending the data to the backend without waiting for the buffer to be read in. The eventual key can be copied over by S3 (unclear if this will be faster).
Alternatively the chunk size can be played with.
The text was updated successfully, but these errors were encountered: