![]() |
#1 |
Участник
|
find() vs. join
Возник вопрос: что производительнее
while select purchLine { inventTable = InventTable::find(PurchLine.itemId); some action; } или while select purchLine join inventTable where purchLine.ItemId == inventTable.ItemId { some action } ? |
|