Expand description
Implementation of the write operator.
Structsยง
- Batch
Updates ๐ - The payload of a coalesced
WriteCommand::Batch. - State ๐
- State maintained by the
writeoperator on the Timely thread. - Write
Response ๐ - A response from the Tokio write task back to the Timely operator.
Enumsยง
- Write
Command ๐ - Commands sent from the Timely operator to the Tokio write task.
Constantsยง
- READ_
BACK_ ๐CHUNK - How many updates the batch read-back hands over per chunk.
- READ_
BACK_ ๐CHUNKS_ IN_ FLIGHT - How many chunks may sit between the blocking read-back and the async task feeding the
batch builder. Together with
READ_BACK_CHUNKthis bounds the handoff to a few thousand buffered updates.
Functionsยง
- apply_
batch ๐ - Apply a coalesced batch of updates to the correction buffers, on a blocking thread.
- apply_
command ๐ - Apply a single command to the task state, returning the correction buffers.
- render
- Render the
writeoperator.
Type Aliasesยง
- Corrections ๐
- The correction buffers owned by the Tokio write task.