Post
Topic
Board Bitcoin Technical Support
Re: Again a topic about wallet sync
by
BitCryptex
on 08/09/2019, 12:25:09 UTC
So sync performance could be improved if the wallet would cluster the read/write operations. Not sure if this would be possible, I never looked at the wallet code.

No, sequential read and write speeds are relevant only to large files. While synchronizing, you are dealing with a large amount of small files which are being verified by the client one by one.