Skip to content

Diagnose missing htids #16

@moseshll

Description

@moseshll

There are about 11k items that are in the rights database but not in hf (and have non-"suppressed" rights). It would be worth running a small sample manually and/or checking any existing logs to determine why these records are missing.

Warning! Slow query!

select concat(r.namespace, ".", r.id) as htid,a.name,r.time from rights_current r inner join attributes a on r.attr=a.id left join hf h on concat(r.namespace, ".", r.id)=h.htid where h.bib_num is null and a.name!='supp'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions