> Could you give some information on what those shortcomings are? Also, do
> let me know if you need any more information from our end.
Off the top of my head:
- reads and writes are handled in the same thread (as you have observed)
- each entry read requires a single RPC.
- entries are read in parallel

Not all of these could result in the high latency you see, but if each
entry is being read separately, a sync on the ledger disk in between
will make a mess of the disk head scheduling. 

-Ivan

Reply via email to