Expand description
For eligible peeks, we send the result back via the peek stash (aka persist
blob), instead of inline in ComputeResponse.
Structsยง
- Delivered
Batch ๐ - A finished batch on its way to the response that will name it, deleted from blob storage if it never arrives.
- Stash
Target ๐ - Where a peekโs rows go when they may not be answered with inline, and what opening the upload that writes them takes.
- Stash
Upload ๐ - A peekโs answer on its way to the peek stash, written to persist a batch of rows at a time.
Enumsยง
- Stash
Error ๐ - A failure that leaves an upload unable to answer the peek whose rows it holds.
Constantsยง
- BUILDER_
TAKEN ๐ - The
expectmessage where the builder is taken: it is present untilfinishorabandontakes it, and neither runs twice.