Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1084
extids with multiple swhids
Active
Public
Actions
Authored by
olasd
on Jun 29 2021, 11:24 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
22:07 guest@softwareheritage => select extid_type, count(distinct extid) from extid e1 where exists (select 1 from extid e2 where e1.extid = e2.extid and e1.extid_type = e2.extid_type and e1.target < e2.target) group by extid_type;
extid_type │ count
───────────────────────┼─────────
cran-sha256 │ 7
hg-nodeid │ 2691404
npm-archive-sha1 │ 11362
pypi-archive-sha256 │ 4551
subresource-integrity │ 26
(5 lignes)
Durée : 318259,288 ms (05:18,259)
Event Timeline
olasd
created this paste.
Jun 29 2021, 11:24 PM
2021-06-29 23:24:11 (UTC+2)
olasd
mentioned this in
T3418: Decide a consistent policy on having multiple archived objects for the same extid
.
Jun 30 2021, 6:49 PM
2021-06-30 18:49:42 (UTC+2)
Log In to Comment