The dump schema includes a date_modified timestamp and other revision metadata.
To reduce disk I/O, we could store some metadata along the articles, compare it against the new one when processing, and skip them if they haven't changed.
One way to do this would be to store the date_modified timestamp as the modified attribute of the article file.