[BulkInsert] Order of records while using Bulk insert forge component
bulkinsert
Service icon
Forge component by Galter
Application Type
Traditional Web

I have a question regarding the Bulk insert forge component. Is the order of record maintained while inserting the data in the database?

Hi Pranav,

To what order are you referring too?

Database records are not stored in a particular order, and the primary key is a technical key without any specific meaning. Performant sorting order should be implemented by index definitions on your entity.

Regards,

Daniel

By order, I meant the order of the list that is passed to the bulk insert function 

For example: is the record inserted in the same order (same sequence ) as shown below


Col1Col2Col2 
Row1AAA
Row2BBB
Row3CCC
Row4AAA
Row5BBB
Row6CCC
Row7AAA
Row8BBB
Row9CCC

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.