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

Verify that the "Total collected files" number from our collections table reflects the number of CDX entries with status 200 #1353

Open
VascoRatoFCCN opened this issue Sep 21, 2023 · 1 comment
Assignees
Milestone

Comments

@VascoRatoFCCN
Copy link

On the collections table we have the following entry for total collected files for the collection IA:
image

However, counting the number of status 200 CDXJ entries for collection IA we get 132113441

$ grep -a 'status": "200"' IA.cdxj | wc -l
132113441

This discrepancy could be due to duplication, but more likely it has to do with the numbers being outdated due to shifting from NutchWax to pywb for URL indexing.

We need confirm for all collections whether this number is correct or not, and rectify it when needed.

@VascoRatoFCCN VascoRatoFCCN added this to the Hermes milestone Sep 21, 2023
@VascoRatoFCCN VascoRatoFCCN changed the title Verify that the "Total collected files" number from our collections table to reflect the number of CDX entries with status 200 Verify that the "Total collected files" number from our collections table reflects the number of CDX entries with status 200 Sep 21, 2023
@dcgomes
Copy link
Collaborator

dcgomes commented Jun 18, 2024

The "Total collected files" usually is counted from the crawl logs. However, the IA collection was not crawled, it was donated. Therefore probably this number was obtained from the initial Nuthwax indexing. The CDX count is more reliable.

@vitgou change Replay tab on https://docs.google.com/spreadsheets/d/1hfLyq9N2ZJEd1hra2V0OPI24jTy42ByR6M667rG-oHo/edit?gid=1778054497#gid=1778054497:

  1. Replace column "Estimated number of files indexed on CDXJ" by "Number of indexed files from CDXJ (HTTP 200)"
  2. Add "Total number of files indexed on CDXJ"

@vitgou vitgou modified the milestones: Isis, Baco Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants