HashDataInc/Gopherwood

Support multi-thread Preload

Eric5553 opened this issue · 0 comments

Currently, with the simple implementation. The read latency would be high because there might be many blocks need to be loaded.
A common way to improve the read performance is to add multi-thread preload mechanism.