Hacker News new | ask | show | jobs
by zerr 2923 days ago
Any books/lectures/articles you followed?
1 comments

I followed specially the postgres and sqlite documentations. For some specific areas I checked their source codes. But mainly I used explain from postgres as reference on what algorithms (seq scan, hash scan and do on) use for specific queries.