```Here only execute join for votes if posts.typ...
# orm-help
i
Copy code
Here only execute join for votes if   posts.type = 'poll'
Here only execute join for answers if posts.type = 'questions'

So we dont waste join look up for votes if the post type is questions