I'm using Torque 3.0, and I've modified all of the generated code to
make doPSSelect() calls instead of doSelect() calls. Still, our DBA
insists that he sees a high parse rate in our Oracle database with
statements such as:
SELECT *
FROM user_action
WHERE USER_ID=51521
I've seen references in the mailing list archives to problems in which
Torque does a select before issuing an update or insert statement. Can
anyone shed any light on this situation? Has anyone else encountered this?
-rob
---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org
|