Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I guess I’m not understanding what the benefit is vs hosted Postgres. Also low latency and setup can be equally trivial - see supabase for example.


Biggest benefit over hosted PostgreSQL is that you get SELECT queries that are measured in microseconds, because SQLite avoids needing network overhead per query.

https://www.sqlite.org/np1queryprob.html


Wouldn’t D1 introduce network overhead?


Yes for writes, but it shouldn't for reads: it looks like it works by replicating the full database down to each edge location where the code is running.


Hope this can give you some concrete answers: https://www.sqlite.org/whentouse.html




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: