``` 10:51:05 softwareheritage@belvedere:5432=> select * from origin o inner join origin_visit_status ovs on o.id=ovs.origin where url = 'https://github.com/CocoaPods/Specs' order by date desc limit 10; +---------+------------------------------------+---------+-------+-------------------------------+---------+----------+--------------------------------------------+------+ | id | url | origin | visit | date | status | metadata | snapshot | type | +---------+------------------------------------+---------+-------+-------------------------------+---------+----------+--------------------------------------------+------+ | 7850154 | https://github.com/CocoaPods/Specs | 7850154 | 168 | 2021-09-14 07:36:04.736551+00 | full | (null) | \x33bbe1a1ec51d03093ae80da678c5a892f26bd98 | git | | 7850154 | https://github.com/CocoaPods/Specs | 7850154 | 168 | 2021-09-13 09:31:37.138229+00 | created | (null) | (null) | git | | 7850154 | https://github.com/CocoaPods/Specs | 7850154 | 167 | 2021-09-11 12:19:46.971484+00 | full | (null) | \xaec9261a38decd71760edc6b2425978aa264a1f0 | git | | 7850154 | https://github.com/CocoaPods/Specs | 7850154 | 167 | 2021-09-10 13:49:43.757269+00 | created | (null) | (null) | git | | 7850154 | https://github.com/CocoaPods/Specs | 7850154 | 166 | 2021-09-09 21:10:45.925901+00 | full | (null) | \x77dc108977bf793be7a2106ec5d1c75eb1e15856 | git | ``` worker17 run: ``` swhworker@worker17:~$ time SWH_CONFIG_FILENAME=/etc/softwareheritage/loader_oneshot.yml swh loader run git https://github.com/CocoaPods/Specs INFO:swh.loader.git.loader.GitLoader:Load origin 'https://github.com/CocoaPods/Specs' with type 'git' INFO:swh.loader.git.loader.GitLoader:Load origin 'https://github.com/CocoaPods/Specs' with type 'git' Enumerating objects: 5001854, done. Counting objects: 100% (1366/1366), done. Compressing objects: 100% (855/855), done. Total 5001854 (delta 609), reused 1006 (delta 456), pack-reused 5000488 INFO:swh.loader.git.loader.GitLoader:Listed 14031 refs for repo https://github.com/CocoaPods/Specs {'status': 'eventful'} real 1350m4.665s user 1271m45.510s sys 22m28.816s swhworker@worker17:~$ time SWH_CONFIG_FILENAME=/etc/softwareheritage/loader_oneshot.yml swh loader run git https://github.com/CocoaPods/Specs INFO:swh.loader.git.loader.GitLoader:Load origin 'https://github.com/CocoaPods/Specs' with type 'git' Enumerating objects: 5005296, done. Counting objects: 100% (1261/1261), done. Compressing objects: 100% (818/818), done. Total 5005296 (delta 598), reused 801 (delta 401), pack-reused 5004035 INFO:swh.loader.git.loader.GitLoader:Listed 14031 refs for repo https://github.com/CocoaPods/Specs {'status': 'eventful'} real 1324m28.951s user 1246m17.970s sys 22m53.894s ```