-
Type:
Enhancement
-
Status: Closed
-
Priority:
Critical
-
Resolution: Done
-
Component/s: Performance
-
Labels:None
-
Module:Platform - Performance
-
Reported by:Support
-
Item State:Production Complete - Closed
-
Issue Importance:Must Have
Query Details
BULK INSERT AddChangeTermReport FROM ? WITH ( FORMATFILE =?)
Call Stack
WORKTERRA.AddChangeTermReport.UpdateDatabase(:0)
WORKTERRA.AddChangeTermReport.UpdateDatabase(:0)
WORKTERRA.AddChangeTermReport.CreateDataForAddChangeTermReport(:0)
WORKTERRA.AddChangeTermReport.Save(:0)
WORKTERRA.AddChangeTermReport.SaveEnrollmentDataForConfirmationStatement(:0)
WORKTERRA.BenAdmin.BenAdminControllerAppTier.SaveAndGetData(:0)
WORKTERRA.BenAdmin.BenAdminControllerAppTier.SaveAndGetData(:0)
WORKTERRA.ControllerAppTier.SaveAndGetData(:0)
for more info
- relates to
-
ST-175 Query Optimization for performance
-
- New Request
-
Added Batch size of 1000 in the bulk insert query and calculated the time taken by the query before and after change
For 45582 insert records, Previous time was near about 14 seconds and with batch size of 1000 its 10-11 seconds