Hi!

Could you try a myObject1.copy(false) to avoid making a deepcopy.

bye
Thoralf

> I'm using torque to connect to my Mysql database.
> I'm trying to improve performence of my application and I saw 
> that torque is taking more than 600 ms to execute a command like:
> ---------------------------------------------
> Object1 myCopiedObject1 = myObject1.copy();
> ---------------------------------------------
> 
> Torque is only slow if I have a lots of data in my DB. I 
> cannot understand this! a copy should only do the work in 
> memory and not access the DB.



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

Reply via email to