Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Does commit work (commiting the changess to database take same time for ..

Former Member
0 Likes
521

Does commit work (commiting the changess to database )take same time for one record and 1000 records

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
502

Hi ,

There is some micro seconds differences in updating the recors . If you have huge records ,split the data into parts and insert it .

To avoid errors or warnings ,you can use 'WAIT UPTO 5 SECONDS ' .

Thanks

Jagadeesh.G

3 REPLIES 3
Read only

Former Member
0 Likes
502

I think there can be time difference in micro seconds

Read only

Vijay
Active Contributor
0 Likes
502

hi,

it takes time but it won't be visible.

regards

vijay

Read only

Former Member
0 Likes
503

Hi ,

There is some micro seconds differences in updating the recors . If you have huge records ,split the data into parts and insert it .

To avoid errors or warnings ,you can use 'WAIT UPTO 5 SECONDS ' .

Thanks

Jagadeesh.G