Y
Hacker News
new
|
ask
|
show
|
jobs
by
zerr
2923 days ago
Any books/lectures/articles you followed?
1 comments
dmoreno
2923 days ago
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.
link