by lolpanda on 8/14/22, 8:59 AM with 1 comments
by tuatoru on 8/14/22, 11:02 AM
> 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.