create work item or case id or case creation in bulk from db 1 million records
requirement : need to create cases with records data available in database , it db records are 1 million with this data to be created cases and not to create duplicate with same data
what is best approach to implement this requirement as it is 1 million records to be fetched from data bases of external to application.
thanks in advance.