Earlier quoted context omitted.
why the hell does that require a postgres database instance? has no one heard of sqlite? "It's just `docker compose up` dude." that's not excuse for unnecessary complexity. software for a single person should be a single binary that anyone can run how they choose. If they want to use Docker, great. If they want to run it in a terminal, great. If they want to run it on a server, great. If they want to run it on their…
The database gets quite large and the developers put in a lot of effort for tuning it for searchability.
Re: Crawling BitTorrent DHTs for Fun and Profit [pdf]
#51People don't understand how fast SQLite is, it seems. You have to know what you're doing, but that's the same requirement that Postgres has if you want to get the most out of it.