Yandex v0.13.0 published on Tuesday, Feb 22, 2022 by Pulumi
yandex.getMdbClickhouseCluster
Explore with Pulumi AI
Get information about a Yandex Managed ClickHouse cluster. For more information, see the official documentation.
Example Usage
using Pulumi;
using Yandex = Pulumi.Yandex;
class MyStack : Stack
{
public MyStack()
{
var foo = Output.Create(Yandex.GetMdbClickhouseCluster.InvokeAsync(new Yandex.GetMdbClickhouseClusterArgs
{
Name = "test",
}));
this.NetworkId = foo.Apply(foo => foo.NetworkId);
}
[Output("networkId")]
public Output<string> NetworkId { get; set; }
}
package main
import (
"github.com/pulumi/pulumi-yandex/sdk/go/yandex"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
opt0 := "test"
foo, err := yandex.LookupMdbClickhouseCluster(ctx, &GetMdbClickhouseClusterArgs{
Name: &opt0,
}, nil)
if err != nil {
return err
}
ctx.Export("networkId", foo.NetworkId)
return nil
})
}
Coming soon!
import * as pulumi from "@pulumi/pulumi";
import * as yandex from "@pulumi/yandex";
const foo = pulumi.output(yandex.getMdbClickhouseCluster({
name: "test",
}));
export const networkId = foo.networkId;
import pulumi
import pulumi_yandex as yandex
foo = yandex.get_mdb_clickhouse_cluster(name="test")
pulumi.export("networkId", foo.network_id)
Coming soon!
Using getMdbClickhouseCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMdbClickhouseCluster(args: GetMdbClickhouseClusterArgs, opts?: InvokeOptions): Promise<GetMdbClickhouseClusterResult>
function getMdbClickhouseClusterOutput(args: GetMdbClickhouseClusterOutputArgs, opts?: InvokeOptions): Output<GetMdbClickhouseClusterResult>
def get_mdb_clickhouse_cluster(cloud_storage: Optional[GetMdbClickhouseClusterCloudStorage] = None,
cluster_id: Optional[str] = None,
deletion_protection: Optional[bool] = None,
folder_id: Optional[str] = None,
name: Optional[str] = None,
service_account_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMdbClickhouseClusterResult
def get_mdb_clickhouse_cluster_output(cloud_storage: Optional[pulumi.Input[GetMdbClickhouseClusterCloudStorageArgs]] = None,
cluster_id: Optional[pulumi.Input[str]] = None,
deletion_protection: Optional[pulumi.Input[bool]] = None,
folder_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
service_account_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMdbClickhouseClusterResult]
func LookupMdbClickhouseCluster(ctx *Context, args *LookupMdbClickhouseClusterArgs, opts ...InvokeOption) (*LookupMdbClickhouseClusterResult, error)
func LookupMdbClickhouseClusterOutput(ctx *Context, args *LookupMdbClickhouseClusterOutputArgs, opts ...InvokeOption) LookupMdbClickhouseClusterResultOutput
> Note: This function is named LookupMdbClickhouseCluster
in the Go SDK.
public static class GetMdbClickhouseCluster
{
public static Task<GetMdbClickhouseClusterResult> InvokeAsync(GetMdbClickhouseClusterArgs args, InvokeOptions? opts = null)
public static Output<GetMdbClickhouseClusterResult> Invoke(GetMdbClickhouseClusterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMdbClickhouseClusterResult> getMdbClickhouseCluster(GetMdbClickhouseClusterArgs args, InvokeOptions options)
public static Output<GetMdbClickhouseClusterResult> getMdbClickhouseCluster(GetMdbClickhouseClusterArgs args, InvokeOptions options)
fn::invoke:
function: yandex:index/getMdbClickhouseCluster:getMdbClickhouseCluster
arguments:
# arguments dictionary
The following arguments are supported:
- Cloud
Storage GetMdb Clickhouse Cluster Cloud Storage - Cluster
Id string - The ID of the ClickHouse cluster.
- Deletion
Protection bool - Folder
Id string - The ID of the folder that the resource belongs to. If it is not provided, the default provider folder is used.
- Name string
- The name of the ClickHouse cluster.
- Service
Account stringId
- Cloud
Storage GetMdb Clickhouse Cluster Cloud Storage - Cluster
Id string - The ID of the ClickHouse cluster.
- Deletion
Protection bool - Folder
Id string - The ID of the folder that the resource belongs to. If it is not provided, the default provider folder is used.
- Name string
- The name of the ClickHouse cluster.
- Service
Account stringId
- cloud
Storage GetMdb Clickhouse Cluster Cloud Storage - cluster
Id String - The ID of the ClickHouse cluster.
- deletion
Protection Boolean - folder
Id String - The ID of the folder that the resource belongs to. If it is not provided, the default provider folder is used.
- name String
- The name of the ClickHouse cluster.
- service
Account StringId
- cloud
Storage GetMdb Clickhouse Cluster Cloud Storage - cluster
Id string - The ID of the ClickHouse cluster.
- deletion
Protection boolean - folder
Id string - The ID of the folder that the resource belongs to. If it is not provided, the default provider folder is used.
- name string
- The name of the ClickHouse cluster.
- service
Account stringId
- cloud_
storage GetMdb Clickhouse Cluster Cloud Storage - cluster_
id str - The ID of the ClickHouse cluster.
- deletion_
protection bool - folder_
id str - The ID of the folder that the resource belongs to. If it is not provided, the default provider folder is used.
- name str
- The name of the ClickHouse cluster.
- service_
account_ strid
- cloud
Storage Property Map - cluster
Id String - The ID of the ClickHouse cluster.
- deletion
Protection Boolean - folder
Id String - The ID of the folder that the resource belongs to. If it is not provided, the default provider folder is used.
- name String
- The name of the ClickHouse cluster.
- service
Account StringId
getMdbClickhouseCluster Result
The following output properties are available:
- Accesses
List<Get
Mdb Clickhouse Cluster Access> - Access policy to the ClickHouse cluster. The structure is documented below.
- Backup
Window List<GetStarts Mdb Clickhouse Cluster Backup Window Start> - Time to start the daily backup, in the UTC timezone. The structure is documented below.
- Clickhouses
List<Get
Mdb Clickhouse Cluster Clickhouse> - Configuration of the ClickHouse subcluster. The structure is documented below.
- Cluster
Id string - Created
At string - Creation timestamp of the key.
- Databases
List<Get
Mdb Clickhouse Cluster Database> - A database of the ClickHouse cluster. The structure is documented below.
- Deletion
Protection bool - Description string
- Description of the shard group.
- Environment string
- Deployment environment of the ClickHouse cluster.
- Folder
Id string - Format
Schemas List<GetMdb Clickhouse Cluster Format Schema> - A set of protobuf or cap'n proto format schemas. The structure is documented below.
- Health string
- Aggregated health of the cluster.
- Hosts
List<Get
Mdb Clickhouse Cluster Host> - A host of the ClickHouse cluster. The structure is documented below.
- Id string
- The provider-assigned unique ID for this managed resource.
- Labels Dictionary<string, string>
- A set of key/value label pairs to assign to the ClickHouse cluster.
- Maintenance
Windows List<GetMdb Clickhouse Cluster Maintenance Window> - Ml
Models List<GetMdb Clickhouse Cluster Ml Model> - A group of machine learning models. The structure is documented below.
- Name string
- Graphite rollup configuration name.
- Network
Id string - ID of the network, to which the ClickHouse cluster belongs.
- Security
Group List<string>Ids - A set of ids of security groups assigned to hosts of the cluster.
- Service
Account stringId - List<Get
Mdb Clickhouse Cluster Shard Group> - A group of clickhouse shards. The structure is documented below.
- Sql
Database boolManagement - Grants
admin
user database management permission. - Sql
User boolManagement - Enables
admin
user with user management permission. - Status string
- Status of the cluster.
- Users
List<Get
Mdb Clickhouse Cluster User> - A user of the ClickHouse cluster. The structure is documented below.
- Version string
- Zookeepers
List<Get
Mdb Clickhouse Cluster Zookeeper> - Configuration of the ZooKeeper subcluster. The structure is documented below.
- Cloud
Storage GetMdb Clickhouse Cluster Cloud Storage
- Accesses
[]Get
Mdb Clickhouse Cluster Access - Access policy to the ClickHouse cluster. The structure is documented below.
- Backup
Window []GetStarts Mdb Clickhouse Cluster Backup Window Start - Time to start the daily backup, in the UTC timezone. The structure is documented below.
- Clickhouses
[]Get
Mdb Clickhouse Cluster Clickhouse - Configuration of the ClickHouse subcluster. The structure is documented below.
- Cluster
Id string - Created
At string - Creation timestamp of the key.
- Databases
[]Get
Mdb Clickhouse Cluster Database - A database of the ClickHouse cluster. The structure is documented below.
- Deletion
Protection bool - Description string
- Description of the shard group.
- Environment string
- Deployment environment of the ClickHouse cluster.
- Folder
Id string - Format
Schemas []GetMdb Clickhouse Cluster Format Schema - A set of protobuf or cap'n proto format schemas. The structure is documented below.
- Health string
- Aggregated health of the cluster.
- Hosts
[]Get
Mdb Clickhouse Cluster Host - A host of the ClickHouse cluster. The structure is documented below.
- Id string
- The provider-assigned unique ID for this managed resource.
- Labels map[string]string
- A set of key/value label pairs to assign to the ClickHouse cluster.
- Maintenance
Windows []GetMdb Clickhouse Cluster Maintenance Window - Ml
Models []GetMdb Clickhouse Cluster Ml Model - A group of machine learning models. The structure is documented below.
- Name string
- Graphite rollup configuration name.
- Network
Id string - ID of the network, to which the ClickHouse cluster belongs.
- Security
Group []stringIds - A set of ids of security groups assigned to hosts of the cluster.
- Service
Account stringId - []Get
Mdb Clickhouse Cluster Shard Group - A group of clickhouse shards. The structure is documented below.
- Sql
Database boolManagement - Grants
admin
user database management permission. - Sql
User boolManagement - Enables
admin
user with user management permission. - Status string
- Status of the cluster.
- Users
[]Get
Mdb Clickhouse Cluster User - A user of the ClickHouse cluster. The structure is documented below.
- Version string
- Zookeepers
[]Get
Mdb Clickhouse Cluster Zookeeper - Configuration of the ZooKeeper subcluster. The structure is documented below.
- Cloud
Storage GetMdb Clickhouse Cluster Cloud Storage
- accesses
List<Get
Mdb Clickhouse Cluster Access> - Access policy to the ClickHouse cluster. The structure is documented below.
- backup
Window List<GetStarts Mdb Clickhouse Cluster Backup Window Start> - Time to start the daily backup, in the UTC timezone. The structure is documented below.
- clickhouses
List<Get
Mdb Clickhouse Cluster Clickhouse> - Configuration of the ClickHouse subcluster. The structure is documented below.
- cluster
Id String - created
At String - Creation timestamp of the key.
- databases
List<Get
Mdb Clickhouse Cluster Database> - A database of the ClickHouse cluster. The structure is documented below.
- deletion
Protection Boolean - description String
- Description of the shard group.
- environment String
- Deployment environment of the ClickHouse cluster.
- folder
Id String - format
Schemas List<GetMdb Clickhouse Cluster Format Schema> - A set of protobuf or cap'n proto format schemas. The structure is documented below.
- health String
- Aggregated health of the cluster.
- hosts
List<Get
Mdb Clickhouse Cluster Host> - A host of the ClickHouse cluster. The structure is documented below.
- id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String,String>
- A set of key/value label pairs to assign to the ClickHouse cluster.
- maintenance
Windows List<GetMdb Clickhouse Cluster Maintenance Window> - ml
Models List<GetMdb Clickhouse Cluster Ml Model> - A group of machine learning models. The structure is documented below.
- name String
- Graphite rollup configuration name.
- network
Id String - ID of the network, to which the ClickHouse cluster belongs.
- security
Group List<String>Ids - A set of ids of security groups assigned to hosts of the cluster.
- service
Account StringId - List<Get
Mdb Clickhouse Cluster Shard Group> - A group of clickhouse shards. The structure is documented below.
- sql
Database BooleanManagement - Grants
admin
user database management permission. - sql
User BooleanManagement - Enables
admin
user with user management permission. - status String
- Status of the cluster.
- users
List<Get
Mdb Clickhouse Cluster User> - A user of the ClickHouse cluster. The structure is documented below.
- version String
- zookeepers
List<Get
Mdb Clickhouse Cluster Zookeeper> - Configuration of the ZooKeeper subcluster. The structure is documented below.
- cloud
Storage GetMdb Clickhouse Cluster Cloud Storage
- accesses
Get
Mdb Clickhouse Cluster Access[] - Access policy to the ClickHouse cluster. The structure is documented below.
- backup
Window GetStarts Mdb Clickhouse Cluster Backup Window Start[] - Time to start the daily backup, in the UTC timezone. The structure is documented below.
- clickhouses
Get
Mdb Clickhouse Cluster Clickhouse[] - Configuration of the ClickHouse subcluster. The structure is documented below.
- cluster
Id string - created
At string - Creation timestamp of the key.
- databases
Get
Mdb Clickhouse Cluster Database[] - A database of the ClickHouse cluster. The structure is documented below.
- deletion
Protection boolean - description string
- Description of the shard group.
- environment string
- Deployment environment of the ClickHouse cluster.
- folder
Id string - format
Schemas GetMdb Clickhouse Cluster Format Schema[] - A set of protobuf or cap'n proto format schemas. The structure is documented below.
- health string
- Aggregated health of the cluster.
- hosts
Get
Mdb Clickhouse Cluster Host[] - A host of the ClickHouse cluster. The structure is documented below.
- id string
- The provider-assigned unique ID for this managed resource.
- labels {[key: string]: string}
- A set of key/value label pairs to assign to the ClickHouse cluster.
- maintenance
Windows GetMdb Clickhouse Cluster Maintenance Window[] - ml
Models GetMdb Clickhouse Cluster Ml Model[] - A group of machine learning models. The structure is documented below.
- name string
- Graphite rollup configuration name.
- network
Id string - ID of the network, to which the ClickHouse cluster belongs.
- security
Group string[]Ids - A set of ids of security groups assigned to hosts of the cluster.
- service
Account stringId - Get
Mdb Clickhouse Cluster Shard Group[] - A group of clickhouse shards. The structure is documented below.
- sql
Database booleanManagement - Grants
admin
user database management permission. - sql
User booleanManagement - Enables
admin
user with user management permission. - status string
- Status of the cluster.
- users
Get
Mdb Clickhouse Cluster User[] - A user of the ClickHouse cluster. The structure is documented below.
- version string
- zookeepers
Get
Mdb Clickhouse Cluster Zookeeper[] - Configuration of the ZooKeeper subcluster. The structure is documented below.
- cloud
Storage GetMdb Clickhouse Cluster Cloud Storage
- accesses
Sequence[Get
Mdb Clickhouse Cluster Access] - Access policy to the ClickHouse cluster. The structure is documented below.
- backup_
window_ Sequence[Getstarts Mdb Clickhouse Cluster Backup Window Start] - Time to start the daily backup, in the UTC timezone. The structure is documented below.
- clickhouses
Sequence[Get
Mdb Clickhouse Cluster Clickhouse] - Configuration of the ClickHouse subcluster. The structure is documented below.
- cluster_
id str - created_
at str - Creation timestamp of the key.
- databases
Sequence[Get
Mdb Clickhouse Cluster Database] - A database of the ClickHouse cluster. The structure is documented below.
- deletion_
protection bool - description str
- Description of the shard group.
- environment str
- Deployment environment of the ClickHouse cluster.
- folder_
id str - format_
schemas Sequence[GetMdb Clickhouse Cluster Format Schema] - A set of protobuf or cap'n proto format schemas. The structure is documented below.
- health str
- Aggregated health of the cluster.
- hosts
Sequence[Get
Mdb Clickhouse Cluster Host] - A host of the ClickHouse cluster. The structure is documented below.
- id str
- The provider-assigned unique ID for this managed resource.
- labels Mapping[str, str]
- A set of key/value label pairs to assign to the ClickHouse cluster.
- maintenance_
windows Sequence[GetMdb Clickhouse Cluster Maintenance Window] - ml_
models Sequence[GetMdb Clickhouse Cluster Ml Model] - A group of machine learning models. The structure is documented below.
- name str
- Graphite rollup configuration name.
- network_
id str - ID of the network, to which the ClickHouse cluster belongs.
- security_
group_ Sequence[str]ids - A set of ids of security groups assigned to hosts of the cluster.
- service_
account_ strid - Sequence[Get
Mdb Clickhouse Cluster Shard Group] - A group of clickhouse shards. The structure is documented below.
- sql_
database_ boolmanagement - Grants
admin
user database management permission. - sql_
user_ boolmanagement - Enables
admin
user with user management permission. - status str
- Status of the cluster.
- users
Sequence[Get
Mdb Clickhouse Cluster User] - A user of the ClickHouse cluster. The structure is documented below.
- version str
- zookeepers
Sequence[Get
Mdb Clickhouse Cluster Zookeeper] - Configuration of the ZooKeeper subcluster. The structure is documented below.
- cloud_
storage GetMdb Clickhouse Cluster Cloud Storage
- accesses List<Property Map>
- Access policy to the ClickHouse cluster. The structure is documented below.
- backup
Window List<Property Map>Starts - Time to start the daily backup, in the UTC timezone. The structure is documented below.
- clickhouses List<Property Map>
- Configuration of the ClickHouse subcluster. The structure is documented below.
- cluster
Id String - created
At String - Creation timestamp of the key.
- databases List<Property Map>
- A database of the ClickHouse cluster. The structure is documented below.
- deletion
Protection Boolean - description String
- Description of the shard group.
- environment String
- Deployment environment of the ClickHouse cluster.
- folder
Id String - format
Schemas List<Property Map> - A set of protobuf or cap'n proto format schemas. The structure is documented below.
- health String
- Aggregated health of the cluster.
- hosts List<Property Map>
- A host of the ClickHouse cluster. The structure is documented below.
- id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String>
- A set of key/value label pairs to assign to the ClickHouse cluster.
- maintenance
Windows List<Property Map> - ml
Models List<Property Map> - A group of machine learning models. The structure is documented below.
- name String
- Graphite rollup configuration name.
- network
Id String - ID of the network, to which the ClickHouse cluster belongs.
- security
Group List<String>Ids - A set of ids of security groups assigned to hosts of the cluster.
- service
Account StringId - List<Property Map>
- A group of clickhouse shards. The structure is documented below.
- sql
Database BooleanManagement - Grants
admin
user database management permission. - sql
User BooleanManagement - Enables
admin
user with user management permission. - status String
- Status of the cluster.
- users List<Property Map>
- A user of the ClickHouse cluster. The structure is documented below.
- version String
- zookeepers List<Property Map>
- Configuration of the ZooKeeper subcluster. The structure is documented below.
- cloud
Storage Property Map
Supporting Types
GetMdbClickhouseClusterAccess
- Data
Lens This property is required. bool - Allow access for Web SQL.
- Metrika
This property is required. bool - Allow access for Yandex.Metrika.
- Serverless
This property is required. bool - Allow access for Serverless.
- Web
Sql This property is required. bool - Allow access for DataLens.
- Data
Lens This property is required. bool - Allow access for Web SQL.
- Metrika
This property is required. bool - Allow access for Yandex.Metrika.
- Serverless
This property is required. bool - Allow access for Serverless.
- Web
Sql This property is required. bool - Allow access for DataLens.
- data
Lens This property is required. Boolean - Allow access for Web SQL.
- metrika
This property is required. Boolean - Allow access for Yandex.Metrika.
- serverless
This property is required. Boolean - Allow access for Serverless.
- web
Sql This property is required. Boolean - Allow access for DataLens.
- data
Lens This property is required. boolean - Allow access for Web SQL.
- metrika
This property is required. boolean - Allow access for Yandex.Metrika.
- serverless
This property is required. boolean - Allow access for Serverless.
- web
Sql This property is required. boolean - Allow access for DataLens.
- data_
lens This property is required. bool - Allow access for Web SQL.
- metrika
This property is required. bool - Allow access for Yandex.Metrika.
- serverless
This property is required. bool - Allow access for Serverless.
- web_
sql This property is required. bool - Allow access for DataLens.
- data
Lens This property is required. Boolean - Allow access for Web SQL.
- metrika
This property is required. Boolean - Allow access for Yandex.Metrika.
- serverless
This property is required. Boolean - Allow access for Serverless.
- web
Sql This property is required. Boolean - Allow access for DataLens.
GetMdbClickhouseClusterBackupWindowStart
GetMdbClickhouseClusterClickhouse
- Config
This property is required. GetMdb Clickhouse Cluster Clickhouse Config - Main ClickHouse cluster configuration. The structure is documented below.
- Resources
This property is required. List<GetMdb Clickhouse Cluster Clickhouse Resource> - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- Config
This property is required. GetMdb Clickhouse Cluster Clickhouse Config - Main ClickHouse cluster configuration. The structure is documented below.
- Resources
This property is required. []GetMdb Clickhouse Cluster Clickhouse Resource - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- config
This property is required. GetMdb Clickhouse Cluster Clickhouse Config - Main ClickHouse cluster configuration. The structure is documented below.
- resources
This property is required. List<GetMdb Clickhouse Cluster Clickhouse Resource> - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- config
This property is required. GetMdb Clickhouse Cluster Clickhouse Config - Main ClickHouse cluster configuration. The structure is documented below.
- resources
This property is required. GetMdb Clickhouse Cluster Clickhouse Resource[] - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- config
This property is required. GetMdb Clickhouse Cluster Clickhouse Config - Main ClickHouse cluster configuration. The structure is documented below.
- resources
This property is required. Sequence[GetMdb Clickhouse Cluster Clickhouse Resource] - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- config
This property is required. Property Map - Main ClickHouse cluster configuration. The structure is documented below.
- resources
This property is required. List<Property Map> - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
GetMdbClickhouseClusterClickhouseConfig
- Kafkas
This property is required. List<GetMdb Clickhouse Cluster Clickhouse Config Kafka> - Kafka connection configuration. The structure is documented below.
- Merge
Tree This property is required. GetMdb Clickhouse Cluster Clickhouse Config Merge Tree - MergeTree engine configuration. The structure is documented below.
- Rabbitmq
This property is required. GetMdb Clickhouse Cluster Clickhouse Config Rabbitmq - RabbitMQ connection configuration. The structure is documented below.
- Background
Pool intSize - Background
Schedule intPool Size - Compressions
List<Get
Mdb Clickhouse Cluster Clickhouse Config Compression> - Data compression configuration. The structure is documented below.
- Geobase
Uri string - Graphite
Rollups List<GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup> - Graphite rollup configuration. The structure is documented below.
- Kafka
Topics List<GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic> - Kafka topic connection configuration. The structure is documented below.
- Keep
Alive intTimeout - Log
Level string - Mark
Cache intSize - Max
Concurrent intQueries - Max
Connections int - Max
Partition intSize To Drop - Max
Table intSize To Drop - Metric
Log boolEnabled - Metric
Log intRetention Size - Metric
Log intRetention Time - Part
Log intRetention Size - Part
Log intRetention Time - Query
Log intRetention Size - Query
Log intRetention Time - Query
Thread boolLog Enabled - Query
Thread intLog Retention Size - Query
Thread intLog Retention Time - Text
Log boolEnabled - Text
Log stringLevel - Text
Log intRetention Size - Text
Log intRetention Time - Timezone string
- Trace
Log boolEnabled - Trace
Log intRetention Size - Trace
Log intRetention Time - Uncompressed
Cache intSize
- Kafkas
This property is required. []GetMdb Clickhouse Cluster Clickhouse Config Kafka - Kafka connection configuration. The structure is documented below.
- Merge
Tree This property is required. GetMdb Clickhouse Cluster Clickhouse Config Merge Tree - MergeTree engine configuration. The structure is documented below.
- Rabbitmq
This property is required. GetMdb Clickhouse Cluster Clickhouse Config Rabbitmq - RabbitMQ connection configuration. The structure is documented below.
- Background
Pool intSize - Background
Schedule intPool Size - Compressions
[]Get
Mdb Clickhouse Cluster Clickhouse Config Compression - Data compression configuration. The structure is documented below.
- Geobase
Uri string - Graphite
Rollups []GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup - Graphite rollup configuration. The structure is documented below.
- Kafka
Topics []GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic - Kafka topic connection configuration. The structure is documented below.
- Keep
Alive intTimeout - Log
Level string - Mark
Cache intSize - Max
Concurrent intQueries - Max
Connections int - Max
Partition intSize To Drop - Max
Table intSize To Drop - Metric
Log boolEnabled - Metric
Log intRetention Size - Metric
Log intRetention Time - Part
Log intRetention Size - Part
Log intRetention Time - Query
Log intRetention Size - Query
Log intRetention Time - Query
Thread boolLog Enabled - Query
Thread intLog Retention Size - Query
Thread intLog Retention Time - Text
Log boolEnabled - Text
Log stringLevel - Text
Log intRetention Size - Text
Log intRetention Time - Timezone string
- Trace
Log boolEnabled - Trace
Log intRetention Size - Trace
Log intRetention Time - Uncompressed
Cache intSize
- kafkas
This property is required. List<GetMdb Clickhouse Cluster Clickhouse Config Kafka> - Kafka connection configuration. The structure is documented below.
- merge
Tree This property is required. GetMdb Clickhouse Cluster Clickhouse Config Merge Tree - MergeTree engine configuration. The structure is documented below.
- rabbitmq
This property is required. GetMdb Clickhouse Cluster Clickhouse Config Rabbitmq - RabbitMQ connection configuration. The structure is documented below.
- background
Pool IntegerSize - background
Schedule IntegerPool Size - compressions
List<Get
Mdb Clickhouse Cluster Clickhouse Config Compression> - Data compression configuration. The structure is documented below.
- geobase
Uri String - graphite
Rollups List<GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup> - Graphite rollup configuration. The structure is documented below.
- kafka
Topics List<GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic> - Kafka topic connection configuration. The structure is documented below.
- keep
Alive IntegerTimeout - log
Level String - mark
Cache IntegerSize - max
Concurrent IntegerQueries - max
Connections Integer - max
Partition IntegerSize To Drop - max
Table IntegerSize To Drop - metric
Log BooleanEnabled - metric
Log IntegerRetention Size - metric
Log IntegerRetention Time - part
Log IntegerRetention Size - part
Log IntegerRetention Time - query
Log IntegerRetention Size - query
Log IntegerRetention Time - query
Thread BooleanLog Enabled - query
Thread IntegerLog Retention Size - query
Thread IntegerLog Retention Time - text
Log BooleanEnabled - text
Log StringLevel - text
Log IntegerRetention Size - text
Log IntegerRetention Time - timezone String
- trace
Log BooleanEnabled - trace
Log IntegerRetention Size - trace
Log IntegerRetention Time - uncompressed
Cache IntegerSize
- kafkas
This property is required. GetMdb Clickhouse Cluster Clickhouse Config Kafka[] - Kafka connection configuration. The structure is documented below.
- merge
Tree This property is required. GetMdb Clickhouse Cluster Clickhouse Config Merge Tree - MergeTree engine configuration. The structure is documented below.
- rabbitmq
This property is required. GetMdb Clickhouse Cluster Clickhouse Config Rabbitmq - RabbitMQ connection configuration. The structure is documented below.
- background
Pool numberSize - background
Schedule numberPool Size - compressions
Get
Mdb Clickhouse Cluster Clickhouse Config Compression[] - Data compression configuration. The structure is documented below.
- geobase
Uri string - graphite
Rollups GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup[] - Graphite rollup configuration. The structure is documented below.
- kafka
Topics GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic[] - Kafka topic connection configuration. The structure is documented below.
- keep
Alive numberTimeout - log
Level string - mark
Cache numberSize - max
Concurrent numberQueries - max
Connections number - max
Partition numberSize To Drop - max
Table numberSize To Drop - metric
Log booleanEnabled - metric
Log numberRetention Size - metric
Log numberRetention Time - part
Log numberRetention Size - part
Log numberRetention Time - query
Log numberRetention Size - query
Log numberRetention Time - query
Thread booleanLog Enabled - query
Thread numberLog Retention Size - query
Thread numberLog Retention Time - text
Log booleanEnabled - text
Log stringLevel - text
Log numberRetention Size - text
Log numberRetention Time - timezone string
- trace
Log booleanEnabled - trace
Log numberRetention Size - trace
Log numberRetention Time - uncompressed
Cache numberSize
- kafkas
This property is required. Sequence[GetMdb Clickhouse Cluster Clickhouse Config Kafka] - Kafka connection configuration. The structure is documented below.
- merge_
tree This property is required. GetMdb Clickhouse Cluster Clickhouse Config Merge Tree - MergeTree engine configuration. The structure is documented below.
- rabbitmq
This property is required. GetMdb Clickhouse Cluster Clickhouse Config Rabbitmq - RabbitMQ connection configuration. The structure is documented below.
- background_
pool_ intsize - background_
schedule_ intpool_ size - compressions
Sequence[Get
Mdb Clickhouse Cluster Clickhouse Config Compression] - Data compression configuration. The structure is documented below.
- geobase_
uri str - graphite_
rollups Sequence[GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup] - Graphite rollup configuration. The structure is documented below.
- kafka_
topics Sequence[GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic] - Kafka topic connection configuration. The structure is documented below.
- keep_
alive_ inttimeout - log_
level str - mark_
cache_ intsize - max_
concurrent_ intqueries - max_
connections int - max_
partition_ intsize_ to_ drop - max_
table_ intsize_ to_ drop - metric_
log_ boolenabled - metric_
log_ intretention_ size - metric_
log_ intretention_ time - part_
log_ intretention_ size - part_
log_ intretention_ time - query_
log_ intretention_ size - query_
log_ intretention_ time - query_
thread_ boollog_ enabled - query_
thread_ intlog_ retention_ size - query_
thread_ intlog_ retention_ time - text_
log_ boolenabled - text_
log_ strlevel - text_
log_ intretention_ size - text_
log_ intretention_ time - timezone str
- trace_
log_ boolenabled - trace_
log_ intretention_ size - trace_
log_ intretention_ time - uncompressed_
cache_ intsize
- kafkas
This property is required. List<Property Map> - Kafka connection configuration. The structure is documented below.
- merge
Tree This property is required. Property Map - MergeTree engine configuration. The structure is documented below.
- rabbitmq
This property is required. Property Map - RabbitMQ connection configuration. The structure is documented below.
- background
Pool NumberSize - background
Schedule NumberPool Size - compressions List<Property Map>
- Data compression configuration. The structure is documented below.
- geobase
Uri String - graphite
Rollups List<Property Map> - Graphite rollup configuration. The structure is documented below.
- kafka
Topics List<Property Map> - Kafka topic connection configuration. The structure is documented below.
- keep
Alive NumberTimeout - log
Level String - mark
Cache NumberSize - max
Concurrent NumberQueries - max
Connections Number - max
Partition NumberSize To Drop - max
Table NumberSize To Drop - metric
Log BooleanEnabled - metric
Log NumberRetention Size - metric
Log NumberRetention Time - part
Log NumberRetention Size - part
Log NumberRetention Time - query
Log NumberRetention Size - query
Log NumberRetention Time - query
Thread BooleanLog Enabled - query
Thread NumberLog Retention Size - query
Thread NumberLog Retention Time - text
Log BooleanEnabled - text
Log StringLevel - text
Log NumberRetention Size - text
Log NumberRetention Time - timezone String
- trace
Log BooleanEnabled - trace
Log NumberRetention Size - trace
Log NumberRetention Time - uncompressed
Cache NumberSize
GetMdbClickhouseClusterClickhouseConfigCompression
- Method
This property is required. string - Method: Compression method. Two methods are available: LZ4 and zstd.
- Min
Part Size This property is required. int - Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
- Min
Part Size Ratio This property is required. double - Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
- Method
This property is required. string - Method: Compression method. Two methods are available: LZ4 and zstd.
- Min
Part Size This property is required. int - Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
- Min
Part Size Ratio This property is required. float64 - Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
- method
This property is required. String - Method: Compression method. Two methods are available: LZ4 and zstd.
- min
Part Size This property is required. Integer - Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
- min
Part Size Ratio This property is required. Double - Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
- method
This property is required. string - Method: Compression method. Two methods are available: LZ4 and zstd.
- min
Part Size This property is required. number - Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
- min
Part Size Ratio This property is required. number - Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
- method
This property is required. str - Method: Compression method. Two methods are available: LZ4 and zstd.
- min_
part_ size This property is required. int - Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
- min_
part_ size_ ratio This property is required. float - Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
- method
This property is required. String - Method: Compression method. Two methods are available: LZ4 and zstd.
- min
Part Size This property is required. Number - Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
- min
Part Size Ratio This property is required. Number - Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
GetMdbClickhouseClusterClickhouseConfigGraphiteRollup
- Name
This property is required. string - The name of the ClickHouse cluster.
- Patterns
List<Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern> - Set of thinning rules.
- Name
This property is required. string - The name of the ClickHouse cluster.
- Patterns
[]Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern - Set of thinning rules.
- name
This property is required. String - The name of the ClickHouse cluster.
- patterns
List<Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern> - Set of thinning rules.
- name
This property is required. string - The name of the ClickHouse cluster.
- patterns
Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern[] - Set of thinning rules.
- name
This property is required. str - The name of the ClickHouse cluster.
- patterns
Sequence[Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern] - Set of thinning rules.
- name
This property is required. String - The name of the ClickHouse cluster.
- patterns List<Property Map>
- Set of thinning rules.
GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPattern
- Function
This property is required. string - Aggregation function name.
- Regexp string
- Regular expression that the metric name must match.
- Retentions
List<Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern Retention> - Retain parameters.
- Function
This property is required. string - Aggregation function name.
- Regexp string
- Regular expression that the metric name must match.
- Retentions
[]Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern Retention - Retain parameters.
- function
This property is required. String - Aggregation function name.
- regexp String
- Regular expression that the metric name must match.
- retentions
List<Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern Retention> - Retain parameters.
- function
This property is required. string - Aggregation function name.
- regexp string
- Regular expression that the metric name must match.
- retentions
Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern Retention[] - Retain parameters.
- function
This property is required. str - Aggregation function name.
- regexp str
- Regular expression that the metric name must match.
- retentions
Sequence[Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern Retention] - Retain parameters.
- function
This property is required. String - Aggregation function name.
- regexp String
- Regular expression that the metric name must match.
- retentions List<Property Map>
- Retain parameters.
GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPatternRetention
GetMdbClickhouseClusterClickhouseConfigKafka
- Sasl
Mechanism string - SASL mechanism used in kafka authentication.
- Sasl
Password string - User password on kafka server.
- Sasl
Username string - Username on kafka server.
- Security
Protocol string - Security protocol used to connect to kafka server.
- Sasl
Mechanism string - SASL mechanism used in kafka authentication.
- Sasl
Password string - User password on kafka server.
- Sasl
Username string - Username on kafka server.
- Security
Protocol string - Security protocol used to connect to kafka server.
- sasl
Mechanism String - SASL mechanism used in kafka authentication.
- sasl
Password String - User password on kafka server.
- sasl
Username String - Username on kafka server.
- security
Protocol String - Security protocol used to connect to kafka server.
- sasl
Mechanism string - SASL mechanism used in kafka authentication.
- sasl
Password string - User password on kafka server.
- sasl
Username string - Username on kafka server.
- security
Protocol string - Security protocol used to connect to kafka server.
- sasl_
mechanism str - SASL mechanism used in kafka authentication.
- sasl_
password str - User password on kafka server.
- sasl_
username str - Username on kafka server.
- security_
protocol str - Security protocol used to connect to kafka server.
- sasl
Mechanism String - SASL mechanism used in kafka authentication.
- sasl
Password String - User password on kafka server.
- sasl
Username String - Username on kafka server.
- security
Protocol String - Security protocol used to connect to kafka server.
GetMdbClickhouseClusterClickhouseConfigKafkaTopic
- Name
This property is required. string - The name of the ClickHouse cluster.
- Settings
Get
Mdb Clickhouse Cluster Clickhouse Config Kafka Topic Settings - Kafka connection settngs sanem as
kafka
block.
- Name
This property is required. string - The name of the ClickHouse cluster.
- Settings
Get
Mdb Clickhouse Cluster Clickhouse Config Kafka Topic Settings - Kafka connection settngs sanem as
kafka
block.
- name
This property is required. String - The name of the ClickHouse cluster.
- settings
Get
Mdb Clickhouse Cluster Clickhouse Config Kafka Topic Settings - Kafka connection settngs sanem as
kafka
block.
- name
This property is required. string - The name of the ClickHouse cluster.
- settings
Get
Mdb Clickhouse Cluster Clickhouse Config Kafka Topic Settings - Kafka connection settngs sanem as
kafka
block.
- name
This property is required. str - The name of the ClickHouse cluster.
- settings
Get
Mdb Clickhouse Cluster Clickhouse Config Kafka Topic Settings - Kafka connection settngs sanem as
kafka
block.
- name
This property is required. String - The name of the ClickHouse cluster.
- settings Property Map
- Kafka connection settngs sanem as
kafka
block.
GetMdbClickhouseClusterClickhouseConfigKafkaTopicSettings
- Sasl
Mechanism string - SASL mechanism used in kafka authentication.
- Sasl
Password string - User password on kafka server.
- Sasl
Username string - Username on kafka server.
- Security
Protocol string - Security protocol used to connect to kafka server.
- Sasl
Mechanism string - SASL mechanism used in kafka authentication.
- Sasl
Password string - User password on kafka server.
- Sasl
Username string - Username on kafka server.
- Security
Protocol string - Security protocol used to connect to kafka server.
- sasl
Mechanism String - SASL mechanism used in kafka authentication.
- sasl
Password String - User password on kafka server.
- sasl
Username String - Username on kafka server.
- security
Protocol String - Security protocol used to connect to kafka server.
- sasl
Mechanism string - SASL mechanism used in kafka authentication.
- sasl
Password string - User password on kafka server.
- sasl
Username string - Username on kafka server.
- security
Protocol string - Security protocol used to connect to kafka server.
- sasl_
mechanism str - SASL mechanism used in kafka authentication.
- sasl_
password str - User password on kafka server.
- sasl_
username str - Username on kafka server.
- security_
protocol str - Security protocol used to connect to kafka server.
- sasl
Mechanism String - SASL mechanism used in kafka authentication.
- sasl
Password String - User password on kafka server.
- sasl
Username String - Username on kafka server.
- security
Protocol String - Security protocol used to connect to kafka server.
GetMdbClickhouseClusterClickhouseConfigMergeTree
- Max
Bytes intTo Merge At Min Space In Pool - Max bytes to merge at min space in pool: Maximum total size of a data part to merge when the number of free threads in the background pool is minimum.
- Max
Replicated intMerges In Queue - Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
- Number
Of intFree Entries In Pool To Lower Max Size Of Merge - Number of free entries in pool to lower max size of merge: Threshold value of free entries in the pool. If the number of entries in the pool falls below this value, ClickHouse reduces the maximum size of a data part to merge. This helps handle small merges faster, rather than filling the pool with lengthy merges.
- Parts
To intDelay Insert - Parts to delay insert: Number of active data parts in a table, on exceeding which ClickHouse starts artificially reduce the rate of inserting data into the table.
- Parts
To intThrow Insert - Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
- Replicated
Deduplication intWindow - Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
- Replicated
Deduplication intWindow Seconds - Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
- Max
Bytes intTo Merge At Min Space In Pool - Max bytes to merge at min space in pool: Maximum total size of a data part to merge when the number of free threads in the background pool is minimum.
- Max
Replicated intMerges In Queue - Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
- Number
Of intFree Entries In Pool To Lower Max Size Of Merge - Number of free entries in pool to lower max size of merge: Threshold value of free entries in the pool. If the number of entries in the pool falls below this value, ClickHouse reduces the maximum size of a data part to merge. This helps handle small merges faster, rather than filling the pool with lengthy merges.
- Parts
To intDelay Insert - Parts to delay insert: Number of active data parts in a table, on exceeding which ClickHouse starts artificially reduce the rate of inserting data into the table.
- Parts
To intThrow Insert - Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
- Replicated
Deduplication intWindow - Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
- Replicated
Deduplication intWindow Seconds - Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
- max
Bytes IntegerTo Merge At Min Space In Pool - Max bytes to merge at min space in pool: Maximum total size of a data part to merge when the number of free threads in the background pool is minimum.
- max
Replicated IntegerMerges In Queue - Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
- number
Of IntegerFree Entries In Pool To Lower Max Size Of Merge - Number of free entries in pool to lower max size of merge: Threshold value of free entries in the pool. If the number of entries in the pool falls below this value, ClickHouse reduces the maximum size of a data part to merge. This helps handle small merges faster, rather than filling the pool with lengthy merges.
- parts
To IntegerDelay Insert - Parts to delay insert: Number of active data parts in a table, on exceeding which ClickHouse starts artificially reduce the rate of inserting data into the table.
- parts
To IntegerThrow Insert - Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
- replicated
Deduplication IntegerWindow - Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
- replicated
Deduplication IntegerWindow Seconds - Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
- max
Bytes numberTo Merge At Min Space In Pool - Max bytes to merge at min space in pool: Maximum total size of a data part to merge when the number of free threads in the background pool is minimum.
- max
Replicated numberMerges In Queue - Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
- number
Of numberFree Entries In Pool To Lower Max Size Of Merge - Number of free entries in pool to lower max size of merge: Threshold value of free entries in the pool. If the number of entries in the pool falls below this value, ClickHouse reduces the maximum size of a data part to merge. This helps handle small merges faster, rather than filling the pool with lengthy merges.
- parts
To numberDelay Insert - Parts to delay insert: Number of active data parts in a table, on exceeding which ClickHouse starts artificially reduce the rate of inserting data into the table.
- parts
To numberThrow Insert - Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
- replicated
Deduplication numberWindow - Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
- replicated
Deduplication numberWindow Seconds - Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
- max_
bytes_ intto_ merge_ at_ min_ space_ in_ pool - Max bytes to merge at min space in pool: Maximum total size of a data part to merge when the number of free threads in the background pool is minimum.
- max_
replicated_ intmerges_ in_ queue - Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
- number_
of_ intfree_ entries_ in_ pool_ to_ lower_ max_ size_ of_ merge - Number of free entries in pool to lower max size of merge: Threshold value of free entries in the pool. If the number of entries in the pool falls below this value, ClickHouse reduces the maximum size of a data part to merge. This helps handle small merges faster, rather than filling the pool with lengthy merges.
- parts_
to_ intdelay_ insert - Parts to delay insert: Number of active data parts in a table, on exceeding which ClickHouse starts artificially reduce the rate of inserting data into the table.
- parts_
to_ intthrow_ insert - Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
- replicated_
deduplication_ intwindow - Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
- replicated_
deduplication_ intwindow_ seconds - Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
- max
Bytes NumberTo Merge At Min Space In Pool - Max bytes to merge at min space in pool: Maximum total size of a data part to merge when the number of free threads in the background pool is minimum.
- max
Replicated NumberMerges In Queue - Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
- number
Of NumberFree Entries In Pool To Lower Max Size Of Merge - Number of free entries in pool to lower max size of merge: Threshold value of free entries in the pool. If the number of entries in the pool falls below this value, ClickHouse reduces the maximum size of a data part to merge. This helps handle small merges faster, rather than filling the pool with lengthy merges.
- parts
To NumberDelay Insert - Parts to delay insert: Number of active data parts in a table, on exceeding which ClickHouse starts artificially reduce the rate of inserting data into the table.
- parts
To NumberThrow Insert - Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
- replicated
Deduplication NumberWindow - Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
- replicated
Deduplication NumberWindow Seconds - Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
GetMdbClickhouseClusterClickhouseConfigRabbitmq
GetMdbClickhouseClusterClickhouseResource
- Disk
Size This property is required. int - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- Disk
Type Id This property is required. string - Type of the storage of ClickHouse or ZooKeeper hosts.
- Resource
Preset Id This property is required. string
- Disk
Size This property is required. int - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- Disk
Type Id This property is required. string - Type of the storage of ClickHouse or ZooKeeper hosts.
- Resource
Preset Id This property is required. string
- disk
Size This property is required. Integer - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk
Type Id This property is required. String - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource
Preset Id This property is required. String
- disk
Size This property is required. number - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk
Type Id This property is required. string - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource
Preset Id This property is required. string
- disk_
size This property is required. int - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk_
type_ id This property is required. str - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource_
preset_ id This property is required. str
- disk
Size This property is required. Number - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk
Type Id This property is required. String - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource
Preset Id This property is required. String
GetMdbClickhouseClusterCloudStorage
- Enabled
This property is required. bool - (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either
true
orfalse
.
- Enabled
This property is required. bool - (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either
true
orfalse
.
- enabled
This property is required. Boolean - (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either
true
orfalse
.
- enabled
This property is required. boolean - (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either
true
orfalse
.
- enabled
This property is required. bool - (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either
true
orfalse
.
- enabled
This property is required. Boolean - (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either
true
orfalse
.
GetMdbClickhouseClusterDatabase
- Name
This property is required. string - The name of the ClickHouse cluster.
- Name
This property is required. string - The name of the ClickHouse cluster.
- name
This property is required. String - The name of the ClickHouse cluster.
- name
This property is required. string - The name of the ClickHouse cluster.
- name
This property is required. str - The name of the ClickHouse cluster.
- name
This property is required. String - The name of the ClickHouse cluster.
GetMdbClickhouseClusterFormatSchema
- Name
This property is required. string - The name of the ClickHouse cluster.
- Type
This property is required. string - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - Uri
This property is required. string - Model file URL. You can only use models stored in Yandex Object Storage.
- Name
This property is required. string - The name of the ClickHouse cluster.
- Type
This property is required. string - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - Uri
This property is required. string - Model file URL. You can only use models stored in Yandex Object Storage.
- name
This property is required. String - The name of the ClickHouse cluster.
- type
This property is required. String - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - uri
This property is required. String - Model file URL. You can only use models stored in Yandex Object Storage.
- name
This property is required. string - The name of the ClickHouse cluster.
- type
This property is required. string - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - uri
This property is required. string - Model file URL. You can only use models stored in Yandex Object Storage.
- name
This property is required. str - The name of the ClickHouse cluster.
- type
This property is required. str - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - uri
This property is required. str - Model file URL. You can only use models stored in Yandex Object Storage.
- name
This property is required. String - The name of the ClickHouse cluster.
- type
This property is required. String - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - uri
This property is required. String - Model file URL. You can only use models stored in Yandex Object Storage.
GetMdbClickhouseClusterHost
- Assign
Public Ip This property is required. bool - Sets whether the host should get a public IP address on creation.
- Fqdn
This property is required. string - The fully qualified domain name of the host.
This property is required. string- The name of the shard to which the host belongs.
- Subnet
Id This property is required. string - The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
- Type
This property is required. string - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - Zone
This property is required. string - The availability zone where the ClickHouse host will be created.
- Assign
Public Ip This property is required. bool - Sets whether the host should get a public IP address on creation.
- Fqdn
This property is required. string - The fully qualified domain name of the host.
This property is required. string- The name of the shard to which the host belongs.
- Subnet
Id This property is required. string - The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
- Type
This property is required. string - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - Zone
This property is required. string - The availability zone where the ClickHouse host will be created.
- assign
Public Ip This property is required. Boolean - Sets whether the host should get a public IP address on creation.
- fqdn
This property is required. String - The fully qualified domain name of the host.
This property is required. String- The name of the shard to which the host belongs.
- subnet
Id This property is required. String - The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
- type
This property is required. String - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - zone
This property is required. String - The availability zone where the ClickHouse host will be created.
- assign
Public Ip This property is required. boolean - Sets whether the host should get a public IP address on creation.
- fqdn
This property is required. string - The fully qualified domain name of the host.
This property is required. string- The name of the shard to which the host belongs.
- subnet
Id This property is required. string - The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
- type
This property is required. string - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - zone
This property is required. string - The availability zone where the ClickHouse host will be created.
- assign_
public_ ip This property is required. bool - Sets whether the host should get a public IP address on creation.
- fqdn
This property is required. str - The fully qualified domain name of the host.
This property is required. str- The name of the shard to which the host belongs.
- subnet_
id This property is required. str - The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
- type
This property is required. str - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - zone
This property is required. str - The availability zone where the ClickHouse host will be created.
- assign
Public Ip This property is required. Boolean - Sets whether the host should get a public IP address on creation.
- fqdn
This property is required. String - The fully qualified domain name of the host.
This property is required. String- The name of the shard to which the host belongs.
- subnet
Id This property is required. String - The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
- type
This property is required. String - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - zone
This property is required. String - The availability zone where the ClickHouse host will be created.
GetMdbClickhouseClusterMaintenanceWindow
- Day
This property is required. string - Day of week for maintenance window if window type is weekly. Possible values:
MON
,TUE
,WED
,THU
,FRI
,SAT
,SUN
. - Hour
This property is required. int - Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- Type
This property is required. string - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window.
- Day
This property is required. string - Day of week for maintenance window if window type is weekly. Possible values:
MON
,TUE
,WED
,THU
,FRI
,SAT
,SUN
. - Hour
This property is required. int - Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- Type
This property is required. string - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window.
- day
This property is required. String - Day of week for maintenance window if window type is weekly. Possible values:
MON
,TUE
,WED
,THU
,FRI
,SAT
,SUN
. - hour
This property is required. Integer - Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- type
This property is required. String - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window.
- day
This property is required. string - Day of week for maintenance window if window type is weekly. Possible values:
MON
,TUE
,WED
,THU
,FRI
,SAT
,SUN
. - hour
This property is required. number - Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- type
This property is required. string - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window.
- day
This property is required. str - Day of week for maintenance window if window type is weekly. Possible values:
MON
,TUE
,WED
,THU
,FRI
,SAT
,SUN
. - hour
This property is required. int - Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- type
This property is required. str - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window.
- day
This property is required. String - Day of week for maintenance window if window type is weekly. Possible values:
MON
,TUE
,WED
,THU
,FRI
,SAT
,SUN
. - hour
This property is required. Number - Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- type
This property is required. String - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window.
GetMdbClickhouseClusterMlModel
- Name
This property is required. string - The name of the ClickHouse cluster.
- Type
This property is required. string - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - Uri
This property is required. string - Model file URL. You can only use models stored in Yandex Object Storage.
- Name
This property is required. string - The name of the ClickHouse cluster.
- Type
This property is required. string - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - Uri
This property is required. string - Model file URL. You can only use models stored in Yandex Object Storage.
- name
This property is required. String - The name of the ClickHouse cluster.
- type
This property is required. String - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - uri
This property is required. String - Model file URL. You can only use models stored in Yandex Object Storage.
- name
This property is required. string - The name of the ClickHouse cluster.
- type
This property is required. string - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - uri
This property is required. string - Model file URL. You can only use models stored in Yandex Object Storage.
- name
This property is required. str - The name of the ClickHouse cluster.
- type
This property is required. str - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - uri
This property is required. str - Model file URL. You can only use models stored in Yandex Object Storage.
- name
This property is required. String - The name of the ClickHouse cluster.
- type
This property is required. String - Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - uri
This property is required. String - Model file URL. You can only use models stored in Yandex Object Storage.
GetMdbClickhouseClusterShardGroup
- Description
This property is required. string - Description of the shard group.
- Name
This property is required. string - The name of the ClickHouse cluster.
This property is required. List<string>- List of shards names that belong to the shard group.
- Description
This property is required. string - Description of the shard group.
- Name
This property is required. string - The name of the ClickHouse cluster.
This property is required. []string- List of shards names that belong to the shard group.
- description
This property is required. String - Description of the shard group.
- name
This property is required. String - The name of the ClickHouse cluster.
This property is required. List<String>- List of shards names that belong to the shard group.
- description
This property is required. string - Description of the shard group.
- name
This property is required. string - The name of the ClickHouse cluster.
This property is required. string[]- List of shards names that belong to the shard group.
- description
This property is required. str - Description of the shard group.
- name
This property is required. str - The name of the ClickHouse cluster.
This property is required. Sequence[str]- List of shards names that belong to the shard group.
- description
This property is required. String - Description of the shard group.
- name
This property is required. String - The name of the ClickHouse cluster.
This property is required. List<String>- List of shards names that belong to the shard group.
GetMdbClickhouseClusterUser
- Name
This property is required. string - The name of the ClickHouse cluster.
- Permissions
This property is required. List<GetMdb Clickhouse Cluster User Permission> - Set of permissions granted to the user. The structure is documented below.
- Quotas
This property is required. List<GetMdb Clickhouse Cluster User Quota> - Set of user quotas. The structure is documented below.
- Settings
This property is required. GetMdb Clickhouse Cluster User Settings - Kafka connection settngs sanem as
kafka
block.
- Name
This property is required. string - The name of the ClickHouse cluster.
- Permissions
This property is required. []GetMdb Clickhouse Cluster User Permission - Set of permissions granted to the user. The structure is documented below.
- Quotas
This property is required. []GetMdb Clickhouse Cluster User Quota - Set of user quotas. The structure is documented below.
- Settings
This property is required. GetMdb Clickhouse Cluster User Settings - Kafka connection settngs sanem as
kafka
block.
- name
This property is required. String - The name of the ClickHouse cluster.
- permissions
This property is required. List<GetMdb Clickhouse Cluster User Permission> - Set of permissions granted to the user. The structure is documented below.
- quotas
This property is required. List<GetMdb Clickhouse Cluster User Quota> - Set of user quotas. The structure is documented below.
- settings
This property is required. GetMdb Clickhouse Cluster User Settings - Kafka connection settngs sanem as
kafka
block.
- name
This property is required. string - The name of the ClickHouse cluster.
- permissions
This property is required. GetMdb Clickhouse Cluster User Permission[] - Set of permissions granted to the user. The structure is documented below.
- quotas
This property is required. GetMdb Clickhouse Cluster User Quota[] - Set of user quotas. The structure is documented below.
- settings
This property is required. GetMdb Clickhouse Cluster User Settings - Kafka connection settngs sanem as
kafka
block.
- name
This property is required. str - The name of the ClickHouse cluster.
- permissions
This property is required. Sequence[GetMdb Clickhouse Cluster User Permission] - Set of permissions granted to the user. The structure is documented below.
- quotas
This property is required. Sequence[GetMdb Clickhouse Cluster User Quota] - Set of user quotas. The structure is documented below.
- settings
This property is required. GetMdb Clickhouse Cluster User Settings - Kafka connection settngs sanem as
kafka
block.
- name
This property is required. String - The name of the ClickHouse cluster.
- permissions
This property is required. List<Property Map> - Set of permissions granted to the user. The structure is documented below.
- quotas
This property is required. List<Property Map> - Set of user quotas. The structure is documented below.
- settings
This property is required. Property Map - Kafka connection settngs sanem as
kafka
block.
GetMdbClickhouseClusterUserPermission
- Database
Name This property is required. string - The name of the database that the permission grants access to.
- Database
Name This property is required. string - The name of the database that the permission grants access to.
- database
Name This property is required. String - The name of the database that the permission grants access to.
- database
Name This property is required. string - The name of the database that the permission grants access to.
- database_
name This property is required. str - The name of the database that the permission grants access to.
- database
Name This property is required. String - The name of the database that the permission grants access to.
GetMdbClickhouseClusterUserQuota
- Errors
This property is required. int - The number of queries that threw exception.
- Execution
Time This property is required. int - The total query execution time, in milliseconds (wall time).
- Interval
Duration This property is required. int - Duration of interval for quota in milliseconds.
- Queries
This property is required. int - The total number of queries.
- Read
Rows This property is required. int - The total number of source rows read from tables for running the query, on all remote servers.
- Result
Rows This property is required. int - The total number of rows given as the result.
- Errors
This property is required. int - The number of queries that threw exception.
- Execution
Time This property is required. int - The total query execution time, in milliseconds (wall time).
- Interval
Duration This property is required. int - Duration of interval for quota in milliseconds.
- Queries
This property is required. int - The total number of queries.
- Read
Rows This property is required. int - The total number of source rows read from tables for running the query, on all remote servers.
- Result
Rows This property is required. int - The total number of rows given as the result.
- errors
This property is required. Integer - The number of queries that threw exception.
- execution
Time This property is required. Integer - The total query execution time, in milliseconds (wall time).
- interval
Duration This property is required. Integer - Duration of interval for quota in milliseconds.
- queries
This property is required. Integer - The total number of queries.
- read
Rows This property is required. Integer - The total number of source rows read from tables for running the query, on all remote servers.
- result
Rows This property is required. Integer - The total number of rows given as the result.
- errors
This property is required. number - The number of queries that threw exception.
- execution
Time This property is required. number - The total query execution time, in milliseconds (wall time).
- interval
Duration This property is required. number - Duration of interval for quota in milliseconds.
- queries
This property is required. number - The total number of queries.
- read
Rows This property is required. number - The total number of source rows read from tables for running the query, on all remote servers.
- result
Rows This property is required. number - The total number of rows given as the result.
- errors
This property is required. int - The number of queries that threw exception.
- execution_
time This property is required. int - The total query execution time, in milliseconds (wall time).
- interval_
duration This property is required. int - Duration of interval for quota in milliseconds.
- queries
This property is required. int - The total number of queries.
- read_
rows This property is required. int - The total number of source rows read from tables for running the query, on all remote servers.
- result_
rows This property is required. int - The total number of rows given as the result.
- errors
This property is required. Number - The number of queries that threw exception.
- execution
Time This property is required. Number - The total query execution time, in milliseconds (wall time).
- interval
Duration This property is required. Number - Duration of interval for quota in milliseconds.
- queries
This property is required. Number - The total number of queries.
- read
Rows This property is required. Number - The total number of source rows read from tables for running the query, on all remote servers.
- result
Rows This property is required. Number - The total number of rows given as the result.
GetMdbClickhouseClusterUserSettings
- Add
Http Cors Header This property is required. bool - Include CORS headers in HTTP responces.
- Allow
Ddl This property is required. bool - Allows or denies DDL queries.
- Compile
This property is required. bool - Enable compilation of queries.
- Compile
Expressions This property is required. bool - Turn on expression compilation.
- Connect
Timeout This property is required. int - Connect timeout in milliseconds on the socket used for communicating with the client.
- Count
Distinct Implementation This property is required. string - Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- Distinct
Overflow Mode This property is required. string - Sets behaviour on overflow when using DISTINCT. Possible values:
- Distributed
Aggregation Memory Efficient This property is required. bool - Determine the behavior of distributed subqueries.
- Distributed
Ddl Task Timeout This property is required. int - Timeout for DDL queries, in milliseconds.
- Distributed
Product Mode This property is required. string - Changes the behaviour of distributed subqueries.
- Empty
Result For Aggregation By Empty Set This property is required. bool - Allows to retunr empty result.
- Enable
Http Compression This property is required. bool - Enables or disables data compression in the response to an HTTP request.
- Fallback
To Stale Replicas For Distributed Queries This property is required. bool - Forces a query to an out-of-date replica if updated data is not available.
- Force
Index By Date This property is required. bool - Disables query execution if the index can’t be used by date.
- Force
Primary Key This property is required. bool - Disables query execution if indexing by the primary key is not possible.
- Group
By Overflow Mode This property is required. string - Sets behaviour on overflow while GROUP BY operation. Possible values:
- Group
By Two Level Threshold This property is required. int - Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- Group
By Two Level Threshold Bytes This property is required. int - Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- Http
Connection Timeout This property is required. int - Timeout for HTTP connection in milliseconds.
- Http
Headers Progress Interval This property is required. int - Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- Http
Receive Timeout This property is required. int - Timeout for HTTP connection in milliseconds.
- Http
Send Timeout This property is required. int - Timeout for HTTP connection in milliseconds.
- Input
Format Defaults For Omitted Fields This property is required. bool - When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- Input
Format Values Interpret Expressions This property is required. bool - Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- Insert
Quorum This property is required. int - Enables the quorum writes.
- Insert
Quorum Timeout This property is required. int - Write to a quorum timeout in milliseconds.
- Join
Overflow Mode This property is required. string - Sets behaviour on overflow in JOIN. Possible values:
- Join
Use Nulls This property is required. bool - Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- Joined
Subquery Requires Alias This property is required. bool - Require aliases for subselects and table functions in FROM that more than one table is present.
- Low
Cardinality Allow In Native Format This property is required. bool - Allows or restricts using the LowCardinality data type with the Native format.
- Max
Ast Depth This property is required. int - Maximum abstract syntax tree depth.
- Max
Ast Elements This property is required. int - Maximum abstract syntax tree elements.
- Max
Block Size This property is required. int - A recommendation for what size of the block (in a count of rows) to load from tables.
- Max
Bytes Before External Group By This property is required. int - Limit in bytes for using memoru for GROUP BY before using swap on disk.
- Max
Bytes Before External Sort This property is required. int - This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
- Max
Bytes In Distinct This property is required. int - Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- Max
Bytes In Join This property is required. int - Limit on maximum size of the hash table for JOIN, in bytes.
- Max
Bytes In Set This property is required. int - Limit on the number of bytes in the set resulting from the execution of the IN section.
- Max
Bytes To Read This property is required. int - Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- Max
Bytes To Sort This property is required. int - Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- Max
Bytes To Transfer This property is required. int - Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- Max
Columns To Read This property is required. int - Limits the maximum number of columns that can be read from a table in a single query.
- Max
Execution Time This property is required. int - Limits the maximum query execution time in milliseconds.
- Max
Expanded Ast Elements This property is required. int - Maximum abstract syntax tree depth after after expansion of aliases.
- Max
Insert Block Size This property is required. int - The size of blocks (in a count of rows) to form for insertion into a table.
- Max
Memory Usage This property is required. int - Limits the maximum memory usage (in bytes) for processing queries on a single server.
- Max
Memory Usage For User This property is required. int - Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- Max
Network Bandwidth This property is required. int - Limits the speed of the data exchange over the network in bytes per second.
- Max
Network Bandwidth For User This property is required. int - Limits the speed of the data exchange over the network in bytes per second.
- Max
Query Size This property is required. int - The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- Max
Replica Delay For Distributed Queries This property is required. int - Disables lagging replicas for distributed queries.
- Max
Result Bytes This property is required. int - Limits the number of bytes in the result.
- Max
Result Rows This property is required. int - Limits the number of rows in the result.
- Max
Rows In Distinct This property is required. int - Limits the maximum number of different rows when using DISTINCT.
- Max
Rows In Join This property is required. int - Limit on maximum size of the hash table for JOIN, in rows.
- Max
Rows In Set This property is required. int - Limit on the number of rows in the set resulting from the execution of the IN section.
- Max
Rows To Group By This property is required. int - Limits the maximum number of unique keys received from aggregation function.
- Max
Rows To Read This property is required. int - Limits the maximum number of rows that can be read from a table when running a query.
- Max
Rows To Sort This property is required. int - Limits the maximum number of rows that can be read from a table for sorting.
- Max
Rows To Transfer This property is required. int - Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- Max
Temporary Columns This property is required. int - Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
- Max
Temporary Non Const Columns This property is required. int - Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
- Max
Threads This property is required. int - The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- Merge
Tree Max Bytes To Use Cache This property is required. int - If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
- Merge
Tree Max Rows To Use Cache This property is required. int - If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
- Merge
Tree Min Bytes For Concurrent Read This property is required. int - If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
- Merge
Tree Min Rows For Concurrent Read This property is required. int - If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
- Min
Bytes To Use Direct Io This property is required. int - The minimum data volume required for using direct I/O access to the storage disk.
- Min
Count To Compile This property is required. int - How many times to potentially use a compiled chunk of code before running compilation.
- Min
Count To Compile Expression This property is required. int - A query waits for expression compilation process to complete prior to continuing execution.
- Min
Execution Speed This property is required. int - Minimal execution speed in rows per second.
- Min
Execution Speed Bytes This property is required. int - Minimal execution speed in bytes per second.
- Min
Insert Block Size Bytes This property is required. int - Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- Min
Insert Block Size Rows This property is required. int - Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- Output
Format Json Quote64bit Integers This property is required. bool - If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
- Output
Format Json Quote Denormals This property is required. bool - Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- Priority
This property is required. int - Query priority.
- Quota
Mode This property is required. string - Quota accounting mode.
- Read
Overflow Mode This property is required. string - Sets behaviour on overflow while read. Possible values:
- Readonly
This property is required. int - Restricts permissions for reading data, write data and change settings queries.
- Receive
Timeout This property is required. int - Receive timeout in milliseconds on the socket used for communicating with the client.
- Replication
Alter Partitions Sync This property is required. int - For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- Result
Overflow Mode This property is required. string - Sets behaviour on overflow in result. Possible values:
- Select
Sequential Consistency This property is required. bool - Enables or disables sequential consistency for SELECT queries.
- Send
Progress In Http Headers This property is required. bool - Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- Send
Timeout This property is required. int - Send timeout in milliseconds on the socket used for communicating with the client.
- Set
Overflow Mode This property is required. string - Sets behaviour on overflow in the set resulting. Possible values:
This property is required. bool- Enables or disables silently skipping of unavailable shards.
- Sort
Overflow Mode This property is required. string - Sets behaviour on overflow while sort. Possible values:
- Timeout
Overflow Mode This property is required. string - Sets behaviour on overflow. Possible values:
- Transfer
Overflow Mode This property is required. string - Sets behaviour on overflow. Possible values:
- Transform
Null In This property is required. bool - Enables equality of NULL values for IN operator.
- Use
Uncompressed Cache This property is required. bool - Whether to use a cache of uncompressed blocks.
- Add
Http Cors Header This property is required. bool - Include CORS headers in HTTP responces.
- Allow
Ddl This property is required. bool - Allows or denies DDL queries.
- Compile
This property is required. bool - Enable compilation of queries.
- Compile
Expressions This property is required. bool - Turn on expression compilation.
- Connect
Timeout This property is required. int - Connect timeout in milliseconds on the socket used for communicating with the client.
- Count
Distinct Implementation This property is required. string - Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- Distinct
Overflow Mode This property is required. string - Sets behaviour on overflow when using DISTINCT. Possible values:
- Distributed
Aggregation Memory Efficient This property is required. bool - Determine the behavior of distributed subqueries.
- Distributed
Ddl Task Timeout This property is required. int - Timeout for DDL queries, in milliseconds.
- Distributed
Product Mode This property is required. string - Changes the behaviour of distributed subqueries.
- Empty
Result For Aggregation By Empty Set This property is required. bool - Allows to retunr empty result.
- Enable
Http Compression This property is required. bool - Enables or disables data compression in the response to an HTTP request.
- Fallback
To Stale Replicas For Distributed Queries This property is required. bool - Forces a query to an out-of-date replica if updated data is not available.
- Force
Index By Date This property is required. bool - Disables query execution if the index can’t be used by date.
- Force
Primary Key This property is required. bool - Disables query execution if indexing by the primary key is not possible.
- Group
By Overflow Mode This property is required. string - Sets behaviour on overflow while GROUP BY operation. Possible values:
- Group
By Two Level Threshold This property is required. int - Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- Group
By Two Level Threshold Bytes This property is required. int - Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- Http
Connection Timeout This property is required. int - Timeout for HTTP connection in milliseconds.
- Http
Headers Progress Interval This property is required. int - Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- Http
Receive Timeout This property is required. int - Timeout for HTTP connection in milliseconds.
- Http
Send Timeout This property is required. int - Timeout for HTTP connection in milliseconds.
- Input
Format Defaults For Omitted Fields This property is required. bool - When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- Input
Format Values Interpret Expressions This property is required. bool - Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- Insert
Quorum This property is required. int - Enables the quorum writes.
- Insert
Quorum Timeout This property is required. int - Write to a quorum timeout in milliseconds.
- Join
Overflow Mode This property is required. string - Sets behaviour on overflow in JOIN. Possible values:
- Join
Use Nulls This property is required. bool - Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- Joined
Subquery Requires Alias This property is required. bool - Require aliases for subselects and table functions in FROM that more than one table is present.
- Low
Cardinality Allow In Native Format This property is required. bool - Allows or restricts using the LowCardinality data type with the Native format.
- Max
Ast Depth This property is required. int - Maximum abstract syntax tree depth.
- Max
Ast Elements This property is required. int - Maximum abstract syntax tree elements.
- Max
Block Size This property is required. int - A recommendation for what size of the block (in a count of rows) to load from tables.
- Max
Bytes Before External Group By This property is required. int - Limit in bytes for using memoru for GROUP BY before using swap on disk.
- Max
Bytes Before External Sort This property is required. int - This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
- Max
Bytes In Distinct This property is required. int - Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- Max
Bytes In Join This property is required. int - Limit on maximum size of the hash table for JOIN, in bytes.
- Max
Bytes In Set This property is required. int - Limit on the number of bytes in the set resulting from the execution of the IN section.
- Max
Bytes To Read This property is required. int - Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- Max
Bytes To Sort This property is required. int - Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- Max
Bytes To Transfer This property is required. int - Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- Max
Columns To Read This property is required. int - Limits the maximum number of columns that can be read from a table in a single query.
- Max
Execution Time This property is required. int - Limits the maximum query execution time in milliseconds.
- Max
Expanded Ast Elements This property is required. int - Maximum abstract syntax tree depth after after expansion of aliases.
- Max
Insert Block Size This property is required. int - The size of blocks (in a count of rows) to form for insertion into a table.
- Max
Memory Usage This property is required. int - Limits the maximum memory usage (in bytes) for processing queries on a single server.
- Max
Memory Usage For User This property is required. int - Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- Max
Network Bandwidth This property is required. int - Limits the speed of the data exchange over the network in bytes per second.
- Max
Network Bandwidth For User This property is required. int - Limits the speed of the data exchange over the network in bytes per second.
- Max
Query Size This property is required. int - The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- Max
Replica Delay For Distributed Queries This property is required. int - Disables lagging replicas for distributed queries.
- Max
Result Bytes This property is required. int - Limits the number of bytes in the result.
- Max
Result Rows This property is required. int - Limits the number of rows in the result.
- Max
Rows In Distinct This property is required. int - Limits the maximum number of different rows when using DISTINCT.
- Max
Rows In Join This property is required. int - Limit on maximum size of the hash table for JOIN, in rows.
- Max
Rows In Set This property is required. int - Limit on the number of rows in the set resulting from the execution of the IN section.
- Max
Rows To Group By This property is required. int - Limits the maximum number of unique keys received from aggregation function.
- Max
Rows To Read This property is required. int - Limits the maximum number of rows that can be read from a table when running a query.
- Max
Rows To Sort This property is required. int - Limits the maximum number of rows that can be read from a table for sorting.
- Max
Rows To Transfer This property is required. int - Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- Max
Temporary Columns This property is required. int - Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
- Max
Temporary Non Const Columns This property is required. int - Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
- Max
Threads This property is required. int - The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- Merge
Tree Max Bytes To Use Cache This property is required. int - If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
- Merge
Tree Max Rows To Use Cache This property is required. int - If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
- Merge
Tree Min Bytes For Concurrent Read This property is required. int - If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
- Merge
Tree Min Rows For Concurrent Read This property is required. int - If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
- Min
Bytes To Use Direct Io This property is required. int - The minimum data volume required for using direct I/O access to the storage disk.
- Min
Count To Compile This property is required. int - How many times to potentially use a compiled chunk of code before running compilation.
- Min
Count To Compile Expression This property is required. int - A query waits for expression compilation process to complete prior to continuing execution.
- Min
Execution Speed This property is required. int - Minimal execution speed in rows per second.
- Min
Execution Speed Bytes This property is required. int - Minimal execution speed in bytes per second.
- Min
Insert Block Size Bytes This property is required. int - Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- Min
Insert Block Size Rows This property is required. int - Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- Output
Format Json Quote64bit Integers This property is required. bool - If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
- Output
Format Json Quote Denormals This property is required. bool - Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- Priority
This property is required. int - Query priority.
- Quota
Mode This property is required. string - Quota accounting mode.
- Read
Overflow Mode This property is required. string - Sets behaviour on overflow while read. Possible values:
- Readonly
This property is required. int - Restricts permissions for reading data, write data and change settings queries.
- Receive
Timeout This property is required. int - Receive timeout in milliseconds on the socket used for communicating with the client.
- Replication
Alter Partitions Sync This property is required. int - For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- Result
Overflow Mode This property is required. string - Sets behaviour on overflow in result. Possible values:
- Select
Sequential Consistency This property is required. bool - Enables or disables sequential consistency for SELECT queries.
- Send
Progress In Http Headers This property is required. bool - Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- Send
Timeout This property is required. int - Send timeout in milliseconds on the socket used for communicating with the client.
- Set
Overflow Mode This property is required. string - Sets behaviour on overflow in the set resulting. Possible values:
This property is required. bool- Enables or disables silently skipping of unavailable shards.
- Sort
Overflow Mode This property is required. string - Sets behaviour on overflow while sort. Possible values:
- Timeout
Overflow Mode This property is required. string - Sets behaviour on overflow. Possible values:
- Transfer
Overflow Mode This property is required. string - Sets behaviour on overflow. Possible values:
- Transform
Null In This property is required. bool - Enables equality of NULL values for IN operator.
- Use
Uncompressed Cache This property is required. bool - Whether to use a cache of uncompressed blocks.
- add
Http Cors Header This property is required. Boolean - Include CORS headers in HTTP responces.
- allow
Ddl This property is required. Boolean - Allows or denies DDL queries.
- compile
This property is required. Boolean - Enable compilation of queries.
- compile
Expressions This property is required. Boolean - Turn on expression compilation.
- connect
Timeout This property is required. Integer - Connect timeout in milliseconds on the socket used for communicating with the client.
- count
Distinct Implementation This property is required. String - Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- distinct
Overflow Mode This property is required. String - Sets behaviour on overflow when using DISTINCT. Possible values:
- distributed
Aggregation Memory Efficient This property is required. Boolean - Determine the behavior of distributed subqueries.
- distributed
Ddl Task Timeout This property is required. Integer - Timeout for DDL queries, in milliseconds.
- distributed
Product Mode This property is required. String - Changes the behaviour of distributed subqueries.
- empty
Result For Aggregation By Empty Set This property is required. Boolean - Allows to retunr empty result.
- enable
Http Compression This property is required. Boolean - Enables or disables data compression in the response to an HTTP request.
- fallback
To Stale Replicas For Distributed Queries This property is required. Boolean - Forces a query to an out-of-date replica if updated data is not available.
- force
Index By Date This property is required. Boolean - Disables query execution if the index can’t be used by date.
- force
Primary Key This property is required. Boolean - Disables query execution if indexing by the primary key is not possible.
- group
By Overflow Mode This property is required. String - Sets behaviour on overflow while GROUP BY operation. Possible values:
- group
By Two Level Threshold This property is required. Integer - Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- group
By Two Level Threshold Bytes This property is required. Integer - Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- http
Connection Timeout This property is required. Integer - Timeout for HTTP connection in milliseconds.
- http
Headers Progress Interval This property is required. Integer - Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- http
Receive Timeout This property is required. Integer - Timeout for HTTP connection in milliseconds.
- http
Send Timeout This property is required. Integer - Timeout for HTTP connection in milliseconds.
- input
Format Defaults For Omitted Fields This property is required. Boolean - When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- input
Format Values Interpret Expressions This property is required. Boolean - Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- insert
Quorum This property is required. Integer - Enables the quorum writes.
- insert
Quorum Timeout This property is required. Integer - Write to a quorum timeout in milliseconds.
- join
Overflow Mode This property is required. String - Sets behaviour on overflow in JOIN. Possible values:
- join
Use Nulls This property is required. Boolean - Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- joined
Subquery Requires Alias This property is required. Boolean - Require aliases for subselects and table functions in FROM that more than one table is present.
- low
Cardinality Allow In Native Format This property is required. Boolean - Allows or restricts using the LowCardinality data type with the Native format.
- max
Ast Depth This property is required. Integer - Maximum abstract syntax tree depth.
- max
Ast Elements This property is required. Integer - Maximum abstract syntax tree elements.
- max
Block Size This property is required. Integer - A recommendation for what size of the block (in a count of rows) to load from tables.
- max
Bytes Before External Group By This property is required. Integer - Limit in bytes for using memoru for GROUP BY before using swap on disk.
- max
Bytes Before External Sort This property is required. Integer - This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
- max
Bytes In Distinct This property is required. Integer - Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- max
Bytes In Join This property is required. Integer - Limit on maximum size of the hash table for JOIN, in bytes.
- max
Bytes In Set This property is required. Integer - Limit on the number of bytes in the set resulting from the execution of the IN section.
- max
Bytes To Read This property is required. Integer - Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- max
Bytes To Sort This property is required. Integer - Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- max
Bytes To Transfer This property is required. Integer - Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- max
Columns To Read This property is required. Integer - Limits the maximum number of columns that can be read from a table in a single query.
- max
Execution Time This property is required. Integer - Limits the maximum query execution time in milliseconds.
- max
Expanded Ast Elements This property is required. Integer - Maximum abstract syntax tree depth after after expansion of aliases.
- max
Insert Block Size This property is required. Integer - The size of blocks (in a count of rows) to form for insertion into a table.
- max
Memory Usage This property is required. Integer - Limits the maximum memory usage (in bytes) for processing queries on a single server.
- max
Memory Usage For User This property is required. Integer - Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- max
Network Bandwidth This property is required. Integer - Limits the speed of the data exchange over the network in bytes per second.
- max
Network Bandwidth For User This property is required. Integer - Limits the speed of the data exchange over the network in bytes per second.
- max
Query Size This property is required. Integer - The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- max
Replica Delay For Distributed Queries This property is required. Integer - Disables lagging replicas for distributed queries.
- max
Result Bytes This property is required. Integer - Limits the number of bytes in the result.
- max
Result Rows This property is required. Integer - Limits the number of rows in the result.
- max
Rows In Distinct This property is required. Integer - Limits the maximum number of different rows when using DISTINCT.
- max
Rows In Join This property is required. Integer - Limit on maximum size of the hash table for JOIN, in rows.
- max
Rows In Set This property is required. Integer - Limit on the number of rows in the set resulting from the execution of the IN section.
- max
Rows To Group By This property is required. Integer - Limits the maximum number of unique keys received from aggregation function.
- max
Rows To Read This property is required. Integer - Limits the maximum number of rows that can be read from a table when running a query.
- max
Rows To Sort This property is required. Integer - Limits the maximum number of rows that can be read from a table for sorting.
- max
Rows To Transfer This property is required. Integer - Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- max
Temporary Columns This property is required. Integer - Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
- max
Temporary Non Const Columns This property is required. Integer - Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
- max
Threads This property is required. Integer - The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- merge
Tree Max Bytes To Use Cache This property is required. Integer - If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
- merge
Tree Max Rows To Use Cache This property is required. Integer - If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
- merge
Tree Min Bytes For Concurrent Read This property is required. Integer - If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
- merge
Tree Min Rows For Concurrent Read This property is required. Integer - If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
- min
Bytes To Use Direct Io This property is required. Integer - The minimum data volume required for using direct I/O access to the storage disk.
- min
Count To Compile This property is required. Integer - How many times to potentially use a compiled chunk of code before running compilation.
- min
Count To Compile Expression This property is required. Integer - A query waits for expression compilation process to complete prior to continuing execution.
- min
Execution Speed This property is required. Integer - Minimal execution speed in rows per second.
- min
Execution Speed Bytes This property is required. Integer - Minimal execution speed in bytes per second.
- min
Insert Block Size Bytes This property is required. Integer - Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- min
Insert Block Size Rows This property is required. Integer - Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- output
Format Json Quote64bit Integers This property is required. Boolean - If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
- output
Format Json Quote Denormals This property is required. Boolean - Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- priority
This property is required. Integer - Query priority.
- quota
Mode This property is required. String - Quota accounting mode.
- read
Overflow Mode This property is required. String - Sets behaviour on overflow while read. Possible values:
- readonly
This property is required. Integer - Restricts permissions for reading data, write data and change settings queries.
- receive
Timeout This property is required. Integer - Receive timeout in milliseconds on the socket used for communicating with the client.
- replication
Alter Partitions Sync This property is required. Integer - For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- result
Overflow Mode This property is required. String - Sets behaviour on overflow in result. Possible values:
- select
Sequential Consistency This property is required. Boolean - Enables or disables sequential consistency for SELECT queries.
- send
Progress In Http Headers This property is required. Boolean - Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- send
Timeout This property is required. Integer - Send timeout in milliseconds on the socket used for communicating with the client.
- set
Overflow Mode This property is required. String - Sets behaviour on overflow in the set resulting. Possible values:
This property is required. Boolean- Enables or disables silently skipping of unavailable shards.
- sort
Overflow Mode This property is required. String - Sets behaviour on overflow while sort. Possible values:
- timeout
Overflow Mode This property is required. String - Sets behaviour on overflow. Possible values:
- transfer
Overflow Mode This property is required. String - Sets behaviour on overflow. Possible values:
- transform
Null In This property is required. Boolean - Enables equality of NULL values for IN operator.
- use
Uncompressed Cache This property is required. Boolean - Whether to use a cache of uncompressed blocks.
- add
Http Cors Header This property is required. boolean - Include CORS headers in HTTP responces.
- allow
Ddl This property is required. boolean - Allows or denies DDL queries.
- compile
This property is required. boolean - Enable compilation of queries.
- compile
Expressions This property is required. boolean - Turn on expression compilation.
- connect
Timeout This property is required. number - Connect timeout in milliseconds on the socket used for communicating with the client.
- count
Distinct Implementation This property is required. string - Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- distinct
Overflow Mode This property is required. string - Sets behaviour on overflow when using DISTINCT. Possible values:
- distributed
Aggregation Memory Efficient This property is required. boolean - Determine the behavior of distributed subqueries.
- distributed
Ddl Task Timeout This property is required. number - Timeout for DDL queries, in milliseconds.
- distributed
Product Mode This property is required. string - Changes the behaviour of distributed subqueries.
- empty
Result For Aggregation By Empty Set This property is required. boolean - Allows to retunr empty result.
- enable
Http Compression This property is required. boolean - Enables or disables data compression in the response to an HTTP request.
- fallback
To Stale Replicas For Distributed Queries This property is required. boolean - Forces a query to an out-of-date replica if updated data is not available.
- force
Index By Date This property is required. boolean - Disables query execution if the index can’t be used by date.
- force
Primary Key This property is required. boolean - Disables query execution if indexing by the primary key is not possible.
- group
By Overflow Mode This property is required. string - Sets behaviour on overflow while GROUP BY operation. Possible values:
- group
By Two Level Threshold This property is required. number - Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- group
By Two Level Threshold Bytes This property is required. number - Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- http
Connection Timeout This property is required. number - Timeout for HTTP connection in milliseconds.
- http
Headers Progress Interval This property is required. number - Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- http
Receive Timeout This property is required. number - Timeout for HTTP connection in milliseconds.
- http
Send Timeout This property is required. number - Timeout for HTTP connection in milliseconds.
- input
Format Defaults For Omitted Fields This property is required. boolean - When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- input
Format Values Interpret Expressions This property is required. boolean - Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- insert
Quorum This property is required. number - Enables the quorum writes.
- insert
Quorum Timeout This property is required. number - Write to a quorum timeout in milliseconds.
- join
Overflow Mode This property is required. string - Sets behaviour on overflow in JOIN. Possible values:
- join
Use Nulls This property is required. boolean - Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- joined
Subquery Requires Alias This property is required. boolean - Require aliases for subselects and table functions in FROM that more than one table is present.
- low
Cardinality Allow In Native Format This property is required. boolean - Allows or restricts using the LowCardinality data type with the Native format.
- max
Ast Depth This property is required. number - Maximum abstract syntax tree depth.
- max
Ast Elements This property is required. number - Maximum abstract syntax tree elements.
- max
Block Size This property is required. number - A recommendation for what size of the block (in a count of rows) to load from tables.
- max
Bytes Before External Group By This property is required. number - Limit in bytes for using memoru for GROUP BY before using swap on disk.
- max
Bytes Before External Sort This property is required. number - This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
- max
Bytes In Distinct This property is required. number - Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- max
Bytes In Join This property is required. number - Limit on maximum size of the hash table for JOIN, in bytes.
- max
Bytes In Set This property is required. number - Limit on the number of bytes in the set resulting from the execution of the IN section.
- max
Bytes To Read This property is required. number - Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- max
Bytes To Sort This property is required. number - Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- max
Bytes To Transfer This property is required. number - Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- max
Columns To Read This property is required. number - Limits the maximum number of columns that can be read from a table in a single query.
- max
Execution Time This property is required. number - Limits the maximum query execution time in milliseconds.
- max
Expanded Ast Elements This property is required. number - Maximum abstract syntax tree depth after after expansion of aliases.
- max
Insert Block Size This property is required. number - The size of blocks (in a count of rows) to form for insertion into a table.
- max
Memory Usage This property is required. number - Limits the maximum memory usage (in bytes) for processing queries on a single server.
- max
Memory Usage For User This property is required. number - Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- max
Network Bandwidth This property is required. number - Limits the speed of the data exchange over the network in bytes per second.
- max
Network Bandwidth For User This property is required. number - Limits the speed of the data exchange over the network in bytes per second.
- max
Query Size This property is required. number - The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- max
Replica Delay For Distributed Queries This property is required. number - Disables lagging replicas for distributed queries.
- max
Result Bytes This property is required. number - Limits the number of bytes in the result.
- max
Result Rows This property is required. number - Limits the number of rows in the result.
- max
Rows In Distinct This property is required. number - Limits the maximum number of different rows when using DISTINCT.
- max
Rows In Join This property is required. number - Limit on maximum size of the hash table for JOIN, in rows.
- max
Rows In Set This property is required. number - Limit on the number of rows in the set resulting from the execution of the IN section.
- max
Rows To Group By This property is required. number - Limits the maximum number of unique keys received from aggregation function.
- max
Rows To Read This property is required. number - Limits the maximum number of rows that can be read from a table when running a query.
- max
Rows To Sort This property is required. number - Limits the maximum number of rows that can be read from a table for sorting.
- max
Rows To Transfer This property is required. number - Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- max
Temporary Columns This property is required. number - Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
- max
Temporary Non Const Columns This property is required. number - Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
- max
Threads This property is required. number - The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- merge
Tree Max Bytes To Use Cache This property is required. number - If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
- merge
Tree Max Rows To Use Cache This property is required. number - If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
- merge
Tree Min Bytes For Concurrent Read This property is required. number - If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
- merge
Tree Min Rows For Concurrent Read This property is required. number - If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
- min
Bytes To Use Direct Io This property is required. number - The minimum data volume required for using direct I/O access to the storage disk.
- min
Count To Compile This property is required. number - How many times to potentially use a compiled chunk of code before running compilation.
- min
Count To Compile Expression This property is required. number - A query waits for expression compilation process to complete prior to continuing execution.
- min
Execution Speed This property is required. number - Minimal execution speed in rows per second.
- min
Execution Speed Bytes This property is required. number - Minimal execution speed in bytes per second.
- min
Insert Block Size Bytes This property is required. number - Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- min
Insert Block Size Rows This property is required. number - Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- output
Format Json Quote64bit Integers This property is required. boolean - If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
- output
Format Json Quote Denormals This property is required. boolean - Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- priority
This property is required. number - Query priority.
- quota
Mode This property is required. string - Quota accounting mode.
- read
Overflow Mode This property is required. string - Sets behaviour on overflow while read. Possible values:
- readonly
This property is required. number - Restricts permissions for reading data, write data and change settings queries.
- receive
Timeout This property is required. number - Receive timeout in milliseconds on the socket used for communicating with the client.
- replication
Alter Partitions Sync This property is required. number - For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- result
Overflow Mode This property is required. string - Sets behaviour on overflow in result. Possible values:
- select
Sequential Consistency This property is required. boolean - Enables or disables sequential consistency for SELECT queries.
- send
Progress In Http Headers This property is required. boolean - Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- send
Timeout This property is required. number - Send timeout in milliseconds on the socket used for communicating with the client.
- set
Overflow Mode This property is required. string - Sets behaviour on overflow in the set resulting. Possible values:
This property is required. boolean- Enables or disables silently skipping of unavailable shards.
- sort
Overflow Mode This property is required. string - Sets behaviour on overflow while sort. Possible values:
- timeout
Overflow Mode This property is required. string - Sets behaviour on overflow. Possible values:
- transfer
Overflow Mode This property is required. string - Sets behaviour on overflow. Possible values:
- transform
Null In This property is required. boolean - Enables equality of NULL values for IN operator.
- use
Uncompressed Cache This property is required. boolean - Whether to use a cache of uncompressed blocks.
- add_
http_ cors_ header This property is required. bool - Include CORS headers in HTTP responces.
- allow_
ddl This property is required. bool - Allows or denies DDL queries.
- compile
This property is required. bool - Enable compilation of queries.
- compile_
expressions This property is required. bool - Turn on expression compilation.
- connect_
timeout This property is required. int - Connect timeout in milliseconds on the socket used for communicating with the client.
- count_
distinct_ implementation This property is required. str - Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- distinct_
overflow_ mode This property is required. str - Sets behaviour on overflow when using DISTINCT. Possible values:
- distributed_
aggregation_ memory_ efficient This property is required. bool - Determine the behavior of distributed subqueries.
- distributed_
ddl_ task_ timeout This property is required. int - Timeout for DDL queries, in milliseconds.
- distributed_
product_ mode This property is required. str - Changes the behaviour of distributed subqueries.
- empty_
result_ for_ aggregation_ by_ empty_ set This property is required. bool - Allows to retunr empty result.
- enable_
http_ compression This property is required. bool - Enables or disables data compression in the response to an HTTP request.
- fallback_
to_ stale_ replicas_ for_ distributed_ queries This property is required. bool - Forces a query to an out-of-date replica if updated data is not available.
- force_
index_ by_ date This property is required. bool - Disables query execution if the index can’t be used by date.
- force_
primary_ key This property is required. bool - Disables query execution if indexing by the primary key is not possible.
- group_
by_ overflow_ mode This property is required. str - Sets behaviour on overflow while GROUP BY operation. Possible values:
- group_
by_ two_ level_ threshold This property is required. int - Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- group_
by_ two_ level_ threshold_ bytes This property is required. int - Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- http_
connection_ timeout This property is required. int - Timeout for HTTP connection in milliseconds.
- http_
headers_ progress_ interval This property is required. int - Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- http_
receive_ timeout This property is required. int - Timeout for HTTP connection in milliseconds.
- http_
send_ timeout This property is required. int - Timeout for HTTP connection in milliseconds.
- input_
format_ defaults_ for_ omitted_ fields This property is required. bool - When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- input_
format_ values_ interpret_ expressions This property is required. bool - Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- insert_
quorum This property is required. int - Enables the quorum writes.
- insert_
quorum_ timeout This property is required. int - Write to a quorum timeout in milliseconds.
- join_
overflow_ mode This property is required. str - Sets behaviour on overflow in JOIN. Possible values:
- join_
use_ nulls This property is required. bool - Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- joined_
subquery_ requires_ alias This property is required. bool - Require aliases for subselects and table functions in FROM that more than one table is present.
- low_
cardinality_ allow_ in_ native_ format This property is required. bool - Allows or restricts using the LowCardinality data type with the Native format.
- max_
ast_ depth This property is required. int - Maximum abstract syntax tree depth.
- max_
ast_ elements This property is required. int - Maximum abstract syntax tree elements.
- max_
block_ size This property is required. int - A recommendation for what size of the block (in a count of rows) to load from tables.
- max_
bytes_ before_ external_ group_ by This property is required. int - Limit in bytes for using memoru for GROUP BY before using swap on disk.
- max_
bytes_ before_ external_ sort This property is required. int - This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
- max_
bytes_ in_ distinct This property is required. int - Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- max_
bytes_ in_ join This property is required. int - Limit on maximum size of the hash table for JOIN, in bytes.
- max_
bytes_ in_ set This property is required. int - Limit on the number of bytes in the set resulting from the execution of the IN section.
- max_
bytes_ to_ read This property is required. int - Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- max_
bytes_ to_ sort This property is required. int - Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- max_
bytes_ to_ transfer This property is required. int - Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- max_
columns_ to_ read This property is required. int - Limits the maximum number of columns that can be read from a table in a single query.
- max_
execution_ time This property is required. int - Limits the maximum query execution time in milliseconds.
- max_
expanded_ ast_ elements This property is required. int - Maximum abstract syntax tree depth after after expansion of aliases.
- max_
insert_ block_ size This property is required. int - The size of blocks (in a count of rows) to form for insertion into a table.
- max_
memory_ usage This property is required. int - Limits the maximum memory usage (in bytes) for processing queries on a single server.
- max_
memory_ usage_ for_ user This property is required. int - Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- max_
network_ bandwidth This property is required. int - Limits the speed of the data exchange over the network in bytes per second.
- max_
network_ bandwidth_ for_ user This property is required. int - Limits the speed of the data exchange over the network in bytes per second.
- max_
query_ size This property is required. int - The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- max_
replica_ delay_ for_ distributed_ queries This property is required. int - Disables lagging replicas for distributed queries.
- max_
result_ bytes This property is required. int - Limits the number of bytes in the result.
- max_
result_ rows This property is required. int - Limits the number of rows in the result.
- max_
rows_ in_ distinct This property is required. int - Limits the maximum number of different rows when using DISTINCT.
- max_
rows_ in_ join This property is required. int - Limit on maximum size of the hash table for JOIN, in rows.
- max_
rows_ in_ set This property is required. int - Limit on the number of rows in the set resulting from the execution of the IN section.
- max_
rows_ to_ group_ by This property is required. int - Limits the maximum number of unique keys received from aggregation function.
- max_
rows_ to_ read This property is required. int - Limits the maximum number of rows that can be read from a table when running a query.
- max_
rows_ to_ sort This property is required. int - Limits the maximum number of rows that can be read from a table for sorting.
- max_
rows_ to_ transfer This property is required. int - Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- max_
temporary_ columns This property is required. int - Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
- max_
temporary_ non_ const_ columns This property is required. int - Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
- max_
threads This property is required. int - The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- merge_
tree_ max_ bytes_ to_ use_ cache This property is required. int - If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
- merge_
tree_ max_ rows_ to_ use_ cache This property is required. int - If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
- merge_
tree_ min_ bytes_ for_ concurrent_ read This property is required. int - If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
- merge_
tree_ min_ rows_ for_ concurrent_ read This property is required. int - If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
- min_
bytes_ to_ use_ direct_ io This property is required. int - The minimum data volume required for using direct I/O access to the storage disk.
- min_
count_ to_ compile This property is required. int - How many times to potentially use a compiled chunk of code before running compilation.
- min_
count_ to_ compile_ expression This property is required. int - A query waits for expression compilation process to complete prior to continuing execution.
- min_
execution_ speed This property is required. int - Minimal execution speed in rows per second.
- min_
execution_ speed_ bytes This property is required. int - Minimal execution speed in bytes per second.
- min_
insert_ block_ size_ bytes This property is required. int - Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- min_
insert_ block_ size_ rows This property is required. int - Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- output_
format_ json_ quote64bit_ integers This property is required. bool - If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
- output_
format_ json_ quote_ denormals This property is required. bool - Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- priority
This property is required. int - Query priority.
- quota_
mode This property is required. str - Quota accounting mode.
- read_
overflow_ mode This property is required. str - Sets behaviour on overflow while read. Possible values:
- readonly
This property is required. int - Restricts permissions for reading data, write data and change settings queries.
- receive_
timeout This property is required. int - Receive timeout in milliseconds on the socket used for communicating with the client.
- replication_
alter_ partitions_ sync This property is required. int - For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- result_
overflow_ mode This property is required. str - Sets behaviour on overflow in result. Possible values:
- select_
sequential_ consistency This property is required. bool - Enables or disables sequential consistency for SELECT queries.
- send_
progress_ in_ http_ headers This property is required. bool - Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- send_
timeout This property is required. int - Send timeout in milliseconds on the socket used for communicating with the client.
- set_
overflow_ mode This property is required. str - Sets behaviour on overflow in the set resulting. Possible values:
This property is required. bool- Enables or disables silently skipping of unavailable shards.
- sort_
overflow_ mode This property is required. str - Sets behaviour on overflow while sort. Possible values:
- timeout_
overflow_ mode This property is required. str - Sets behaviour on overflow. Possible values:
- transfer_
overflow_ mode This property is required. str - Sets behaviour on overflow. Possible values:
- transform_
null_ in This property is required. bool - Enables equality of NULL values for IN operator.
- use_
uncompressed_ cache This property is required. bool - Whether to use a cache of uncompressed blocks.
- add
Http Cors Header This property is required. Boolean - Include CORS headers in HTTP responces.
- allow
Ddl This property is required. Boolean - Allows or denies DDL queries.
- compile
This property is required. Boolean - Enable compilation of queries.
- compile
Expressions This property is required. Boolean - Turn on expression compilation.
- connect
Timeout This property is required. Number - Connect timeout in milliseconds on the socket used for communicating with the client.
- count
Distinct Implementation This property is required. String - Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- distinct
Overflow Mode This property is required. String - Sets behaviour on overflow when using DISTINCT. Possible values:
- distributed
Aggregation Memory Efficient This property is required. Boolean - Determine the behavior of distributed subqueries.
- distributed
Ddl Task Timeout This property is required. Number - Timeout for DDL queries, in milliseconds.
- distributed
Product Mode This property is required. String - Changes the behaviour of distributed subqueries.
- empty
Result For Aggregation By Empty Set This property is required. Boolean - Allows to retunr empty result.
- enable
Http Compression This property is required. Boolean - Enables or disables data compression in the response to an HTTP request.
- fallback
To Stale Replicas For Distributed Queries This property is required. Boolean - Forces a query to an out-of-date replica if updated data is not available.
- force
Index By Date This property is required. Boolean - Disables query execution if the index can’t be used by date.
- force
Primary Key This property is required. Boolean - Disables query execution if indexing by the primary key is not possible.
- group
By Overflow Mode This property is required. String - Sets behaviour on overflow while GROUP BY operation. Possible values:
- group
By Two Level Threshold This property is required. Number - Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- group
By Two Level Threshold Bytes This property is required. Number - Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- http
Connection Timeout This property is required. Number - Timeout for HTTP connection in milliseconds.
- http
Headers Progress Interval This property is required. Number - Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- http
Receive Timeout This property is required. Number - Timeout for HTTP connection in milliseconds.
- http
Send Timeout This property is required. Number - Timeout for HTTP connection in milliseconds.
- input
Format Defaults For Omitted Fields This property is required. Boolean - When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- input
Format Values Interpret Expressions This property is required. Boolean - Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- insert
Quorum This property is required. Number - Enables the quorum writes.
- insert
Quorum Timeout This property is required. Number - Write to a quorum timeout in milliseconds.
- join
Overflow Mode This property is required. String - Sets behaviour on overflow in JOIN. Possible values:
- join
Use Nulls This property is required. Boolean - Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- joined
Subquery Requires Alias This property is required. Boolean - Require aliases for subselects and table functions in FROM that more than one table is present.
- low
Cardinality Allow In Native Format This property is required. Boolean - Allows or restricts using the LowCardinality data type with the Native format.
- max
Ast Depth This property is required. Number - Maximum abstract syntax tree depth.
- max
Ast Elements This property is required. Number - Maximum abstract syntax tree elements.
- max
Block Size This property is required. Number - A recommendation for what size of the block (in a count of rows) to load from tables.
- max
Bytes Before External Group By This property is required. Number - Limit in bytes for using memoru for GROUP BY before using swap on disk.
- max
Bytes Before External Sort This property is required. Number - This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
- max
Bytes In Distinct This property is required. Number - Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- max
Bytes In Join This property is required. Number - Limit on maximum size of the hash table for JOIN, in bytes.
- max
Bytes In Set This property is required. Number - Limit on the number of bytes in the set resulting from the execution of the IN section.
- max
Bytes To Read This property is required. Number - Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- max
Bytes To Sort This property is required. Number - Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- max
Bytes To Transfer This property is required. Number - Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- max
Columns To Read This property is required. Number - Limits the maximum number of columns that can be read from a table in a single query.
- max
Execution Time This property is required. Number - Limits the maximum query execution time in milliseconds.
- max
Expanded Ast Elements This property is required. Number - Maximum abstract syntax tree depth after after expansion of aliases.
- max
Insert Block Size This property is required. Number - The size of blocks (in a count of rows) to form for insertion into a table.
- max
Memory Usage This property is required. Number - Limits the maximum memory usage (in bytes) for processing queries on a single server.
- max
Memory Usage For User This property is required. Number - Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- max
Network Bandwidth This property is required. Number - Limits the speed of the data exchange over the network in bytes per second.
- max
Network Bandwidth For User This property is required. Number - Limits the speed of the data exchange over the network in bytes per second.
- max
Query Size This property is required. Number - The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- max
Replica Delay For Distributed Queries This property is required. Number - Disables lagging replicas for distributed queries.
- max
Result Bytes This property is required. Number - Limits the number of bytes in the result.
- max
Result Rows This property is required. Number - Limits the number of rows in the result.
- max
Rows In Distinct This property is required. Number - Limits the maximum number of different rows when using DISTINCT.
- max
Rows In Join This property is required. Number - Limit on maximum size of the hash table for JOIN, in rows.
- max
Rows In Set This property is required. Number - Limit on the number of rows in the set resulting from the execution of the IN section.
- max
Rows To Group By This property is required. Number - Limits the maximum number of unique keys received from aggregation function.
- max
Rows To Read This property is required. Number - Limits the maximum number of rows that can be read from a table when running a query.
- max
Rows To Sort This property is required. Number - Limits the maximum number of rows that can be read from a table for sorting.
- max
Rows To Transfer This property is required. Number - Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- max
Temporary Columns This property is required. Number - Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
- max
Temporary Non Const Columns This property is required. Number - Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
- max
Threads This property is required. Number - The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- merge
Tree Max Bytes To Use Cache This property is required. Number - If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
- merge
Tree Max Rows To Use Cache This property is required. Number - If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
- merge
Tree Min Bytes For Concurrent Read This property is required. Number - If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
- merge
Tree Min Rows For Concurrent Read This property is required. Number - If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
- min
Bytes To Use Direct Io This property is required. Number - The minimum data volume required for using direct I/O access to the storage disk.
- min
Count To Compile This property is required. Number - How many times to potentially use a compiled chunk of code before running compilation.
- min
Count To Compile Expression This property is required. Number - A query waits for expression compilation process to complete prior to continuing execution.
- min
Execution Speed This property is required. Number - Minimal execution speed in rows per second.
- min
Execution Speed Bytes This property is required. Number - Minimal execution speed in bytes per second.
- min
Insert Block Size Bytes This property is required. Number - Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- min
Insert Block Size Rows This property is required. Number - Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- output
Format Json Quote64bit Integers This property is required. Boolean - If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
- output
Format Json Quote Denormals This property is required. Boolean - Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- priority
This property is required. Number - Query priority.
- quota
Mode This property is required. String - Quota accounting mode.
- read
Overflow Mode This property is required. String - Sets behaviour on overflow while read. Possible values:
- readonly
This property is required. Number - Restricts permissions for reading data, write data and change settings queries.
- receive
Timeout This property is required. Number - Receive timeout in milliseconds on the socket used for communicating with the client.
- replication
Alter Partitions Sync This property is required. Number - For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- result
Overflow Mode This property is required. String - Sets behaviour on overflow in result. Possible values:
- select
Sequential Consistency This property is required. Boolean - Enables or disables sequential consistency for SELECT queries.
- send
Progress In Http Headers This property is required. Boolean - Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- send
Timeout This property is required. Number - Send timeout in milliseconds on the socket used for communicating with the client.
- set
Overflow Mode This property is required. String - Sets behaviour on overflow in the set resulting. Possible values:
This property is required. Boolean- Enables or disables silently skipping of unavailable shards.
- sort
Overflow Mode This property is required. String - Sets behaviour on overflow while sort. Possible values:
- timeout
Overflow Mode This property is required. String - Sets behaviour on overflow. Possible values:
- transfer
Overflow Mode This property is required. String - Sets behaviour on overflow. Possible values:
- transform
Null In This property is required. Boolean - Enables equality of NULL values for IN operator.
- use
Uncompressed Cache This property is required. Boolean - Whether to use a cache of uncompressed blocks.
GetMdbClickhouseClusterZookeeper
- Resources
This property is required. List<GetMdb Clickhouse Cluster Zookeeper Resource> - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- Resources
This property is required. []GetMdb Clickhouse Cluster Zookeeper Resource - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources
This property is required. List<GetMdb Clickhouse Cluster Zookeeper Resource> - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources
This property is required. GetMdb Clickhouse Cluster Zookeeper Resource[] - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources
This property is required. Sequence[GetMdb Clickhouse Cluster Zookeeper Resource] - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources
This property is required. List<Property Map> - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
GetMdbClickhouseClusterZookeeperResource
- Disk
Size This property is required. int - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- Disk
Type Id This property is required. string - Type of the storage of ClickHouse or ZooKeeper hosts.
- Resource
Preset Id This property is required. string
- Disk
Size This property is required. int - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- Disk
Type Id This property is required. string - Type of the storage of ClickHouse or ZooKeeper hosts.
- Resource
Preset Id This property is required. string
- disk
Size This property is required. Integer - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk
Type Id This property is required. String - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource
Preset Id This property is required. String
- disk
Size This property is required. number - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk
Type Id This property is required. string - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource
Preset Id This property is required. string
- disk_
size This property is required. int - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk_
type_ id This property is required. str - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource_
preset_ id This property is required. str
- disk
Size This property is required. Number - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk
Type Id This property is required. String - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource
Preset Id This property is required. String
Package Details
- Repository
- Yandex pulumi/pulumi-yandex
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
yandex
Terraform Provider.