Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't follow type tables for incremental sitemaps #2393

Merged
merged 1 commit into from
Jan 24, 2022

Commits on Jan 22, 2022

  1. Don't follow type tables for incremental sitemaps

    Incremental sitemaps ingest replication packets and follow the tables
    therein to find changes to pages in the sitemaps.  If a type table is
    updated, like release_group_primary_type for example, we'd end up trying
    to fetch every page for every release group using a modified type.  (It
    doesn't matter which columns were changed.)  I can't think of a
    situation where changing a type would significantly affect the content
    of so many pages that we'd want search engines to re-index them all, so
    I'm having the code skip these type tables entirely.
    mwiencek committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    36c6351 View commit details
    Browse the repository at this point in the history