Skip to main content

Module batch_insert

Module batch_insert 

Source
Expand description

PhysicalBatchInsert โ€” dedicated batch insert operator.

Wraps NodeTable::insert_rows_batch() / RelTable::insert_rels_batch() for use in query plans where multiple CREATE statements can be fused into a single efficient batch operation.

Structsยง

PhysicalBatchInsert
Physical operator for BATCH INSERT โ€” inserts pre-collected rows/rels into a table using batch APIs for maximum throughput.