QUERY PLAN
Hash Right Join (cost=1.27..2.51 rows=18 width=568)
Hash Cond: (ftr.faq_id = f.id)
-> Seq Scan on tbl_faq_tag_relationships ftr (cost=0.00..1.18 rows=18 width=4)
-> Hash (cost=1.12..1.12 rows=12 width=568)
-> Seq Scan on tbl_faqs f (cost=0.00..1.12 rows=12 width=568)