Skip to content

AddAddress causes excessive IO #258

@stuhood

Description

@stuhood

On a system with mining disabled and doing nothing but AddAddress calls according to the debug log, there are 80-120 IOPs per second (likely very small ops, because the total throughput is only ~1MB/s), which can bog a system down considerably.

Some avenues of improvement might be:

  • Bulk puts
  • More selective storage of addresses
  • Disabling fsync for the address db

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions