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 pulumi
import pulumi_yandex as yandex
foo = yandex.get_mdb_clickhouse_cluster(name="test")
pulumi.export("networkId", foo.network_id)
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;
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)
// Output-based functions aren't available in Java yet
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 bool - Allow access for Web SQL.
- Metrika bool
- Allow access for Yandex.Metrika.
- Serverless bool
- Allow access for Serverless.
- Web
Sql bool - Allow access for DataLens.
- Data
Lens bool - Allow access for Web SQL.
- Metrika bool
- Allow access for Yandex.Metrika.
- Serverless bool
- Allow access for Serverless.
- Web
Sql bool - Allow access for DataLens.
- data
Lens Boolean - Allow access for Web SQL.
- metrika Boolean
- Allow access for Yandex.Metrika.
- serverless Boolean
- Allow access for Serverless.
- web
Sql Boolean - Allow access for DataLens.
- data
Lens boolean - Allow access for Web SQL.
- metrika boolean
- Allow access for Yandex.Metrika.
- serverless boolean
- Allow access for Serverless.
- web
Sql boolean - Allow access for DataLens.
- data_
lens bool - Allow access for Web SQL.
- metrika bool
- Allow access for Yandex.Metrika.
- serverless bool
- Allow access for Serverless.
- web_
sql bool - Allow access for DataLens.
- data
Lens Boolean - Allow access for Web SQL.
- metrika Boolean
- Allow access for Yandex.Metrika.
- serverless Boolean
- Allow access for Serverless.
- web
Sql Boolean - Allow access for DataLens.
GetMdbClickhouseClusterBackupWindowStart
GetMdbClickhouseClusterClickhouse
- Config
Get
Mdb Clickhouse Cluster Clickhouse Config - Main ClickHouse cluster configuration. The structure is documented below.
- Resources
List<Get
Mdb Clickhouse Cluster Clickhouse Resource> - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- Config
Get
Mdb Clickhouse Cluster Clickhouse Config - Main ClickHouse cluster configuration. The structure is documented below.
- Resources
[]Get
Mdb Clickhouse Cluster Clickhouse Resource - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- config
Get
Mdb Clickhouse Cluster Clickhouse Config - Main ClickHouse cluster configuration. The structure is documented below.
- resources
List<Get
Mdb Clickhouse Cluster Clickhouse Resource> - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- config
Get
Mdb Clickhouse Cluster Clickhouse Config - Main ClickHouse cluster configuration. The structure is documented below.
- resources
Get
Mdb Clickhouse Cluster Clickhouse Resource[] - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- config
Get
Mdb Clickhouse Cluster Clickhouse Config - Main ClickHouse cluster configuration. The structure is documented below.
- resources
Sequence[Get
Mdb Clickhouse Cluster Clickhouse Resource] - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- config Property Map
- Main ClickHouse cluster configuration. The structure is documented below.
- resources List<Property Map>
- Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
GetMdbClickhouseClusterClickhouseConfig
- Kafkas
List<Get
Mdb Clickhouse Cluster Clickhouse Config Kafka> - Kafka connection configuration. The structure is documented below.
- Merge
Tree GetMdb Clickhouse Cluster Clickhouse Config Merge Tree - MergeTree engine configuration. The structure is documented below.
- Rabbitmq
Get
Mdb 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
[]Get
Mdb Clickhouse Cluster Clickhouse Config Kafka - Kafka connection configuration. The structure is documented below.
- Merge
Tree GetMdb Clickhouse Cluster Clickhouse Config Merge Tree - MergeTree engine configuration. The structure is documented below.
- Rabbitmq
Get
Mdb 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
List<Get
Mdb Clickhouse Cluster Clickhouse Config Kafka> - Kafka connection configuration. The structure is documented below.
- merge
Tree GetMdb Clickhouse Cluster Clickhouse Config Merge Tree - MergeTree engine configuration. The structure is documented below.
- rabbitmq
Get
Mdb 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
Get
Mdb Clickhouse Cluster Clickhouse Config Kafka[] - Kafka connection configuration. The structure is documented below.
- merge
Tree GetMdb Clickhouse Cluster Clickhouse Config Merge Tree - MergeTree engine configuration. The structure is documented below.
- rabbitmq
Get
Mdb 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
Sequence[Get
Mdb Clickhouse Cluster Clickhouse Config Kafka] - Kafka connection configuration. The structure is documented below.
- merge_
tree GetMdb Clickhouse Cluster Clickhouse Config Merge Tree - MergeTree engine configuration. The structure is documented below.
- rabbitmq
Get
Mdb 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 List<Property Map>
- Kafka connection configuration. The structure is documented below.
- merge
Tree Property Map - MergeTree engine configuration. The structure is documented below.
- rabbitmq 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 string
- Method: Compression method. Two methods are available: LZ4 and zstd.
- Min
Part intSize - 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 doubleSize Ratio - 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 string
- Method: Compression method. Two methods are available: LZ4 and zstd.
- Min
Part intSize - 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 float64Size Ratio - 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 String
- Method: Compression method. Two methods are available: LZ4 and zstd.
- min
Part IntegerSize - 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 DoubleSize Ratio - 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 string
- Method: Compression method. Two methods are available: LZ4 and zstd.
- min
Part numberSize - 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 numberSize Ratio - 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 str
- Method: Compression method. Two methods are available: LZ4 and zstd.
- min_
part_ intsize - 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_ floatsize_ ratio - 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 String
- Method: Compression method. Two methods are available: LZ4 and zstd.
- min
Part NumberSize - 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 NumberSize Ratio - 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 string
- The name of the ClickHouse cluster.
- Patterns
List<Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern> - Set of thinning rules.
- Name string
- The name of the ClickHouse cluster.
- Patterns
[]Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern - Set of thinning rules.
- name String
- The name of the ClickHouse cluster.
- patterns
List<Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern> - Set of thinning rules.
- name string
- The name of the ClickHouse cluster.
- patterns
Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern[] - Set of thinning rules.
- name str
- The name of the ClickHouse cluster.
- patterns
Sequence[Get
Mdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern] - Set of thinning rules.
- name String
- The name of the ClickHouse cluster.
- patterns List<Property Map>
- Set of thinning rules.
GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPattern
- Function 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 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 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 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 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 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 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 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 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 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 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 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 int - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- Disk
Type stringId - Type of the storage of ClickHouse or ZooKeeper hosts.
- Resource
Preset stringId
- Disk
Size int - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- Disk
Type stringId - Type of the storage of ClickHouse or ZooKeeper hosts.
- Resource
Preset stringId
- disk
Size Integer - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk
Type StringId - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource
Preset StringId
- disk
Size number - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk
Type stringId - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource
Preset stringId
- disk_
size int - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk_
type_ strid - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource_
preset_ strid
- disk
Size Number - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk
Type StringId - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource
Preset StringId
GetMdbClickhouseClusterCloudStorage
- Enabled bool
- (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either
true
orfalse
.
- Enabled bool
- (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either
true
orfalse
.
- enabled Boolean
- (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either
true
orfalse
.
- enabled boolean
- (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either
true
orfalse
.
- enabled bool
- (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either
true
orfalse
.
- enabled Boolean
- (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either
true
orfalse
.
GetMdbClickhouseClusterDatabase
- Name string
- The name of the ClickHouse cluster.
- Name string
- The name of the ClickHouse cluster.
- name String
- The name of the ClickHouse cluster.
- name string
- The name of the ClickHouse cluster.
- name str
- The name of the ClickHouse cluster.
- name String
- The name of the ClickHouse cluster.
GetMdbClickhouseClusterFormatSchema
GetMdbClickhouseClusterHost
- Assign
Public boolIp - Sets whether the host should get a public IP address on creation.
- Fqdn string
- The fully qualified domain name of the host.
- string
- The name of the shard to which the host belongs.
- Subnet
Id 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 string
- Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - Zone string
- The availability zone where the ClickHouse host will be created.
- Assign
Public boolIp - Sets whether the host should get a public IP address on creation.
- Fqdn string
- The fully qualified domain name of the host.
- string
- The name of the shard to which the host belongs.
- Subnet
Id 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 string
- Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - Zone string
- The availability zone where the ClickHouse host will be created.
- assign
Public BooleanIp - Sets whether the host should get a public IP address on creation.
- fqdn String
- The fully qualified domain name of the host.
- String
- The name of the shard to which the host belongs.
- subnet
Id 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 String
- Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - zone String
- The availability zone where the ClickHouse host will be created.
- assign
Public booleanIp - Sets whether the host should get a public IP address on creation.
- fqdn string
- The fully qualified domain name of the host.
- string
- The name of the shard to which the host belongs.
- subnet
Id 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 string
- Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - zone string
- The availability zone where the ClickHouse host will be created.
- assign_
public_ boolip - Sets whether the host should get a public IP address on creation.
- fqdn str
- The fully qualified domain name of the host.
- str
- The name of the shard to which the host belongs.
- subnet_
id 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 str
- Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - zone str
- The availability zone where the ClickHouse host will be created.
- assign
Public BooleanIp - Sets whether the host should get a public IP address on creation.
- fqdn String
- The fully qualified domain name of the host.
- String
- The name of the shard to which the host belongs.
- subnet
Id 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 String
- Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window. - zone String
- The availability zone where the ClickHouse host will be created.
GetMdbClickhouseClusterMaintenanceWindow
- Day string
- Day of week for maintenance window if window type is weekly. Possible values:
MON
,TUE
,WED
,THU
,FRI
,SAT
,SUN
. - Hour int
- Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- Type string
- Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window.
- Day string
- Day of week for maintenance window if window type is weekly. Possible values:
MON
,TUE
,WED
,THU
,FRI
,SAT
,SUN
. - Hour int
- Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- Type string
- Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window.
- day String
- Day of week for maintenance window if window type is weekly. Possible values:
MON
,TUE
,WED
,THU
,FRI
,SAT
,SUN
. - hour Integer
- Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- type String
- Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window.
- day string
- Day of week for maintenance window if window type is weekly. Possible values:
MON
,TUE
,WED
,THU
,FRI
,SAT
,SUN
. - hour number
- Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- type string
- Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window.
- day str
- Day of week for maintenance window if window type is weekly. Possible values:
MON
,TUE
,WED
,THU
,FRI
,SAT
,SUN
. - hour int
- Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- type str
- Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window.
- day String
- Day of week for maintenance window if window type is weekly. Possible values:
MON
,TUE
,WED
,THU
,FRI
,SAT
,SUN
. - hour Number
- Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- type String
- Type of maintenance window. Can be either
ANYTIME
orWEEKLY
. A day and hour of window need to be specified with weekly window.
GetMdbClickhouseClusterMlModel
GetMdbClickhouseClusterShardGroup
- Description string
- Description of the shard group.
- Name string
- The name of the ClickHouse cluster.
- List<string>
- List of shards names that belong to the shard group.
- Description string
- Description of the shard group.
- Name string
- The name of the ClickHouse cluster.
- []string
- List of shards names that belong to the shard group.
- description String
- Description of the shard group.
- name String
- The name of the ClickHouse cluster.
- List<String>
- List of shards names that belong to the shard group.
- description string
- Description of the shard group.
- name string
- The name of the ClickHouse cluster.
- string[]
- List of shards names that belong to the shard group.
- description str
- Description of the shard group.
- name str
- The name of the ClickHouse cluster.
- Sequence[str]
- List of shards names that belong to the shard group.
- description String
- Description of the shard group.
- name String
- The name of the ClickHouse cluster.
- List<String>
- List of shards names that belong to the shard group.
GetMdbClickhouseClusterUser
- Name string
- The name of the ClickHouse cluster.
- Permissions
List<Get
Mdb Clickhouse Cluster User Permission> - Set of permissions granted to the user. The structure is documented below.
- Quotas
List<Get
Mdb Clickhouse Cluster User Quota> - Set of user quotas. The structure is documented below.
- Settings
Get
Mdb Clickhouse Cluster User Settings - Kafka connection settngs sanem as
kafka
block.
- Name string
- The name of the ClickHouse cluster.
- Permissions
[]Get
Mdb Clickhouse Cluster User Permission - Set of permissions granted to the user. The structure is documented below.
- Quotas
[]Get
Mdb Clickhouse Cluster User Quota - Set of user quotas. The structure is documented below.
- Settings
Get
Mdb Clickhouse Cluster User Settings - Kafka connection settngs sanem as
kafka
block.
- name String
- The name of the ClickHouse cluster.
- permissions
List<Get
Mdb Clickhouse Cluster User Permission> - Set of permissions granted to the user. The structure is documented below.
- quotas
List<Get
Mdb Clickhouse Cluster User Quota> - Set of user quotas. The structure is documented below.
- settings
Get
Mdb Clickhouse Cluster User Settings - Kafka connection settngs sanem as
kafka
block.
- name string
- The name of the ClickHouse cluster.
- permissions
Get
Mdb Clickhouse Cluster User Permission[] - Set of permissions granted to the user. The structure is documented below.
- quotas
Get
Mdb Clickhouse Cluster User Quota[] - Set of user quotas. The structure is documented below.
- settings
Get
Mdb Clickhouse Cluster User Settings - Kafka connection settngs sanem as
kafka
block.
- name str
- The name of the ClickHouse cluster.
- permissions
Sequence[Get
Mdb Clickhouse Cluster User Permission] - Set of permissions granted to the user. The structure is documented below.
- quotas
Sequence[Get
Mdb Clickhouse Cluster User Quota] - Set of user quotas. The structure is documented below.
- settings
Get
Mdb Clickhouse Cluster User Settings - Kafka connection settngs sanem as
kafka
block.
- name String
- The name of the ClickHouse cluster.
- permissions List<Property Map>
- Set of permissions granted to the user. The structure is documented below.
- quotas List<Property Map>
- Set of user quotas. The structure is documented below.
- settings Property Map
- Kafka connection settngs sanem as
kafka
block.
GetMdbClickhouseClusterUserPermission
- Database
Name string - The name of the database that the permission grants access to.
- Database
Name string - The name of the database that the permission grants access to.
- database
Name String - The name of the database that the permission grants access to.
- database
Name string - The name of the database that the permission grants access to.
- database_
name str - The name of the database that the permission grants access to.
- database
Name String - The name of the database that the permission grants access to.
GetMdbClickhouseClusterUserQuota
- Errors int
- The number of queries that threw exception.
- Execution
Time int - The total query execution time, in milliseconds (wall time).
- Interval
Duration int - Duration of interval for quota in milliseconds.
- Queries int
- The total number of queries.
- Read
Rows int - The total number of source rows read from tables for running the query, on all remote servers.
- Result
Rows int - The total number of rows given as the result.
- Errors int
- The number of queries that threw exception.
- Execution
Time int - The total query execution time, in milliseconds (wall time).
- Interval
Duration int - Duration of interval for quota in milliseconds.
- Queries int
- The total number of queries.
- Read
Rows int - The total number of source rows read from tables for running the query, on all remote servers.
- Result
Rows int - The total number of rows given as the result.
- errors Integer
- The number of queries that threw exception.
- execution
Time Integer - The total query execution time, in milliseconds (wall time).
- interval
Duration Integer - Duration of interval for quota in milliseconds.
- queries Integer
- The total number of queries.
- read
Rows Integer - The total number of source rows read from tables for running the query, on all remote servers.
- result
Rows Integer - The total number of rows given as the result.
- errors number
- The number of queries that threw exception.
- execution
Time number - The total query execution time, in milliseconds (wall time).
- interval
Duration number - Duration of interval for quota in milliseconds.
- queries number
- The total number of queries.
- read
Rows number - The total number of source rows read from tables for running the query, on all remote servers.
- result
Rows number - The total number of rows given as the result.
- errors int
- The number of queries that threw exception.
- execution_
time int - The total query execution time, in milliseconds (wall time).
- interval_
duration int - Duration of interval for quota in milliseconds.
- queries int
- The total number of queries.
- read_
rows int - The total number of source rows read from tables for running the query, on all remote servers.
- result_
rows int - The total number of rows given as the result.
- errors Number
- The number of queries that threw exception.
- execution
Time Number - The total query execution time, in milliseconds (wall time).
- interval
Duration Number - Duration of interval for quota in milliseconds.
- queries Number
- The total number of queries.
- read
Rows Number - The total number of source rows read from tables for running the query, on all remote servers.
- result
Rows Number - The total number of rows given as the result.
GetMdbClickhouseClusterUserSettings
- Add
Http boolCors Header - Include CORS headers in HTTP responces.
- Allow
Ddl bool - Allows or denies DDL queries.
- Compile bool
- Enable compilation of queries.
- Compile
Expressions bool - Turn on expression compilation.
- Connect
Timeout int - Connect timeout in milliseconds on the socket used for communicating with the client.
- Count
Distinct stringImplementation - Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- Distinct
Overflow stringMode - Sets behaviour on overflow when using DISTINCT. Possible values:
- Distributed
Aggregation boolMemory Efficient - Determine the behavior of distributed subqueries.
- Distributed
Ddl intTask Timeout - Timeout for DDL queries, in milliseconds.
- Distributed
Product stringMode - Changes the behaviour of distributed subqueries.
- Empty
Result boolFor Aggregation By Empty Set - Allows to retunr empty result.
- Enable
Http boolCompression - Enables or disables data compression in the response to an HTTP request.
- Fallback
To boolStale Replicas For Distributed Queries - Forces a query to an out-of-date replica if updated data is not available.
- Force
Index boolBy Date - Disables query execution if the index can’t be used by date.
- Force
Primary boolKey - Disables query execution if indexing by the primary key is not possible.
- Group
By stringOverflow Mode - Sets behaviour on overflow while GROUP BY operation. Possible values:
- Group
By intTwo Level Threshold - Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- Group
By intTwo Level Threshold Bytes - Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- Http
Connection intTimeout - Timeout for HTTP connection in milliseconds.
- Http
Headers intProgress Interval - Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- Http
Receive intTimeout - Timeout for HTTP connection in milliseconds.
- Http
Send intTimeout - Timeout for HTTP connection in milliseconds.
- Input
Format boolDefaults For Omitted Fields - When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- Input
Format boolValues Interpret Expressions - Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- Insert
Quorum int - Enables the quorum writes.
- Insert
Quorum intTimeout - Write to a quorum timeout in milliseconds.
- Join
Overflow stringMode - Sets behaviour on overflow in JOIN. Possible values:
- Join
Use boolNulls - Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- Joined
Subquery boolRequires Alias - Require aliases for subselects and table functions in FROM that more than one table is present.
- Low
Cardinality boolAllow In Native Format - Allows or restricts using the LowCardinality data type with the Native format.
- Max
Ast intDepth - Maximum abstract syntax tree depth.
- Max
Ast intElements - Maximum abstract syntax tree elements.
- Max
Block intSize - A recommendation for what size of the block (in a count of rows) to load from tables.
- Max
Bytes intBefore External Group By - Limit in bytes for using memoru for GROUP BY before using swap on disk.
- Max
Bytes intBefore External Sort - 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 intIn Distinct - Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- Max
Bytes intIn Join - Limit on maximum size of the hash table for JOIN, in bytes.
- Max
Bytes intIn Set - Limit on the number of bytes in the set resulting from the execution of the IN section.
- Max
Bytes intTo Read - Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- Max
Bytes intTo Sort - Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- Max
Bytes intTo Transfer - 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 intTo Read - Limits the maximum number of columns that can be read from a table in a single query.
- Max
Execution intTime - Limits the maximum query execution time in milliseconds.
- Max
Expanded intAst Elements - Maximum abstract syntax tree depth after after expansion of aliases.
- Max
Insert intBlock Size - The size of blocks (in a count of rows) to form for insertion into a table.
- Max
Memory intUsage - Limits the maximum memory usage (in bytes) for processing queries on a single server.
- Max
Memory intUsage For User - Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- Max
Network intBandwidth - Limits the speed of the data exchange over the network in bytes per second.
- Max
Network intBandwidth For User - Limits the speed of the data exchange over the network in bytes per second.
- Max
Query intSize - The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- Max
Replica intDelay For Distributed Queries - Disables lagging replicas for distributed queries.
- Max
Result intBytes - Limits the number of bytes in the result.
- Max
Result intRows - Limits the number of rows in the result.
- Max
Rows intIn Distinct - Limits the maximum number of different rows when using DISTINCT.
- Max
Rows intIn Join - Limit on maximum size of the hash table for JOIN, in rows.
- Max
Rows intIn Set - Limit on the number of rows in the set resulting from the execution of the IN section.
- Max
Rows intTo Group By - Limits the maximum number of unique keys received from aggregation function.
- Max
Rows intTo Read - Limits the maximum number of rows that can be read from a table when running a query.
- Max
Rows intTo Sort - Limits the maximum number of rows that can be read from a table for sorting.
- Max
Rows intTo Transfer - 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 intColumns - 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 intNon Const Columns - 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 int - The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- Merge
Tree intMax Bytes To Use Cache - 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 intMax Rows To Use Cache - 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 intMin Bytes For Concurrent Read - 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 intMin Rows For Concurrent Read - 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 intTo Use Direct Io - The minimum data volume required for using direct I/O access to the storage disk.
- Min
Count intTo Compile - How many times to potentially use a compiled chunk of code before running compilation.
- Min
Count intTo Compile Expression - A query waits for expression compilation process to complete prior to continuing execution.
- Min
Execution intSpeed - Minimal execution speed in rows per second.
- Min
Execution intSpeed Bytes - Minimal execution speed in bytes per second.
- Min
Insert intBlock Size Bytes - Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- Min
Insert intBlock Size Rows - Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- Output
Format boolJson Quote64bit Integers - 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 boolJson Quote Denormals - Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- Priority int
- Query priority.
- Quota
Mode string - Quota accounting mode.
- Read
Overflow stringMode - Sets behaviour on overflow while read. Possible values:
- Readonly int
- Restricts permissions for reading data, write data and change settings queries.
- Receive
Timeout int - Receive timeout in milliseconds on the socket used for communicating with the client.
- Replication
Alter intPartitions Sync - For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- Result
Overflow stringMode - Sets behaviour on overflow in result. Possible values:
- Select
Sequential boolConsistency - Enables or disables sequential consistency for SELECT queries.
- Send
Progress boolIn Http Headers - Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- Send
Timeout int - Send timeout in milliseconds on the socket used for communicating with the client.
- Set
Overflow stringMode - Sets behaviour on overflow in the set resulting. Possible values:
- bool
- Enables or disables silently skipping of unavailable shards.
- Sort
Overflow stringMode - Sets behaviour on overflow while sort. Possible values:
- Timeout
Overflow stringMode - Sets behaviour on overflow. Possible values:
- Transfer
Overflow stringMode - Sets behaviour on overflow. Possible values:
- Transform
Null boolIn - Enables equality of NULL values for IN operator.
- Use
Uncompressed boolCache - Whether to use a cache of uncompressed blocks.
- Add
Http boolCors Header - Include CORS headers in HTTP responces.
- Allow
Ddl bool - Allows or denies DDL queries.
- Compile bool
- Enable compilation of queries.
- Compile
Expressions bool - Turn on expression compilation.
- Connect
Timeout int - Connect timeout in milliseconds on the socket used for communicating with the client.
- Count
Distinct stringImplementation - Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- Distinct
Overflow stringMode - Sets behaviour on overflow when using DISTINCT. Possible values:
- Distributed
Aggregation boolMemory Efficient - Determine the behavior of distributed subqueries.
- Distributed
Ddl intTask Timeout - Timeout for DDL queries, in milliseconds.
- Distributed
Product stringMode - Changes the behaviour of distributed subqueries.
- Empty
Result boolFor Aggregation By Empty Set - Allows to retunr empty result.
- Enable
Http boolCompression - Enables or disables data compression in the response to an HTTP request.
- Fallback
To boolStale Replicas For Distributed Queries - Forces a query to an out-of-date replica if updated data is not available.
- Force
Index boolBy Date - Disables query execution if the index can’t be used by date.
- Force
Primary boolKey - Disables query execution if indexing by the primary key is not possible.
- Group
By stringOverflow Mode - Sets behaviour on overflow while GROUP BY operation. Possible values:
- Group
By intTwo Level Threshold - Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- Group
By intTwo Level Threshold Bytes - Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- Http
Connection intTimeout - Timeout for HTTP connection in milliseconds.
- Http
Headers intProgress Interval - Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- Http
Receive intTimeout - Timeout for HTTP connection in milliseconds.
- Http
Send intTimeout - Timeout for HTTP connection in milliseconds.
- Input
Format boolDefaults For Omitted Fields - When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- Input
Format boolValues Interpret Expressions - Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- Insert
Quorum int - Enables the quorum writes.
- Insert
Quorum intTimeout - Write to a quorum timeout in milliseconds.
- Join
Overflow stringMode - Sets behaviour on overflow in JOIN. Possible values:
- Join
Use boolNulls - Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- Joined
Subquery boolRequires Alias - Require aliases for subselects and table functions in FROM that more than one table is present.
- Low
Cardinality boolAllow In Native Format - Allows or restricts using the LowCardinality data type with the Native format.
- Max
Ast intDepth - Maximum abstract syntax tree depth.
- Max
Ast intElements - Maximum abstract syntax tree elements.
- Max
Block intSize - A recommendation for what size of the block (in a count of rows) to load from tables.
- Max
Bytes intBefore External Group By - Limit in bytes for using memoru for GROUP BY before using swap on disk.
- Max
Bytes intBefore External Sort - 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 intIn Distinct - Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- Max
Bytes intIn Join - Limit on maximum size of the hash table for JOIN, in bytes.
- Max
Bytes intIn Set - Limit on the number of bytes in the set resulting from the execution of the IN section.
- Max
Bytes intTo Read - Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- Max
Bytes intTo Sort - Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- Max
Bytes intTo Transfer - 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 intTo Read - Limits the maximum number of columns that can be read from a table in a single query.
- Max
Execution intTime - Limits the maximum query execution time in milliseconds.
- Max
Expanded intAst Elements - Maximum abstract syntax tree depth after after expansion of aliases.
- Max
Insert intBlock Size - The size of blocks (in a count of rows) to form for insertion into a table.
- Max
Memory intUsage - Limits the maximum memory usage (in bytes) for processing queries on a single server.
- Max
Memory intUsage For User - Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- Max
Network intBandwidth - Limits the speed of the data exchange over the network in bytes per second.
- Max
Network intBandwidth For User - Limits the speed of the data exchange over the network in bytes per second.
- Max
Query intSize - The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- Max
Replica intDelay For Distributed Queries - Disables lagging replicas for distributed queries.
- Max
Result intBytes - Limits the number of bytes in the result.
- Max
Result intRows - Limits the number of rows in the result.
- Max
Rows intIn Distinct - Limits the maximum number of different rows when using DISTINCT.
- Max
Rows intIn Join - Limit on maximum size of the hash table for JOIN, in rows.
- Max
Rows intIn Set - Limit on the number of rows in the set resulting from the execution of the IN section.
- Max
Rows intTo Group By - Limits the maximum number of unique keys received from aggregation function.
- Max
Rows intTo Read - Limits the maximum number of rows that can be read from a table when running a query.
- Max
Rows intTo Sort - Limits the maximum number of rows that can be read from a table for sorting.
- Max
Rows intTo Transfer - 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 intColumns - 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 intNon Const Columns - 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 int - The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- Merge
Tree intMax Bytes To Use Cache - 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 intMax Rows To Use Cache - 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 intMin Bytes For Concurrent Read - 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 intMin Rows For Concurrent Read - 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 intTo Use Direct Io - The minimum data volume required for using direct I/O access to the storage disk.
- Min
Count intTo Compile - How many times to potentially use a compiled chunk of code before running compilation.
- Min
Count intTo Compile Expression - A query waits for expression compilation process to complete prior to continuing execution.
- Min
Execution intSpeed - Minimal execution speed in rows per second.
- Min
Execution intSpeed Bytes - Minimal execution speed in bytes per second.
- Min
Insert intBlock Size Bytes - Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- Min
Insert intBlock Size Rows - Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- Output
Format boolJson Quote64bit Integers - 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 boolJson Quote Denormals - Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- Priority int
- Query priority.
- Quota
Mode string - Quota accounting mode.
- Read
Overflow stringMode - Sets behaviour on overflow while read. Possible values:
- Readonly int
- Restricts permissions for reading data, write data and change settings queries.
- Receive
Timeout int - Receive timeout in milliseconds on the socket used for communicating with the client.
- Replication
Alter intPartitions Sync - For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- Result
Overflow stringMode - Sets behaviour on overflow in result. Possible values:
- Select
Sequential boolConsistency - Enables or disables sequential consistency for SELECT queries.
- Send
Progress boolIn Http Headers - Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- Send
Timeout int - Send timeout in milliseconds on the socket used for communicating with the client.
- Set
Overflow stringMode - Sets behaviour on overflow in the set resulting. Possible values:
- bool
- Enables or disables silently skipping of unavailable shards.
- Sort
Overflow stringMode - Sets behaviour on overflow while sort. Possible values:
- Timeout
Overflow stringMode - Sets behaviour on overflow. Possible values:
- Transfer
Overflow stringMode - Sets behaviour on overflow. Possible values:
- Transform
Null boolIn - Enables equality of NULL values for IN operator.
- Use
Uncompressed boolCache - Whether to use a cache of uncompressed blocks.
- add
Http BooleanCors Header - Include CORS headers in HTTP responces.
- allow
Ddl Boolean - Allows or denies DDL queries.
- compile Boolean
- Enable compilation of queries.
- compile
Expressions Boolean - Turn on expression compilation.
- connect
Timeout Integer - Connect timeout in milliseconds on the socket used for communicating with the client.
- count
Distinct StringImplementation - Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- distinct
Overflow StringMode - Sets behaviour on overflow when using DISTINCT. Possible values:
- distributed
Aggregation BooleanMemory Efficient - Determine the behavior of distributed subqueries.
- distributed
Ddl IntegerTask Timeout - Timeout for DDL queries, in milliseconds.
- distributed
Product StringMode - Changes the behaviour of distributed subqueries.
- empty
Result BooleanFor Aggregation By Empty Set - Allows to retunr empty result.
- enable
Http BooleanCompression - Enables or disables data compression in the response to an HTTP request.
- fallback
To BooleanStale Replicas For Distributed Queries - Forces a query to an out-of-date replica if updated data is not available.
- force
Index BooleanBy Date - Disables query execution if the index can’t be used by date.
- force
Primary BooleanKey - Disables query execution if indexing by the primary key is not possible.
- group
By StringOverflow Mode - Sets behaviour on overflow while GROUP BY operation. Possible values:
- group
By IntegerTwo Level Threshold - Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- group
By IntegerTwo Level Threshold Bytes - Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- http
Connection IntegerTimeout - Timeout for HTTP connection in milliseconds.
- http
Headers IntegerProgress Interval - Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- http
Receive IntegerTimeout - Timeout for HTTP connection in milliseconds.
- http
Send IntegerTimeout - Timeout for HTTP connection in milliseconds.
- input
Format BooleanDefaults For Omitted Fields - When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- input
Format BooleanValues Interpret Expressions - Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- insert
Quorum Integer - Enables the quorum writes.
- insert
Quorum IntegerTimeout - Write to a quorum timeout in milliseconds.
- join
Overflow StringMode - Sets behaviour on overflow in JOIN. Possible values:
- join
Use BooleanNulls - Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- joined
Subquery BooleanRequires Alias - Require aliases for subselects and table functions in FROM that more than one table is present.
- low
Cardinality BooleanAllow In Native Format - Allows or restricts using the LowCardinality data type with the Native format.
- max
Ast IntegerDepth - Maximum abstract syntax tree depth.
- max
Ast IntegerElements - Maximum abstract syntax tree elements.
- max
Block IntegerSize - A recommendation for what size of the block (in a count of rows) to load from tables.
- max
Bytes IntegerBefore External Group By - Limit in bytes for using memoru for GROUP BY before using swap on disk.
- max
Bytes IntegerBefore External Sort - 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 IntegerIn Distinct - Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- max
Bytes IntegerIn Join - Limit on maximum size of the hash table for JOIN, in bytes.
- max
Bytes IntegerIn Set - Limit on the number of bytes in the set resulting from the execution of the IN section.
- max
Bytes IntegerTo Read - Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- max
Bytes IntegerTo Sort - Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- max
Bytes IntegerTo Transfer - 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 IntegerTo Read - Limits the maximum number of columns that can be read from a table in a single query.
- max
Execution IntegerTime - Limits the maximum query execution time in milliseconds.
- max
Expanded IntegerAst Elements - Maximum abstract syntax tree depth after after expansion of aliases.
- max
Insert IntegerBlock Size - The size of blocks (in a count of rows) to form for insertion into a table.
- max
Memory IntegerUsage - Limits the maximum memory usage (in bytes) for processing queries on a single server.
- max
Memory IntegerUsage For User - Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- max
Network IntegerBandwidth - Limits the speed of the data exchange over the network in bytes per second.
- max
Network IntegerBandwidth For User - Limits the speed of the data exchange over the network in bytes per second.
- max
Query IntegerSize - The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- max
Replica IntegerDelay For Distributed Queries - Disables lagging replicas for distributed queries.
- max
Result IntegerBytes - Limits the number of bytes in the result.
- max
Result IntegerRows - Limits the number of rows in the result.
- max
Rows IntegerIn Distinct - Limits the maximum number of different rows when using DISTINCT.
- max
Rows IntegerIn Join - Limit on maximum size of the hash table for JOIN, in rows.
- max
Rows IntegerIn Set - Limit on the number of rows in the set resulting from the execution of the IN section.
- max
Rows IntegerTo Group By - Limits the maximum number of unique keys received from aggregation function.
- max
Rows IntegerTo Read - Limits the maximum number of rows that can be read from a table when running a query.
- max
Rows IntegerTo Sort - Limits the maximum number of rows that can be read from a table for sorting.
- max
Rows IntegerTo Transfer - 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 IntegerColumns - 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 IntegerNon Const Columns - 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 Integer - The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- merge
Tree IntegerMax Bytes To Use Cache - 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 IntegerMax Rows To Use Cache - 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 IntegerMin Bytes For Concurrent Read - 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 IntegerMin Rows For Concurrent Read - 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 IntegerTo Use Direct Io - The minimum data volume required for using direct I/O access to the storage disk.
- min
Count IntegerTo Compile - How many times to potentially use a compiled chunk of code before running compilation.
- min
Count IntegerTo Compile Expression - A query waits for expression compilation process to complete prior to continuing execution.
- min
Execution IntegerSpeed - Minimal execution speed in rows per second.
- min
Execution IntegerSpeed Bytes - Minimal execution speed in bytes per second.
- min
Insert IntegerBlock Size Bytes - Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- min
Insert IntegerBlock Size Rows - Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- output
Format BooleanJson Quote64bit Integers - 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 BooleanJson Quote Denormals - Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- priority Integer
- Query priority.
- quota
Mode String - Quota accounting mode.
- read
Overflow StringMode - Sets behaviour on overflow while read. Possible values:
- readonly Integer
- Restricts permissions for reading data, write data and change settings queries.
- receive
Timeout Integer - Receive timeout in milliseconds on the socket used for communicating with the client.
- replication
Alter IntegerPartitions Sync - For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- result
Overflow StringMode - Sets behaviour on overflow in result. Possible values:
- select
Sequential BooleanConsistency - Enables or disables sequential consistency for SELECT queries.
- send
Progress BooleanIn Http Headers - Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- send
Timeout Integer - Send timeout in milliseconds on the socket used for communicating with the client.
- set
Overflow StringMode - Sets behaviour on overflow in the set resulting. Possible values:
- Boolean
- Enables or disables silently skipping of unavailable shards.
- sort
Overflow StringMode - Sets behaviour on overflow while sort. Possible values:
- timeout
Overflow StringMode - Sets behaviour on overflow. Possible values:
- transfer
Overflow StringMode - Sets behaviour on overflow. Possible values:
- transform
Null BooleanIn - Enables equality of NULL values for IN operator.
- use
Uncompressed BooleanCache - Whether to use a cache of uncompressed blocks.
- add
Http booleanCors Header - Include CORS headers in HTTP responces.
- allow
Ddl boolean - Allows or denies DDL queries.
- compile boolean
- Enable compilation of queries.
- compile
Expressions boolean - Turn on expression compilation.
- connect
Timeout number - Connect timeout in milliseconds on the socket used for communicating with the client.
- count
Distinct stringImplementation - Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- distinct
Overflow stringMode - Sets behaviour on overflow when using DISTINCT. Possible values:
- distributed
Aggregation booleanMemory Efficient - Determine the behavior of distributed subqueries.
- distributed
Ddl numberTask Timeout - Timeout for DDL queries, in milliseconds.
- distributed
Product stringMode - Changes the behaviour of distributed subqueries.
- empty
Result booleanFor Aggregation By Empty Set - Allows to retunr empty result.
- enable
Http booleanCompression - Enables or disables data compression in the response to an HTTP request.
- fallback
To booleanStale Replicas For Distributed Queries - Forces a query to an out-of-date replica if updated data is not available.
- force
Index booleanBy Date - Disables query execution if the index can’t be used by date.
- force
Primary booleanKey - Disables query execution if indexing by the primary key is not possible.
- group
By stringOverflow Mode - Sets behaviour on overflow while GROUP BY operation. Possible values:
- group
By numberTwo Level Threshold - Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- group
By numberTwo Level Threshold Bytes - Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- http
Connection numberTimeout - Timeout for HTTP connection in milliseconds.
- http
Headers numberProgress Interval - Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- http
Receive numberTimeout - Timeout for HTTP connection in milliseconds.
- http
Send numberTimeout - Timeout for HTTP connection in milliseconds.
- input
Format booleanDefaults For Omitted Fields - When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- input
Format booleanValues Interpret Expressions - Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- insert
Quorum number - Enables the quorum writes.
- insert
Quorum numberTimeout - Write to a quorum timeout in milliseconds.
- join
Overflow stringMode - Sets behaviour on overflow in JOIN. Possible values:
- join
Use booleanNulls - Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- joined
Subquery booleanRequires Alias - Require aliases for subselects and table functions in FROM that more than one table is present.
- low
Cardinality booleanAllow In Native Format - Allows or restricts using the LowCardinality data type with the Native format.
- max
Ast numberDepth - Maximum abstract syntax tree depth.
- max
Ast numberElements - Maximum abstract syntax tree elements.
- max
Block numberSize - A recommendation for what size of the block (in a count of rows) to load from tables.
- max
Bytes numberBefore External Group By - Limit in bytes for using memoru for GROUP BY before using swap on disk.
- max
Bytes numberBefore External Sort - 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 numberIn Distinct - Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- max
Bytes numberIn Join - Limit on maximum size of the hash table for JOIN, in bytes.
- max
Bytes numberIn Set - Limit on the number of bytes in the set resulting from the execution of the IN section.
- max
Bytes numberTo Read - Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- max
Bytes numberTo Sort - Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- max
Bytes numberTo Transfer - 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 numberTo Read - Limits the maximum number of columns that can be read from a table in a single query.
- max
Execution numberTime - Limits the maximum query execution time in milliseconds.
- max
Expanded numberAst Elements - Maximum abstract syntax tree depth after after expansion of aliases.
- max
Insert numberBlock Size - The size of blocks (in a count of rows) to form for insertion into a table.
- max
Memory numberUsage - Limits the maximum memory usage (in bytes) for processing queries on a single server.
- max
Memory numberUsage For User - Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- max
Network numberBandwidth - Limits the speed of the data exchange over the network in bytes per second.
- max
Network numberBandwidth For User - Limits the speed of the data exchange over the network in bytes per second.
- max
Query numberSize - The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- max
Replica numberDelay For Distributed Queries - Disables lagging replicas for distributed queries.
- max
Result numberBytes - Limits the number of bytes in the result.
- max
Result numberRows - Limits the number of rows in the result.
- max
Rows numberIn Distinct - Limits the maximum number of different rows when using DISTINCT.
- max
Rows numberIn Join - Limit on maximum size of the hash table for JOIN, in rows.
- max
Rows numberIn Set - Limit on the number of rows in the set resulting from the execution of the IN section.
- max
Rows numberTo Group By - Limits the maximum number of unique keys received from aggregation function.
- max
Rows numberTo Read - Limits the maximum number of rows that can be read from a table when running a query.
- max
Rows numberTo Sort - Limits the maximum number of rows that can be read from a table for sorting.
- max
Rows numberTo Transfer - 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 numberColumns - 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 numberNon Const Columns - 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 number - The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- merge
Tree numberMax Bytes To Use Cache - 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 numberMax Rows To Use Cache - 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 numberMin Bytes For Concurrent Read - 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 numberMin Rows For Concurrent Read - 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 numberTo Use Direct Io - The minimum data volume required for using direct I/O access to the storage disk.
- min
Count numberTo Compile - How many times to potentially use a compiled chunk of code before running compilation.
- min
Count numberTo Compile Expression - A query waits for expression compilation process to complete prior to continuing execution.
- min
Execution numberSpeed - Minimal execution speed in rows per second.
- min
Execution numberSpeed Bytes - Minimal execution speed in bytes per second.
- min
Insert numberBlock Size Bytes - Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- min
Insert numberBlock Size Rows - Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- output
Format booleanJson Quote64bit Integers - 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 booleanJson Quote Denormals - Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- priority number
- Query priority.
- quota
Mode string - Quota accounting mode.
- read
Overflow stringMode - Sets behaviour on overflow while read. Possible values:
- readonly number
- Restricts permissions for reading data, write data and change settings queries.
- receive
Timeout number - Receive timeout in milliseconds on the socket used for communicating with the client.
- replication
Alter numberPartitions Sync - For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- result
Overflow stringMode - Sets behaviour on overflow in result. Possible values:
- select
Sequential booleanConsistency - Enables or disables sequential consistency for SELECT queries.
- send
Progress booleanIn Http Headers - Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- send
Timeout number - Send timeout in milliseconds on the socket used for communicating with the client.
- set
Overflow stringMode - Sets behaviour on overflow in the set resulting. Possible values:
- boolean
- Enables or disables silently skipping of unavailable shards.
- sort
Overflow stringMode - Sets behaviour on overflow while sort. Possible values:
- timeout
Overflow stringMode - Sets behaviour on overflow. Possible values:
- transfer
Overflow stringMode - Sets behaviour on overflow. Possible values:
- transform
Null booleanIn - Enables equality of NULL values for IN operator.
- use
Uncompressed booleanCache - Whether to use a cache of uncompressed blocks.
- add_
http_ boolcors_ header - Include CORS headers in HTTP responces.
- allow_
ddl bool - Allows or denies DDL queries.
- compile bool
- Enable compilation of queries.
- compile_
expressions bool - Turn on expression compilation.
- connect_
timeout int - Connect timeout in milliseconds on the socket used for communicating with the client.
- count_
distinct_ strimplementation - Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- distinct_
overflow_ strmode - Sets behaviour on overflow when using DISTINCT. Possible values:
- distributed_
aggregation_ boolmemory_ efficient - Determine the behavior of distributed subqueries.
- distributed_
ddl_ inttask_ timeout - Timeout for DDL queries, in milliseconds.
- distributed_
product_ strmode - Changes the behaviour of distributed subqueries.
- empty_
result_ boolfor_ aggregation_ by_ empty_ set - Allows to retunr empty result.
- enable_
http_ boolcompression - Enables or disables data compression in the response to an HTTP request.
- fallback_
to_ boolstale_ replicas_ for_ distributed_ queries - Forces a query to an out-of-date replica if updated data is not available.
- force_
index_ boolby_ date - Disables query execution if the index can’t be used by date.
- force_
primary_ boolkey - Disables query execution if indexing by the primary key is not possible.
- group_
by_ stroverflow_ mode - Sets behaviour on overflow while GROUP BY operation. Possible values:
- group_
by_ inttwo_ level_ threshold - Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- group_
by_ inttwo_ level_ threshold_ bytes - Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- http_
connection_ inttimeout - Timeout for HTTP connection in milliseconds.
- http_
headers_ intprogress_ interval - Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- http_
receive_ inttimeout - Timeout for HTTP connection in milliseconds.
- http_
send_ inttimeout - Timeout for HTTP connection in milliseconds.
- input_
format_ booldefaults_ for_ omitted_ fields - When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- input_
format_ boolvalues_ interpret_ expressions - Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- insert_
quorum int - Enables the quorum writes.
- insert_
quorum_ inttimeout - Write to a quorum timeout in milliseconds.
- join_
overflow_ strmode - Sets behaviour on overflow in JOIN. Possible values:
- join_
use_ boolnulls - Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- joined_
subquery_ boolrequires_ alias - Require aliases for subselects and table functions in FROM that more than one table is present.
- low_
cardinality_ boolallow_ in_ native_ format - Allows or restricts using the LowCardinality data type with the Native format.
- max_
ast_ intdepth - Maximum abstract syntax tree depth.
- max_
ast_ intelements - Maximum abstract syntax tree elements.
- max_
block_ intsize - A recommendation for what size of the block (in a count of rows) to load from tables.
- max_
bytes_ intbefore_ external_ group_ by - Limit in bytes for using memoru for GROUP BY before using swap on disk.
- max_
bytes_ intbefore_ external_ sort - 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_ intin_ distinct - Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- max_
bytes_ intin_ join - Limit on maximum size of the hash table for JOIN, in bytes.
- max_
bytes_ intin_ set - Limit on the number of bytes in the set resulting from the execution of the IN section.
- max_
bytes_ intto_ read - Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- max_
bytes_ intto_ sort - Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- max_
bytes_ intto_ transfer - 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_ intto_ read - Limits the maximum number of columns that can be read from a table in a single query.
- max_
execution_ inttime - Limits the maximum query execution time in milliseconds.
- max_
expanded_ intast_ elements - Maximum abstract syntax tree depth after after expansion of aliases.
- max_
insert_ intblock_ size - The size of blocks (in a count of rows) to form for insertion into a table.
- max_
memory_ intusage - Limits the maximum memory usage (in bytes) for processing queries on a single server.
- max_
memory_ intusage_ for_ user - Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- max_
network_ intbandwidth - Limits the speed of the data exchange over the network in bytes per second.
- max_
network_ intbandwidth_ for_ user - Limits the speed of the data exchange over the network in bytes per second.
- max_
query_ intsize - The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- max_
replica_ intdelay_ for_ distributed_ queries - Disables lagging replicas for distributed queries.
- max_
result_ intbytes - Limits the number of bytes in the result.
- max_
result_ introws - Limits the number of rows in the result.
- max_
rows_ intin_ distinct - Limits the maximum number of different rows when using DISTINCT.
- max_
rows_ intin_ join - Limit on maximum size of the hash table for JOIN, in rows.
- max_
rows_ intin_ set - Limit on the number of rows in the set resulting from the execution of the IN section.
- max_
rows_ intto_ group_ by - Limits the maximum number of unique keys received from aggregation function.
- max_
rows_ intto_ read - Limits the maximum number of rows that can be read from a table when running a query.
- max_
rows_ intto_ sort - Limits the maximum number of rows that can be read from a table for sorting.
- max_
rows_ intto_ transfer - 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_ intcolumns - 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_ intnon_ const_ columns - 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 int - The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- merge_
tree_ intmax_ bytes_ to_ use_ cache - 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_ intmax_ rows_ to_ use_ cache - 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_ intmin_ bytes_ for_ concurrent_ read - 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_ intmin_ rows_ for_ concurrent_ read - 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_ intto_ use_ direct_ io - The minimum data volume required for using direct I/O access to the storage disk.
- min_
count_ intto_ compile - How many times to potentially use a compiled chunk of code before running compilation.
- min_
count_ intto_ compile_ expression - A query waits for expression compilation process to complete prior to continuing execution.
- min_
execution_ intspeed - Minimal execution speed in rows per second.
- min_
execution_ intspeed_ bytes - Minimal execution speed in bytes per second.
- min_
insert_ intblock_ size_ bytes - Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- min_
insert_ intblock_ size_ rows - Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- output_
format_ booljson_ quote64bit_ integers - 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_ booljson_ quote_ denormals - Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- priority int
- Query priority.
- quota_
mode str - Quota accounting mode.
- read_
overflow_ strmode - Sets behaviour on overflow while read. Possible values:
- readonly int
- Restricts permissions for reading data, write data and change settings queries.
- receive_
timeout int - Receive timeout in milliseconds on the socket used for communicating with the client.
- replication_
alter_ intpartitions_ sync - For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- result_
overflow_ strmode - Sets behaviour on overflow in result. Possible values:
- select_
sequential_ boolconsistency - Enables or disables sequential consistency for SELECT queries.
- send_
progress_ boolin_ http_ headers - Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- send_
timeout int - Send timeout in milliseconds on the socket used for communicating with the client.
- set_
overflow_ strmode - Sets behaviour on overflow in the set resulting. Possible values:
- bool
- Enables or disables silently skipping of unavailable shards.
- sort_
overflow_ strmode - Sets behaviour on overflow while sort. Possible values:
- timeout_
overflow_ strmode - Sets behaviour on overflow. Possible values:
- transfer_
overflow_ strmode - Sets behaviour on overflow. Possible values:
- transform_
null_ boolin - Enables equality of NULL values for IN operator.
- use_
uncompressed_ boolcache - Whether to use a cache of uncompressed blocks.
- add
Http BooleanCors Header - Include CORS headers in HTTP responces.
- allow
Ddl Boolean - Allows or denies DDL queries.
- compile Boolean
- Enable compilation of queries.
- compile
Expressions Boolean - Turn on expression compilation.
- connect
Timeout Number - Connect timeout in milliseconds on the socket used for communicating with the client.
- count
Distinct StringImplementation - Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- distinct
Overflow StringMode - Sets behaviour on overflow when using DISTINCT. Possible values:
- distributed
Aggregation BooleanMemory Efficient - Determine the behavior of distributed subqueries.
- distributed
Ddl NumberTask Timeout - Timeout for DDL queries, in milliseconds.
- distributed
Product StringMode - Changes the behaviour of distributed subqueries.
- empty
Result BooleanFor Aggregation By Empty Set - Allows to retunr empty result.
- enable
Http BooleanCompression - Enables or disables data compression in the response to an HTTP request.
- fallback
To BooleanStale Replicas For Distributed Queries - Forces a query to an out-of-date replica if updated data is not available.
- force
Index BooleanBy Date - Disables query execution if the index can’t be used by date.
- force
Primary BooleanKey - Disables query execution if indexing by the primary key is not possible.
- group
By StringOverflow Mode - Sets behaviour on overflow while GROUP BY operation. Possible values:
- group
By NumberTwo Level Threshold - Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- group
By NumberTwo Level Threshold Bytes - Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- http
Connection NumberTimeout - Timeout for HTTP connection in milliseconds.
- http
Headers NumberProgress Interval - Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- http
Receive NumberTimeout - Timeout for HTTP connection in milliseconds.
- http
Send NumberTimeout - Timeout for HTTP connection in milliseconds.
- input
Format BooleanDefaults For Omitted Fields - When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- input
Format BooleanValues Interpret Expressions - Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- insert
Quorum Number - Enables the quorum writes.
- insert
Quorum NumberTimeout - Write to a quorum timeout in milliseconds.
- join
Overflow StringMode - Sets behaviour on overflow in JOIN. Possible values:
- join
Use BooleanNulls - Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- joined
Subquery BooleanRequires Alias - Require aliases for subselects and table functions in FROM that more than one table is present.
- low
Cardinality BooleanAllow In Native Format - Allows or restricts using the LowCardinality data type with the Native format.
- max
Ast NumberDepth - Maximum abstract syntax tree depth.
- max
Ast NumberElements - Maximum abstract syntax tree elements.
- max
Block NumberSize - A recommendation for what size of the block (in a count of rows) to load from tables.
- max
Bytes NumberBefore External Group By - Limit in bytes for using memoru for GROUP BY before using swap on disk.
- max
Bytes NumberBefore External Sort - 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 NumberIn Distinct - Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- max
Bytes NumberIn Join - Limit on maximum size of the hash table for JOIN, in bytes.
- max
Bytes NumberIn Set - Limit on the number of bytes in the set resulting from the execution of the IN section.
- max
Bytes NumberTo Read - Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- max
Bytes NumberTo Sort - Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- max
Bytes NumberTo Transfer - 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 NumberTo Read - Limits the maximum number of columns that can be read from a table in a single query.
- max
Execution NumberTime - Limits the maximum query execution time in milliseconds.
- max
Expanded NumberAst Elements - Maximum abstract syntax tree depth after after expansion of aliases.
- max
Insert NumberBlock Size - The size of blocks (in a count of rows) to form for insertion into a table.
- max
Memory NumberUsage - Limits the maximum memory usage (in bytes) for processing queries on a single server.
- max
Memory NumberUsage For User - Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- max
Network NumberBandwidth - Limits the speed of the data exchange over the network in bytes per second.
- max
Network NumberBandwidth For User - Limits the speed of the data exchange over the network in bytes per second.
- max
Query NumberSize - The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- max
Replica NumberDelay For Distributed Queries - Disables lagging replicas for distributed queries.
- max
Result NumberBytes - Limits the number of bytes in the result.
- max
Result NumberRows - Limits the number of rows in the result.
- max
Rows NumberIn Distinct - Limits the maximum number of different rows when using DISTINCT.
- max
Rows NumberIn Join - Limit on maximum size of the hash table for JOIN, in rows.
- max
Rows NumberIn Set - Limit on the number of rows in the set resulting from the execution of the IN section.
- max
Rows NumberTo Group By - Limits the maximum number of unique keys received from aggregation function.
- max
Rows NumberTo Read - Limits the maximum number of rows that can be read from a table when running a query.
- max
Rows NumberTo Sort - Limits the maximum number of rows that can be read from a table for sorting.
- max
Rows NumberTo Transfer - 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 NumberColumns - 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 NumberNon Const Columns - 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 Number - The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- merge
Tree NumberMax Bytes To Use Cache - 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 NumberMax Rows To Use Cache - 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 NumberMin Bytes For Concurrent Read - 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 NumberMin Rows For Concurrent Read - 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 NumberTo Use Direct Io - The minimum data volume required for using direct I/O access to the storage disk.
- min
Count NumberTo Compile - How many times to potentially use a compiled chunk of code before running compilation.
- min
Count NumberTo Compile Expression - A query waits for expression compilation process to complete prior to continuing execution.
- min
Execution NumberSpeed - Minimal execution speed in rows per second.
- min
Execution NumberSpeed Bytes - Minimal execution speed in bytes per second.
- min
Insert NumberBlock Size Bytes - Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- min
Insert NumberBlock Size Rows - Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- output
Format BooleanJson Quote64bit Integers - 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 BooleanJson Quote Denormals - Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- priority Number
- Query priority.
- quota
Mode String - Quota accounting mode.
- read
Overflow StringMode - Sets behaviour on overflow while read. Possible values:
- readonly Number
- Restricts permissions for reading data, write data and change settings queries.
- receive
Timeout Number - Receive timeout in milliseconds on the socket used for communicating with the client.
- replication
Alter NumberPartitions Sync - For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- result
Overflow StringMode - Sets behaviour on overflow in result. Possible values:
- select
Sequential BooleanConsistency - Enables or disables sequential consistency for SELECT queries.
- send
Progress BooleanIn Http Headers - Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- send
Timeout Number - Send timeout in milliseconds on the socket used for communicating with the client.
- set
Overflow StringMode - Sets behaviour on overflow in the set resulting. Possible values:
- Boolean
- Enables or disables silently skipping of unavailable shards.
- sort
Overflow StringMode - Sets behaviour on overflow while sort. Possible values:
- timeout
Overflow StringMode - Sets behaviour on overflow. Possible values:
- transfer
Overflow StringMode - Sets behaviour on overflow. Possible values:
- transform
Null BooleanIn - Enables equality of NULL values for IN operator.
- use
Uncompressed BooleanCache - Whether to use a cache of uncompressed blocks.
GetMdbClickhouseClusterZookeeper
- Resources
List<Get
Mdb Clickhouse Cluster Zookeeper Resource> - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- Resources
[]Get
Mdb Clickhouse Cluster Zookeeper Resource - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources
List<Get
Mdb Clickhouse Cluster Zookeeper Resource> - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources
Get
Mdb Clickhouse Cluster Zookeeper Resource[] - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources
Sequence[Get
Mdb Clickhouse Cluster Zookeeper Resource] - Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources List<Property Map>
- Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
GetMdbClickhouseClusterZookeeperResource
- Disk
Size int - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- Disk
Type stringId - Type of the storage of ClickHouse or ZooKeeper hosts.
- Resource
Preset stringId
- Disk
Size int - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- Disk
Type stringId - Type of the storage of ClickHouse or ZooKeeper hosts.
- Resource
Preset stringId
- disk
Size Integer - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk
Type StringId - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource
Preset StringId
- disk
Size number - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk
Type stringId - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource
Preset stringId
- disk_
size int - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk_
type_ strid - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource_
preset_ strid
- disk
Size Number - Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk
Type StringId - Type of the storage of ClickHouse or ZooKeeper hosts.
- resource
Preset StringId
Package Details
- Repository
- Yandex pulumi/pulumi-yandex
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
yandex
Terraform Provider.