Skip to main content

Module batch

Module batch 

Source

Functionsยง

async_batch_delete
Batch delete - bulk deletion with structured WHERE conditions
async_batch_insert
Batch insert - high performance multi-row insertion Uses SET LOCAL inside a transaction to avoid session-level side effects.
async_batch_insert_copy
Batch insert with auto-batching for massive loads
async_batch_update
Batch update - bulk updates with structured WHERE conditions