|
|
|
|
|
by 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. |
|