brainville wrote:
What I have noticed, though, is that the doDelete method seems to be
performing a select, then executing a separate delete statement for each
returned row.  In one specific example, there are 12000 people that belong
to a category -- that's 12000 separate delete statements.  Is there a better
option than this?

The library under the hood of Torque - Village - is responsible for this behaviour. There is BasePeer.deleteAll() to circumvent this limitation, clumsy as it may be. We promise improvement for version 4.0.

Bye, Thomas.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to