Event Timeline
Comment Actions
seems happy enough
softwareheritage=> explain delete from raw_extrinsic_metadata
softwareheritage-> where id >= 'swh:1:snp:0000000000000000000000000000000000000000' and id < 'swh:1:snp:1111111111111111111111111111111111111111'
softwareheritage-> and (format = 'replicate-npm-package-json'
softwareheritage(> or format = 'pypi-project-json');
QUERY PLAN
----------------------------------------------------------------------------------------------------------------------------------------------------------------
Delete on raw_extrinsic_metadata (cost=0.69..2921949.97 rows=3143296 width=6)
-> Index Scan using raw_extrinsic_metadata_content_authority_date_fetcher on raw_extrinsic_metadata (cost=0.69..2921949.97 rows=3143296 width=6)
Index Cond: ((id >= 'swh:1:snp:0000000000000000000000000000000000000000'::text) AND (id < 'swh:1:snp:1111111111111111111111111111111111111111'::text))
Filter: ((format = 'replicate-npm-package-json'::text) OR (format = 'pypi-project-json'::text))
JIT:
Functions: 5
Options: Inlining true, Optimization true, Expressions true, Deforming true
(7 rows)