BasePeer.doDelete() should not load the datasets to delete them
----------------------------------------------------------------

         Key: TORQUE-9
         URL: http://issues.apache.org/jira/browse/TORQUE-9
     Project: Torque
        Type: Improvement

  Components: Runtime  
    Versions: 3.2, 3.1.1, 3.1, 3.0    
    Reporter: Thomas Fischer


In BasePeer.doDelete, all datasets which should be deleted are loaded. This 
introduces significant overhead, but is only necessary for cascading deletes. 
For non-cascading deletes, the datasets should not be loaded, but a "delete 
from ..." statement should be issued instead.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to