Описание тега bulkinsert
Act of inserting multiple rows into a database simultaneously.
Act of inserting multiple rows into a database simultaneously.
The purpose is to speed up loading of large amounts of data into a database. Depending on the database or database drivers used, the data is generally transferred and committed to the database in large groups of rows instead of one row at a time.
Also include appropriate database tags such as oracle12c or sql-server, and access methods such as jdbc, odbc, or oci.