Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/client-common/src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,8 @@ interface ClickHouseServerSettings {
legacy_column_name_of_tuple_literal?: Bool
/** Limit on read rows from the most 'end' result for select query, default 0 means no limit length */
limit?: UInt64
/** Controls the synchronicity of lightweight DELETE operations. It determines whether a DELETE statement will wait for the operation to complete before returning to the client. */
lightweight_deletes_sync?: UInt64
/** The heartbeat interval in seconds to indicate live query is alive. */
live_view_heartbeat_interval?: Seconds
/** Which replicas (among healthy replicas) to preferably send a query to (on the first attempt) for distributed processing. */
Expand Down
Loading