from Hacker News

What's Most Popular on Pornhub?

by lolpanda on 8/14/22, 8:59 AM with 1 comments

  • by tuatoru on 8/14/22, 11:02 AM

    > Pornhub allows anyone to embed their videos on 3rd-party websites. They offer a full dump of the video database that you can download from here

    > The database is fairly large, close to 4M videos. It’s impossible to load such a large number of items into Excel. So you need a SQL database, ideally, a very fast SQL database.

    Seriously, only 4M rows? That's tiny. We were dealing with that using DB2 in SMEs in the 1980s. With proper indexing, Postgresql on a 386 wouldn't have any difficulty. You don't need any niche nonstandard tool.