Is the time cost constant when bulk inserting data into an indexed table?
- by SiLent SoNG
I have created an archive table which will store data for selecting only.
Daily there will be a program to transfer a batch of records into the archive table. There are several columns which are indexed; while others are not.
I am concerned with time cost per batch insertion:
- 1st batch insertion: N1
- 2nd batch insertion: N2
- 3rd batch…