I am using LLBLGenPro for my project.I'm curious about what will be more effective way for query i.e join or prefetch path.
I observed that when I am using prefetch path,it actually firing separate queries on database with Scalable resultset where as In case of join ,It is normal join query with bloated resultSet.
I am facing performance issues in my application.i.e why I need to know the best way to do things