I'm struggling to find some useful guides which point me in the right direction. I have a small database (~100MB, the biggest table has 800k records), but data fetching based on several combined joins seems very slow, although the statements look fine in EXPLAIN (mainly index usage, partly Seq Scan).
Please let me know which guides you found useful.
Many thanks!