Running in debug mode slows everything down; I'm sure more than a few indexers have spent hours debugging something like a slow store interaction only to find that it was just slow because they were running in debug mode instead of --release mode.
Let's make it abundantly clear in the logs on startup that graph-node is built in debug mode (slow).