Hi guys

My database is about 60 million records, has simple data types, int or
float.
My issue is the speed to update them. My model will run on those records
and update them in one run.
It seems it require huge amount of time to update them, which is not
practical for me.

How to make it fast. I tried using batch, didn't help, not much
difference to using PreparedStatement.

Any helps. 

Jin

Reply via email to