
- Forum
- Databases
- Data Warehousing - Updated statement on Millions of record
-
Updated statement on Millions of record
In my data stage job i used a updated statement on millions of record,
It taking 20 to 30 hrs and i want to reduce the time is there any one suggest how can i do.
here tha update statement:
UPDATE SET CONT_STATUS_CODE=:3 WHERE CONT_NO=:1 AND TYPE_OF_PLAN_CODE=:2
Question asked by visitor harish
-
Contributing Member
Re: Updated statement on Millions of record
have u pk/referential integrity on this table index on column?
-
Re: Updated statement on Millions of record
Try to create index on the involved fields.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules