im reading over the new docs, since its been a while since i last used llblgen, like 7 months, and i ahve questions regarding prefech paths.
Say i have order entity that has a 1 to 1 relation with a customer entity and and 1 to 1 relation with a packager entity.
So to recap i have order.customer and order.packager both of which are 1 to 1 relation.
If i use a prefetch path, will the order data, customer data, and packager data be fetched in a single query? or will it use 3 querys?
I would think it could do it in one...but im not sure.
BTW...im UBEr impressed with all the new cool stuff
Its like Christmas in Oct