in reply to processing huge files
For example, if you were inserting into Sybase, then all other things being horribly equal, you would be
1) building a huge uncheckpointed transaction log and
2) locking database resources on a grand scale
3) creating a single transaction of gigantic proportions.
Any one of which even taken alone could be causing such symptoms.
If the database isn't Sybase, the same cause may be happening conceptually, but will demonstrate different database-dependent symptoms.
Please may we have the rest of the loop plus the identity and version of the RDBMS.
One world, one people
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: processing huge files
by geektron (Curate) on Aug 02, 2005 at 14:04 UTC | |
by anonymized user 468275 (Curate) on Aug 03, 2005 at 08:23 UTC | |
by geektron (Curate) on Aug 03, 2005 at 14:19 UTC |