24.11.2005, 17:43 | #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 } ? |
|