Skip to main content
Module copy_from
mz_
adapter
0.0.0
Module copy_
from
Module Items
Structs
Enums
Constants
In mz_
adapter::
coord::
sequencer::
inner
mz_adapter
::
coord
::
sequencer
::
inner
Module
copy_
from
Copy item path
Source
Structs
ยง
Column
Transform
๐
Describes how to transform a partial row (with only specified columns) into a full row matching the table schema.
Enums
ยง
Column
Source
๐
Constants
ยง
COPY_
FROM_
STDIN_
MAX_
BATCH_
BYTES
๐
Finalize persist batches periodically during COPY FROM STDIN to avoid unbounded in-memory growth in a single giant batch.
COPY_
FROM_
STDIN_
MAX_
WORKERS
๐
Cap on the number of parallel decode workers spawned per COPY FROM STDIN. A single network-bound stream sees marginal gains past a handful of decoders, and capping bounds how much of the blocking pool any one COPY can occupy while actively decoding.