Pattern
Database Multi-Insert Mismerge
orm-insert-mismerge
A recurring batching performance shape where an ORM emits multiple INSERT statements or multi-statement setup per connection instead of merging into multi-valued INSERT, leading to needless round-trips and inconsistent assumptions about rewrite capabilities.