Index: comments.sql =================================================================== --- comments.sql (revision 236) +++ comments.sql (revision 237) @@ -18,4 +18,4 @@ create index blog_comments_sections on blog_comments using gist ( "sections" "gist__int_ops" ); create index blog_comments_dtime on blog_comments (dtime); create index blog_comments_uid on blog_comments (uid); -create index blog_comments_record_id on blog_comments (record_id); +create index blog_comments_record_id on blog_comments (blog_id, record_id);