Skip to main content

Module bulk_insert

Module bulk_insert 

Source
Expand description

Fast path for inserting many rows at once: validates the batch up front and writes through the storage commit path instead of the per-row VM dispatch loop. Validation here must match what the per-row INSERT path applies; any divergence lets one path accept rows the other rejects and silently produces inconsistent state.

Modules§

builder
coerce
storage
validation

Structs§

BulkInsertResult
RingBufferInsertResult
SeriesInsertResult
TableInsertResult