Actions
Idea #7938
closed[SDK] Test if bigger read ahead in keep client improves performance.
Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
Story points:
-
Description
Currently the keep client starts prefetch of the next block only once the client has started to read from the "current" block. If the client reads the current block much faster than the tranfer time of the block from the server, this degenerates to a bottleneck on the time to fetch one single block at a time.
Test if prefetching multiple blocks ahead of time improves bandwidth utilization. Requires tuning the Keep cache size and the prefetch window, and testing different settings on different clusters.
Updated by Peter Amstutz over 10 years ago
- Subject changed from [SDK] Test if bigger read ahead in client improves performance. to [SDK] Test if bigger read ahead in keep client improves performance.
Actions