Skip to content

Commit

Permalink
Document spooling session properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 21, 2025
1 parent dafa0c6 commit 464e302
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/src/main/sphinx/admin/properties-client-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ The following properties are related to the [](protocol-spooling).

- **Type:** [](prop-type-boolean)
- **Default value:** `true`
- **Session property:** `spooling_enabled`

Enable the support for the client [](protocol-spooling). The protocol is used if
client drivers and applications request usage, otherwise the direct protocol is
used automatically. The equivalent session property is `spooling_protocol_enabled`.
used automatically.

### `protocol.spooling.shared-secret-key`

Expand Down Expand Up @@ -80,20 +81,23 @@ Threshold for enabling compression with larger segments.

- **Type:** [](prop-type-data-size)
- **Default value:** 8MB
- **Session property:** `spooling_initial_segment_size`

Initial size of the spooled segments.

### `protocol.spooling.maximum-segment-size`

- **Type:** [](prop-type-data-size)
- **Default value:** 16MB
- **Session property:** `spooling_max_segment_size`

Maximum size for each spooled segment.

### `protocol.spooling.inlining.enabled`

- **Type:** [](prop-type-boolean)
- **Default value:** `true`
- **Session property:** `spooling_inlining_enabled`

Allow spooled protocol to inline initial rows to decrease time to return the
first row.
Expand All @@ -102,13 +106,15 @@ first row.

- **Type:** [](prop-type-integer)
- **Default value:** 1000
- **Session property:** `spooling_max_inlined_rows`

Maximum number of rows to inline per worker.

### `protocol.spooling.inlining.max-size`

- **Type:** [](prop-type-data-size)
- **Default value:** 128kB
- **Session property:** `spooling_max_inlined_size`

Maximum size of rows to inline per worker.

Expand Down

0 comments on commit 464e302

Please sign in to comment.