How it works

A migration is a loop over pages. Understanding the loop explains almost everything people find surprising, including why the pages-checked number dwarfs the pages-changed number.

It also explains the safety model: every changed page becomes a new version, and nothing is ever deleted.


#In this section



A loop over pages. Everything else is tidying.