Glossary

B) Multi-row INSERT with batched commits

Same row-level logging as C, but with 100 commit records (1,000 rows * 10 statements = 10,000 rows per commit, 100 commits for 1 million rows). Logging is essentially the same as C but with slightly more commit overhead. In practice, very similar to C.

Learn More

Related Terms