Relation between no. of. Blocks / Amount of data stored in DB vs Disk writes #fabric #fabric-questions
Hi, Hardware:
Hyperledger network:
When the test started, I observed Disk I/O using iotop: - Total and Actual disk write was less than or around ~5M/s Why does this happen? Is it normal? Is there a way to reduce this as much as possible? |
||||||||||
|
||||||||||
Senthil Nathan
Hi Prasanth, This phenomenon might occur due to the leveldb compaction -- https://github.com/google/leveldb/blob/master/doc/impl.md If you plot the complete time-series data and compare it against the peer logs, you can pinpoint the root cause. Regards, Senthil On Thu, Dec 5, 2019 at 7:05 PM Prasanth Sundaravelu <prasanths96@...> wrote:
|
||||||||||
|
||||||||||
Thanks for the answer, Senthil. On Thu, Dec 5, 2019 at 7:35 PM Senthilnathan N <cendhu@...> wrote:
|
||||||||||
|