You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
torrent-paradise/spider/tempo-sql

5 lines
130 B
Plaintext

script to see how fast the spiders are adding new torrents
select added::date, count(infohash)
from torrent
group by added::date;