jeffmoore64
Programmer
Hi.
I have a db that has the following settings:
-truncate on check pt. on
-recovery mode simple
-it is not published for replication
-auto shrink false
-auto close false
-auto create stats true
-auto update stats true
We are loading the db using an ETL tool called Data Inegrator. It has a setting called Commit records:1000
That will commit the records after every 1000 records.
The problem we are seeing is the log file continues to grow. It is currently at 123GB. Auto grow is set for 10%.
It is now taking 35 minutes to grow the log, and increasing by about 4 minutes 2 minutes each grow cycle.
we are only getting about 6 minutes worth of record processing between autogrow cycles.
What we can't figure out is why, with the settings described above, is the log file growing.
Any help here?
TIA
I have a db that has the following settings:
-truncate on check pt. on
-recovery mode simple
-it is not published for replication
-auto shrink false
-auto close false
-auto create stats true
-auto update stats true
We are loading the db using an ETL tool called Data Inegrator. It has a setting called Commit records:1000
That will commit the records after every 1000 records.
The problem we are seeing is the log file continues to grow. It is currently at 123GB. Auto grow is set for 10%.
It is now taking 35 minutes to grow the log, and increasing by about 4 minutes 2 minutes each grow cycle.
we are only getting about 6 minutes worth of record processing between autogrow cycles.
What we can't figure out is why, with the settings described above, is the log file growing.
Any help here?
TIA