Open bmatican opened 2 years ago
@rthallamko3 @basavaraj29 note, I think @karan-yb added some timing info, perhaps after this issue was filed. We should review those, from an actual cluster, to see if it’s worth even doing this work, ie does it actually add a considerable overhead or not
Yep, We just changed assignment to @basavaraj29 to add it to his backlog.
Jira Link: DB-1859
Description
We should add some timing info, even if just for debugging, to understand the time spent on fetching data vs writing it to disk vs computing the checksum. It's possible that for low network latency scenarios, the checksuming being in the critical path is slowing down the RBS process.
For high latency scenarios, the RTT might be wasting more cycles, so there we might need some form of streaming / pipelining.