You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 themodified
attribute of the article file.The text was updated successfully, but these errors were encountered: