Hacker News new | ask | show | jobs
by jhgg 1960 days ago
A bit more literature on the N+1 situation in SQLite: https://www.sqlite.org/np1queryprob.html
1 comments

Thanks for linking this! It intuitively made some sense to me (no IPC/network overhead) but neat to see them point this out as an intentional advantage.