plugeth/core/state/pruner
gary rong 76700ac892
core/state/pruner: move the compaction out of the pruning procedure (#22579)
The main idea behind it is: the range compaction is very expensive
which can take a few hours to finish. During this long procedure,
a lot of exceptions can occur, e.g.
- Geth is killed manually
- Geth is killed because of machine crash
- etc

In order to minimize the effect of the exceptions, the compaction
is moved out of the pruning. So that even the compaction is not
finished, the pruning is regarded as done.
2021-03-29 11:09:29 +02:00
..
bloom.go all: bloom-filter based pruning mechanism (#21724) 2021-02-08 13:16:30 +02:00
pruner.go core/state/pruner: move the compaction out of the pruning procedure (#22579) 2021-03-29 11:09:29 +02:00