79339323

Date: 2025-01-08 13:30:49
Score: 2
Natty:
Report link

For faster bulk inserts better to modify your data in a temporary table before inserting it into the final table. Then, INSERT ... SELECT; to insert everything at once.

This reduces extra work for the database and speeds things up. Chunk is usually only needed for extremely large datasets

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gayu thulasi