Hacker News new | ask | show | jobs
by ankrgyl 1097 days ago
I'm not super familiar with Dolt's SQL implementation, but I'm surprised that a simple `count(*)` query timed out:

https://www.dolthub.com/repositories/dolthub/transparency-in...

1 comments

Queries on DoltHub need to go to S3 to fetch all the chunks. This only works for databases < 1GB generally. You will get much better performance if you clone the database locally.