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.
@RaviG0023 yes enough. Queue processor also uses data flow in the backend. Data flow uses partitions to process records, so will be very fast.
If service team can setup kafka for you and you can consume data via data set then will be very fast. But from DB also it will be very fast.