1. Packages
  2. Yandex
  3. API Docs
  4. getMdbClickhouseCluster
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; }
}
Copy
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
	})
}
Copy

Coming soon!

import * as pulumi from "@pulumi/pulumi";
import * as yandex from "@pulumi/yandex";

const foo = pulumi.output(yandex.getMdbClickhouseCluster({
    name: "test",
}));

export const networkId = foo.networkId;
Copy
import pulumi
import pulumi_yandex as yandex

foo = yandex.get_mdb_clickhouse_cluster(name="test")
pulumi.export("networkId", foo.network_id)
Copy

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>
Copy
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]
Copy
func LookupMdbClickhouseCluster(ctx *Context, args *LookupMdbClickhouseClusterArgs, opts ...InvokeOption) (*LookupMdbClickhouseClusterResult, error)
func LookupMdbClickhouseClusterOutput(ctx *Context, args *LookupMdbClickhouseClusterOutputArgs, opts ...InvokeOption) LookupMdbClickhouseClusterResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetMdbClickhouseClusterResult> getMdbClickhouseCluster(GetMdbClickhouseClusterArgs args, InvokeOptions options)
public static Output<GetMdbClickhouseClusterResult> getMdbClickhouseCluster(GetMdbClickhouseClusterArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: yandex:index/getMdbClickhouseCluster:getMdbClickhouseCluster
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CloudStorage GetMdbClickhouseClusterCloudStorage
ClusterId string
The ID of the ClickHouse cluster.
DeletionProtection bool
FolderId 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.
ServiceAccountId string
CloudStorage GetMdbClickhouseClusterCloudStorage
ClusterId string
The ID of the ClickHouse cluster.
DeletionProtection bool
FolderId 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.
ServiceAccountId string
cloudStorage GetMdbClickhouseClusterCloudStorage
clusterId String
The ID of the ClickHouse cluster.
deletionProtection Boolean
folderId 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.
serviceAccountId String
cloudStorage GetMdbClickhouseClusterCloudStorage
clusterId string
The ID of the ClickHouse cluster.
deletionProtection boolean
folderId 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.
serviceAccountId string
cloud_storage GetMdbClickhouseClusterCloudStorage
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_id str
cloudStorage Property Map
clusterId String
The ID of the ClickHouse cluster.
deletionProtection Boolean
folderId 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.
serviceAccountId String

getMdbClickhouseCluster Result

The following output properties are available:

Accesses List<GetMdbClickhouseClusterAccess>
Access policy to the ClickHouse cluster. The structure is documented below.
BackupWindowStarts List<GetMdbClickhouseClusterBackupWindowStart>
Time to start the daily backup, in the UTC timezone. The structure is documented below.
Clickhouses List<GetMdbClickhouseClusterClickhouse>
Configuration of the ClickHouse subcluster. The structure is documented below.
ClusterId string
CreatedAt string
Creation timestamp of the key.
Databases List<GetMdbClickhouseClusterDatabase>
A database of the ClickHouse cluster. The structure is documented below.
DeletionProtection bool
Description string
Description of the shard group.
Environment string
Deployment environment of the ClickHouse cluster.
FolderId string
FormatSchemas List<GetMdbClickhouseClusterFormatSchema>
A set of protobuf or cap'n proto format schemas. The structure is documented below.
Health string
Aggregated health of the cluster.
Hosts List<GetMdbClickhouseClusterHost>
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.
MaintenanceWindows List<GetMdbClickhouseClusterMaintenanceWindow>
MlModels List<GetMdbClickhouseClusterMlModel>
A group of machine learning models. The structure is documented below.
Name string
Graphite rollup configuration name.
NetworkId string
ID of the network, to which the ClickHouse cluster belongs.
SecurityGroupIds List<string>
A set of ids of security groups assigned to hosts of the cluster.
ServiceAccountId string
ShardGroups List<GetMdbClickhouseClusterShardGroup>
A group of clickhouse shards. The structure is documented below.
SqlDatabaseManagement bool
Grants admin user database management permission.
SqlUserManagement bool
Enables admin user with user management permission.
Status string
Status of the cluster.
Users List<GetMdbClickhouseClusterUser>
A user of the ClickHouse cluster. The structure is documented below.
Version string
Zookeepers List<GetMdbClickhouseClusterZookeeper>
Configuration of the ZooKeeper subcluster. The structure is documented below.
CloudStorage GetMdbClickhouseClusterCloudStorage
Accesses []GetMdbClickhouseClusterAccess
Access policy to the ClickHouse cluster. The structure is documented below.
BackupWindowStarts []GetMdbClickhouseClusterBackupWindowStart
Time to start the daily backup, in the UTC timezone. The structure is documented below.
Clickhouses []GetMdbClickhouseClusterClickhouse
Configuration of the ClickHouse subcluster. The structure is documented below.
ClusterId string
CreatedAt string
Creation timestamp of the key.
Databases []GetMdbClickhouseClusterDatabase
A database of the ClickHouse cluster. The structure is documented below.
DeletionProtection bool
Description string
Description of the shard group.
Environment string
Deployment environment of the ClickHouse cluster.
FolderId string
FormatSchemas []GetMdbClickhouseClusterFormatSchema
A set of protobuf or cap'n proto format schemas. The structure is documented below.
Health string
Aggregated health of the cluster.
Hosts []GetMdbClickhouseClusterHost
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.
MaintenanceWindows []GetMdbClickhouseClusterMaintenanceWindow
MlModels []GetMdbClickhouseClusterMlModel
A group of machine learning models. The structure is documented below.
Name string
Graphite rollup configuration name.
NetworkId string
ID of the network, to which the ClickHouse cluster belongs.
SecurityGroupIds []string
A set of ids of security groups assigned to hosts of the cluster.
ServiceAccountId string
ShardGroups []GetMdbClickhouseClusterShardGroup
A group of clickhouse shards. The structure is documented below.
SqlDatabaseManagement bool
Grants admin user database management permission.
SqlUserManagement bool
Enables admin user with user management permission.
Status string
Status of the cluster.
Users []GetMdbClickhouseClusterUser
A user of the ClickHouse cluster. The structure is documented below.
Version string
Zookeepers []GetMdbClickhouseClusterZookeeper
Configuration of the ZooKeeper subcluster. The structure is documented below.
CloudStorage GetMdbClickhouseClusterCloudStorage
accesses List<GetMdbClickhouseClusterAccess>
Access policy to the ClickHouse cluster. The structure is documented below.
backupWindowStarts List<GetMdbClickhouseClusterBackupWindowStart>
Time to start the daily backup, in the UTC timezone. The structure is documented below.
clickhouses List<GetMdbClickhouseClusterClickhouse>
Configuration of the ClickHouse subcluster. The structure is documented below.
clusterId String
createdAt String
Creation timestamp of the key.
databases List<GetMdbClickhouseClusterDatabase>
A database of the ClickHouse cluster. The structure is documented below.
deletionProtection Boolean
description String
Description of the shard group.
environment String
Deployment environment of the ClickHouse cluster.
folderId String
formatSchemas List<GetMdbClickhouseClusterFormatSchema>
A set of protobuf or cap'n proto format schemas. The structure is documented below.
health String
Aggregated health of the cluster.
hosts List<GetMdbClickhouseClusterHost>
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.
maintenanceWindows List<GetMdbClickhouseClusterMaintenanceWindow>
mlModels List<GetMdbClickhouseClusterMlModel>
A group of machine learning models. The structure is documented below.
name String
Graphite rollup configuration name.
networkId String
ID of the network, to which the ClickHouse cluster belongs.
securityGroupIds List<String>
A set of ids of security groups assigned to hosts of the cluster.
serviceAccountId String
shardGroups List<GetMdbClickhouseClusterShardGroup>
A group of clickhouse shards. The structure is documented below.
sqlDatabaseManagement Boolean
Grants admin user database management permission.
sqlUserManagement Boolean
Enables admin user with user management permission.
status String
Status of the cluster.
users List<GetMdbClickhouseClusterUser>
A user of the ClickHouse cluster. The structure is documented below.
version String
zookeepers List<GetMdbClickhouseClusterZookeeper>
Configuration of the ZooKeeper subcluster. The structure is documented below.
cloudStorage GetMdbClickhouseClusterCloudStorage
accesses GetMdbClickhouseClusterAccess[]
Access policy to the ClickHouse cluster. The structure is documented below.
backupWindowStarts GetMdbClickhouseClusterBackupWindowStart[]
Time to start the daily backup, in the UTC timezone. The structure is documented below.
clickhouses GetMdbClickhouseClusterClickhouse[]
Configuration of the ClickHouse subcluster. The structure is documented below.
clusterId string
createdAt string
Creation timestamp of the key.
databases GetMdbClickhouseClusterDatabase[]
A database of the ClickHouse cluster. The structure is documented below.
deletionProtection boolean
description string
Description of the shard group.
environment string
Deployment environment of the ClickHouse cluster.
folderId string
formatSchemas GetMdbClickhouseClusterFormatSchema[]
A set of protobuf or cap'n proto format schemas. The structure is documented below.
health string
Aggregated health of the cluster.
hosts GetMdbClickhouseClusterHost[]
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.
maintenanceWindows GetMdbClickhouseClusterMaintenanceWindow[]
mlModels GetMdbClickhouseClusterMlModel[]
A group of machine learning models. The structure is documented below.
name string
Graphite rollup configuration name.
networkId string
ID of the network, to which the ClickHouse cluster belongs.
securityGroupIds string[]
A set of ids of security groups assigned to hosts of the cluster.
serviceAccountId string
shardGroups GetMdbClickhouseClusterShardGroup[]
A group of clickhouse shards. The structure is documented below.
sqlDatabaseManagement boolean
Grants admin user database management permission.
sqlUserManagement boolean
Enables admin user with user management permission.
status string
Status of the cluster.
users GetMdbClickhouseClusterUser[]
A user of the ClickHouse cluster. The structure is documented below.
version string
zookeepers GetMdbClickhouseClusterZookeeper[]
Configuration of the ZooKeeper subcluster. The structure is documented below.
cloudStorage GetMdbClickhouseClusterCloudStorage
accesses Sequence[GetMdbClickhouseClusterAccess]
Access policy to the ClickHouse cluster. The structure is documented below.
backup_window_starts Sequence[GetMdbClickhouseClusterBackupWindowStart]
Time to start the daily backup, in the UTC timezone. The structure is documented below.
clickhouses Sequence[GetMdbClickhouseClusterClickhouse]
Configuration of the ClickHouse subcluster. The structure is documented below.
cluster_id str
created_at str
Creation timestamp of the key.
databases Sequence[GetMdbClickhouseClusterDatabase]
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[GetMdbClickhouseClusterFormatSchema]
A set of protobuf or cap'n proto format schemas. The structure is documented below.
health str
Aggregated health of the cluster.
hosts Sequence[GetMdbClickhouseClusterHost]
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[GetMdbClickhouseClusterMaintenanceWindow]
ml_models Sequence[GetMdbClickhouseClusterMlModel]
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_ids Sequence[str]
A set of ids of security groups assigned to hosts of the cluster.
service_account_id str
shard_groups Sequence[GetMdbClickhouseClusterShardGroup]
A group of clickhouse shards. The structure is documented below.
sql_database_management bool
Grants admin user database management permission.
sql_user_management bool
Enables admin user with user management permission.
status str
Status of the cluster.
users Sequence[GetMdbClickhouseClusterUser]
A user of the ClickHouse cluster. The structure is documented below.
version str
zookeepers Sequence[GetMdbClickhouseClusterZookeeper]
Configuration of the ZooKeeper subcluster. The structure is documented below.
cloud_storage GetMdbClickhouseClusterCloudStorage
accesses List<Property Map>
Access policy to the ClickHouse cluster. The structure is documented below.
backupWindowStarts List<Property Map>
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.
clusterId String
createdAt String
Creation timestamp of the key.
databases List<Property Map>
A database of the ClickHouse cluster. The structure is documented below.
deletionProtection Boolean
description String
Description of the shard group.
environment String
Deployment environment of the ClickHouse cluster.
folderId String
formatSchemas 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.
maintenanceWindows List<Property Map>
mlModels List<Property Map>
A group of machine learning models. The structure is documented below.
name String
Graphite rollup configuration name.
networkId String
ID of the network, to which the ClickHouse cluster belongs.
securityGroupIds List<String>
A set of ids of security groups assigned to hosts of the cluster.
serviceAccountId String
shardGroups List<Property Map>
A group of clickhouse shards. The structure is documented below.
sqlDatabaseManagement Boolean
Grants admin user database management permission.
sqlUserManagement Boolean
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.
cloudStorage Property Map

Supporting Types

GetMdbClickhouseClusterAccess

DataLens This property is required. bool
Allow access for Web SQL.
Metrika This property is required. bool
Allow access for Yandex.Metrika.
Serverless This property is required. bool
Allow access for Serverless.
WebSql This property is required. bool
Allow access for DataLens.
DataLens This property is required. bool
Allow access for Web SQL.
Metrika This property is required. bool
Allow access for Yandex.Metrika.
Serverless This property is required. bool
Allow access for Serverless.
WebSql This property is required. bool
Allow access for DataLens.
dataLens This property is required. Boolean
Allow access for Web SQL.
metrika This property is required. Boolean
Allow access for Yandex.Metrika.
serverless This property is required. Boolean
Allow access for Serverless.
webSql This property is required. Boolean
Allow access for DataLens.
dataLens This property is required. boolean
Allow access for Web SQL.
metrika This property is required. boolean
Allow access for Yandex.Metrika.
serverless This property is required. boolean
Allow access for Serverless.
webSql This property is required. boolean
Allow access for DataLens.
data_lens This property is required. bool
Allow access for Web SQL.
metrika This property is required. bool
Allow access for Yandex.Metrika.
serverless This property is required. bool
Allow access for Serverless.
web_sql This property is required. bool
Allow access for DataLens.
dataLens This property is required. Boolean
Allow access for Web SQL.
metrika This property is required. Boolean
Allow access for Yandex.Metrika.
serverless This property is required. Boolean
Allow access for Serverless.
webSql This property is required. Boolean
Allow access for DataLens.

GetMdbClickhouseClusterBackupWindowStart

Hours This property is required. int
The hour at which backup will be started.
Minutes This property is required. int
The minute at which backup will be started.
Hours This property is required. int
The hour at which backup will be started.
Minutes This property is required. int
The minute at which backup will be started.
hours This property is required. Integer
The hour at which backup will be started.
minutes This property is required. Integer
The minute at which backup will be started.
hours This property is required. number
The hour at which backup will be started.
minutes This property is required. number
The minute at which backup will be started.
hours This property is required. int
The hour at which backup will be started.
minutes This property is required. int
The minute at which backup will be started.
hours This property is required. Number
The hour at which backup will be started.
minutes This property is required. Number
The minute at which backup will be started.

GetMdbClickhouseClusterClickhouse

Config This property is required. GetMdbClickhouseClusterClickhouseConfig
Main ClickHouse cluster configuration. The structure is documented below.
Resources This property is required. List<GetMdbClickhouseClusterClickhouseResource>
Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
Config This property is required. GetMdbClickhouseClusterClickhouseConfig
Main ClickHouse cluster configuration. The structure is documented below.
Resources This property is required. []GetMdbClickhouseClusterClickhouseResource
Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
config This property is required. GetMdbClickhouseClusterClickhouseConfig
Main ClickHouse cluster configuration. The structure is documented below.
resources This property is required. List<GetMdbClickhouseClusterClickhouseResource>
Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
config This property is required. GetMdbClickhouseClusterClickhouseConfig
Main ClickHouse cluster configuration. The structure is documented below.
resources This property is required. GetMdbClickhouseClusterClickhouseResource[]
Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
config This property is required. GetMdbClickhouseClusterClickhouseConfig
Main ClickHouse cluster configuration. The structure is documented below.
resources This property is required. Sequence[GetMdbClickhouseClusterClickhouseResource]
Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
config This property is required. Property Map
Main ClickHouse cluster configuration. The structure is documented below.
resources This property is required. List<Property Map>
Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.

GetMdbClickhouseClusterClickhouseConfig

Kafkas This property is required. List<GetMdbClickhouseClusterClickhouseConfigKafka>
Kafka connection configuration. The structure is documented below.
MergeTree This property is required. GetMdbClickhouseClusterClickhouseConfigMergeTree
MergeTree engine configuration. The structure is documented below.
Rabbitmq This property is required. GetMdbClickhouseClusterClickhouseConfigRabbitmq
RabbitMQ connection configuration. The structure is documented below.
BackgroundPoolSize int
BackgroundSchedulePoolSize int
Compressions List<GetMdbClickhouseClusterClickhouseConfigCompression>
Data compression configuration. The structure is documented below.
GeobaseUri string
GraphiteRollups List<GetMdbClickhouseClusterClickhouseConfigGraphiteRollup>
Graphite rollup configuration. The structure is documented below.
KafkaTopics List<GetMdbClickhouseClusterClickhouseConfigKafkaTopic>
Kafka topic connection configuration. The structure is documented below.
KeepAliveTimeout int
LogLevel string
MarkCacheSize int
MaxConcurrentQueries int
MaxConnections int
MaxPartitionSizeToDrop int
MaxTableSizeToDrop int
MetricLogEnabled bool
MetricLogRetentionSize int
MetricLogRetentionTime int
PartLogRetentionSize int
PartLogRetentionTime int
QueryLogRetentionSize int
QueryLogRetentionTime int
QueryThreadLogEnabled bool
QueryThreadLogRetentionSize int
QueryThreadLogRetentionTime int
TextLogEnabled bool
TextLogLevel string
TextLogRetentionSize int
TextLogRetentionTime int
Timezone string
TraceLogEnabled bool
TraceLogRetentionSize int
TraceLogRetentionTime int
UncompressedCacheSize int
Kafkas This property is required. []GetMdbClickhouseClusterClickhouseConfigKafka
Kafka connection configuration. The structure is documented below.
MergeTree This property is required. GetMdbClickhouseClusterClickhouseConfigMergeTree
MergeTree engine configuration. The structure is documented below.
Rabbitmq This property is required. GetMdbClickhouseClusterClickhouseConfigRabbitmq
RabbitMQ connection configuration. The structure is documented below.
BackgroundPoolSize int
BackgroundSchedulePoolSize int
Compressions []GetMdbClickhouseClusterClickhouseConfigCompression
Data compression configuration. The structure is documented below.
GeobaseUri string
GraphiteRollups []GetMdbClickhouseClusterClickhouseConfigGraphiteRollup
Graphite rollup configuration. The structure is documented below.
KafkaTopics []GetMdbClickhouseClusterClickhouseConfigKafkaTopic
Kafka topic connection configuration. The structure is documented below.
KeepAliveTimeout int
LogLevel string
MarkCacheSize int
MaxConcurrentQueries int
MaxConnections int
MaxPartitionSizeToDrop int
MaxTableSizeToDrop int
MetricLogEnabled bool
MetricLogRetentionSize int
MetricLogRetentionTime int
PartLogRetentionSize int
PartLogRetentionTime int
QueryLogRetentionSize int
QueryLogRetentionTime int
QueryThreadLogEnabled bool
QueryThreadLogRetentionSize int
QueryThreadLogRetentionTime int
TextLogEnabled bool
TextLogLevel string
TextLogRetentionSize int
TextLogRetentionTime int
Timezone string
TraceLogEnabled bool
TraceLogRetentionSize int
TraceLogRetentionTime int
UncompressedCacheSize int
kafkas This property is required. List<GetMdbClickhouseClusterClickhouseConfigKafka>
Kafka connection configuration. The structure is documented below.
mergeTree This property is required. GetMdbClickhouseClusterClickhouseConfigMergeTree
MergeTree engine configuration. The structure is documented below.
rabbitmq This property is required. GetMdbClickhouseClusterClickhouseConfigRabbitmq
RabbitMQ connection configuration. The structure is documented below.
backgroundPoolSize Integer
backgroundSchedulePoolSize Integer
compressions List<GetMdbClickhouseClusterClickhouseConfigCompression>
Data compression configuration. The structure is documented below.
geobaseUri String
graphiteRollups List<GetMdbClickhouseClusterClickhouseConfigGraphiteRollup>
Graphite rollup configuration. The structure is documented below.
kafkaTopics List<GetMdbClickhouseClusterClickhouseConfigKafkaTopic>
Kafka topic connection configuration. The structure is documented below.
keepAliveTimeout Integer
logLevel String
markCacheSize Integer
maxConcurrentQueries Integer
maxConnections Integer
maxPartitionSizeToDrop Integer
maxTableSizeToDrop Integer
metricLogEnabled Boolean
metricLogRetentionSize Integer
metricLogRetentionTime Integer
partLogRetentionSize Integer
partLogRetentionTime Integer
queryLogRetentionSize Integer
queryLogRetentionTime Integer
queryThreadLogEnabled Boolean
queryThreadLogRetentionSize Integer
queryThreadLogRetentionTime Integer
textLogEnabled Boolean
textLogLevel String
textLogRetentionSize Integer
textLogRetentionTime Integer
timezone String
traceLogEnabled Boolean
traceLogRetentionSize Integer
traceLogRetentionTime Integer
uncompressedCacheSize Integer
kafkas This property is required. GetMdbClickhouseClusterClickhouseConfigKafka[]
Kafka connection configuration. The structure is documented below.
mergeTree This property is required. GetMdbClickhouseClusterClickhouseConfigMergeTree
MergeTree engine configuration. The structure is documented below.
rabbitmq This property is required. GetMdbClickhouseClusterClickhouseConfigRabbitmq
RabbitMQ connection configuration. The structure is documented below.
backgroundPoolSize number
backgroundSchedulePoolSize number
compressions GetMdbClickhouseClusterClickhouseConfigCompression[]
Data compression configuration. The structure is documented below.
geobaseUri string
graphiteRollups GetMdbClickhouseClusterClickhouseConfigGraphiteRollup[]
Graphite rollup configuration. The structure is documented below.
kafkaTopics GetMdbClickhouseClusterClickhouseConfigKafkaTopic[]
Kafka topic connection configuration. The structure is documented below.
keepAliveTimeout number
logLevel string
markCacheSize number
maxConcurrentQueries number
maxConnections number
maxPartitionSizeToDrop number
maxTableSizeToDrop number
metricLogEnabled boolean
metricLogRetentionSize number
metricLogRetentionTime number
partLogRetentionSize number
partLogRetentionTime number
queryLogRetentionSize number
queryLogRetentionTime number
queryThreadLogEnabled boolean
queryThreadLogRetentionSize number
queryThreadLogRetentionTime number
textLogEnabled boolean
textLogLevel string
textLogRetentionSize number
textLogRetentionTime number
timezone string
traceLogEnabled boolean
traceLogRetentionSize number
traceLogRetentionTime number
uncompressedCacheSize number
kafkas This property is required. Sequence[GetMdbClickhouseClusterClickhouseConfigKafka]
Kafka connection configuration. The structure is documented below.
merge_tree This property is required. GetMdbClickhouseClusterClickhouseConfigMergeTree
MergeTree engine configuration. The structure is documented below.
rabbitmq This property is required. GetMdbClickhouseClusterClickhouseConfigRabbitmq
RabbitMQ connection configuration. The structure is documented below.
background_pool_size int
background_schedule_pool_size int
compressions Sequence[GetMdbClickhouseClusterClickhouseConfigCompression]
Data compression configuration. The structure is documented below.
geobase_uri str
graphite_rollups Sequence[GetMdbClickhouseClusterClickhouseConfigGraphiteRollup]
Graphite rollup configuration. The structure is documented below.
kafka_topics Sequence[GetMdbClickhouseClusterClickhouseConfigKafkaTopic]
Kafka topic connection configuration. The structure is documented below.
keep_alive_timeout int
log_level str
mark_cache_size int
max_concurrent_queries int
max_connections int
max_partition_size_to_drop int
max_table_size_to_drop int
metric_log_enabled bool
metric_log_retention_size int
metric_log_retention_time int
part_log_retention_size int
part_log_retention_time int
query_log_retention_size int
query_log_retention_time int
query_thread_log_enabled bool
query_thread_log_retention_size int
query_thread_log_retention_time int
text_log_enabled bool
text_log_level str
text_log_retention_size int
text_log_retention_time int
timezone str
trace_log_enabled bool
trace_log_retention_size int
trace_log_retention_time int
uncompressed_cache_size int
kafkas This property is required. List<Property Map>
Kafka connection configuration. The structure is documented below.
mergeTree This property is required. Property Map
MergeTree engine configuration. The structure is documented below.
rabbitmq This property is required. Property Map
RabbitMQ connection configuration. The structure is documented below.
backgroundPoolSize Number
backgroundSchedulePoolSize Number
compressions List<Property Map>
Data compression configuration. The structure is documented below.
geobaseUri String
graphiteRollups List<Property Map>
Graphite rollup configuration. The structure is documented below.
kafkaTopics List<Property Map>
Kafka topic connection configuration. The structure is documented below.
keepAliveTimeout Number
logLevel String
markCacheSize Number
maxConcurrentQueries Number
maxConnections Number
maxPartitionSizeToDrop Number
maxTableSizeToDrop Number
metricLogEnabled Boolean
metricLogRetentionSize Number
metricLogRetentionTime Number
partLogRetentionSize Number
partLogRetentionTime Number
queryLogRetentionSize Number
queryLogRetentionTime Number
queryThreadLogEnabled Boolean
queryThreadLogRetentionSize Number
queryThreadLogRetentionTime Number
textLogEnabled Boolean
textLogLevel String
textLogRetentionSize Number
textLogRetentionTime Number
timezone String
traceLogEnabled Boolean
traceLogRetentionSize Number
traceLogRetentionTime Number
uncompressedCacheSize Number

GetMdbClickhouseClusterClickhouseConfigCompression

Method This property is required. string
Method: Compression method. Two methods are available: LZ4 and zstd.
MinPartSize This property is required. int
Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
MinPartSizeRatio This property is required. double
Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
Method This property is required. string
Method: Compression method. Two methods are available: LZ4 and zstd.
MinPartSize This property is required. int
Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
MinPartSizeRatio This property is required. float64
Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
method This property is required. String
Method: Compression method. Two methods are available: LZ4 and zstd.
minPartSize This property is required. Integer
Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
minPartSizeRatio This property is required. Double
Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
method This property is required. string
Method: Compression method. Two methods are available: LZ4 and zstd.
minPartSize This property is required. number
Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
minPartSizeRatio This property is required. number
Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
method This property is required. str
Method: Compression method. Two methods are available: LZ4 and zstd.
min_part_size This property is required. int
Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
min_part_size_ratio This property is required. float
Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
method This property is required. String
Method: Compression method. Two methods are available: LZ4 and zstd.
minPartSize This property is required. Number
Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
minPartSizeRatio This property is required. Number
Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.

GetMdbClickhouseClusterClickhouseConfigGraphiteRollup

Name This property is required. string
The name of the ClickHouse cluster.
Patterns List<GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPattern>
Set of thinning rules.
Name This property is required. string
The name of the ClickHouse cluster.
Patterns []GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPattern
Set of thinning rules.
name This property is required. String
The name of the ClickHouse cluster.
patterns List<GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPattern>
Set of thinning rules.
name This property is required. string
The name of the ClickHouse cluster.
patterns GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPattern[]
Set of thinning rules.
name This property is required. str
The name of the ClickHouse cluster.
patterns Sequence[GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPattern]
Set of thinning rules.
name This property is required. String
The name of the ClickHouse cluster.
patterns List<Property Map>
Set of thinning rules.

GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPattern

Function This property is required. string
Aggregation function name.
Regexp string
Regular expression that the metric name must match.
Retentions List<GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPatternRetention>
Retain parameters.
Function This property is required. string
Aggregation function name.
Regexp string
Regular expression that the metric name must match.
Retentions []GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPatternRetention
Retain parameters.
function This property is required. String
Aggregation function name.
regexp String
Regular expression that the metric name must match.
retentions List<GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPatternRetention>
Retain parameters.
function This property is required. string
Aggregation function name.
regexp string
Regular expression that the metric name must match.
retentions GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPatternRetention[]
Retain parameters.
function This property is required. str
Aggregation function name.
regexp str
Regular expression that the metric name must match.
retentions Sequence[GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPatternRetention]
Retain parameters.
function This property is required. String
Aggregation function name.
regexp String
Regular expression that the metric name must match.
retentions List<Property Map>
Retain parameters.

GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPatternRetention

Age This property is required. int
Minimum data age in seconds.
Precision This property is required. int
Accuracy of determining the age of the data in seconds.
Age This property is required. int
Minimum data age in seconds.
Precision This property is required. int
Accuracy of determining the age of the data in seconds.
age This property is required. Integer
Minimum data age in seconds.
precision This property is required. Integer
Accuracy of determining the age of the data in seconds.
age This property is required. number
Minimum data age in seconds.
precision This property is required. number
Accuracy of determining the age of the data in seconds.
age This property is required. int
Minimum data age in seconds.
precision This property is required. int
Accuracy of determining the age of the data in seconds.
age This property is required. Number
Minimum data age in seconds.
precision This property is required. Number
Accuracy of determining the age of the data in seconds.

GetMdbClickhouseClusterClickhouseConfigKafka

SaslMechanism string
SASL mechanism used in kafka authentication.
SaslPassword string
User password on kafka server.
SaslUsername string
Username on kafka server.
SecurityProtocol string
Security protocol used to connect to kafka server.
SaslMechanism string
SASL mechanism used in kafka authentication.
SaslPassword string
User password on kafka server.
SaslUsername string
Username on kafka server.
SecurityProtocol string
Security protocol used to connect to kafka server.
saslMechanism String
SASL mechanism used in kafka authentication.
saslPassword String
User password on kafka server.
saslUsername String
Username on kafka server.
securityProtocol String
Security protocol used to connect to kafka server.
saslMechanism string
SASL mechanism used in kafka authentication.
saslPassword string
User password on kafka server.
saslUsername string
Username on kafka server.
securityProtocol 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.
saslMechanism String
SASL mechanism used in kafka authentication.
saslPassword String
User password on kafka server.
saslUsername String
Username on kafka server.
securityProtocol String
Security protocol used to connect to kafka server.

GetMdbClickhouseClusterClickhouseConfigKafkaTopic

Name This property is required. string
The name of the ClickHouse cluster.
Settings GetMdbClickhouseClusterClickhouseConfigKafkaTopicSettings
Kafka connection settngs sanem as kafka block.
Name This property is required. string
The name of the ClickHouse cluster.
Settings GetMdbClickhouseClusterClickhouseConfigKafkaTopicSettings
Kafka connection settngs sanem as kafka block.
name This property is required. String
The name of the ClickHouse cluster.
settings GetMdbClickhouseClusterClickhouseConfigKafkaTopicSettings
Kafka connection settngs sanem as kafka block.
name This property is required. string
The name of the ClickHouse cluster.
settings GetMdbClickhouseClusterClickhouseConfigKafkaTopicSettings
Kafka connection settngs sanem as kafka block.
name This property is required. str
The name of the ClickHouse cluster.
settings GetMdbClickhouseClusterClickhouseConfigKafkaTopicSettings
Kafka connection settngs sanem as kafka block.
name This property is required. String
The name of the ClickHouse cluster.
settings Property Map
Kafka connection settngs sanem as kafka block.

GetMdbClickhouseClusterClickhouseConfigKafkaTopicSettings

SaslMechanism string
SASL mechanism used in kafka authentication.
SaslPassword string
User password on kafka server.
SaslUsername string
Username on kafka server.
SecurityProtocol string
Security protocol used to connect to kafka server.
SaslMechanism string
SASL mechanism used in kafka authentication.
SaslPassword string
User password on kafka server.
SaslUsername string
Username on kafka server.
SecurityProtocol string
Security protocol used to connect to kafka server.
saslMechanism String
SASL mechanism used in kafka authentication.
saslPassword String
User password on kafka server.
saslUsername String
Username on kafka server.
securityProtocol String
Security protocol used to connect to kafka server.
saslMechanism string
SASL mechanism used in kafka authentication.
saslPassword string
User password on kafka server.
saslUsername string
Username on kafka server.
securityProtocol 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.
saslMechanism String
SASL mechanism used in kafka authentication.
saslPassword String
User password on kafka server.
saslUsername String
Username on kafka server.
securityProtocol String
Security protocol used to connect to kafka server.

GetMdbClickhouseClusterClickhouseConfigMergeTree

MaxBytesToMergeAtMinSpaceInPool int
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.
MaxReplicatedMergesInQueue int
Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
NumberOfFreeEntriesInPoolToLowerMaxSizeOfMerge int
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.
PartsToDelayInsert int
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.
PartsToThrowInsert int
Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
ReplicatedDeduplicationWindow int
Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
ReplicatedDeduplicationWindowSeconds int
Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
MaxBytesToMergeAtMinSpaceInPool int
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.
MaxReplicatedMergesInQueue int
Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
NumberOfFreeEntriesInPoolToLowerMaxSizeOfMerge int
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.
PartsToDelayInsert int
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.
PartsToThrowInsert int
Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
ReplicatedDeduplicationWindow int
Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
ReplicatedDeduplicationWindowSeconds int
Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
maxBytesToMergeAtMinSpaceInPool Integer
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.
maxReplicatedMergesInQueue Integer
Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
numberOfFreeEntriesInPoolToLowerMaxSizeOfMerge Integer
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.
partsToDelayInsert Integer
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.
partsToThrowInsert Integer
Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
replicatedDeduplicationWindow Integer
Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
replicatedDeduplicationWindowSeconds Integer
Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
maxBytesToMergeAtMinSpaceInPool number
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.
maxReplicatedMergesInQueue number
Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
numberOfFreeEntriesInPoolToLowerMaxSizeOfMerge number
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.
partsToDelayInsert number
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.
partsToThrowInsert number
Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
replicatedDeduplicationWindow number
Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
replicatedDeduplicationWindowSeconds number
Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
max_bytes_to_merge_at_min_space_in_pool int
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_merges_in_queue int
Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
number_of_free_entries_in_pool_to_lower_max_size_of_merge int
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_delay_insert int
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_throw_insert int
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_window int
Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
replicated_deduplication_window_seconds int
Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
maxBytesToMergeAtMinSpaceInPool Number
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.
maxReplicatedMergesInQueue Number
Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
numberOfFreeEntriesInPoolToLowerMaxSizeOfMerge Number
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.
partsToDelayInsert Number
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.
partsToThrowInsert Number
Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
replicatedDeduplicationWindow Number
Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
replicatedDeduplicationWindowSeconds Number
Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).

GetMdbClickhouseClusterClickhouseConfigRabbitmq

Password string
RabbitMQ user password.
Username string
RabbitMQ username.
Password string
RabbitMQ user password.
Username string
RabbitMQ username.
password String
RabbitMQ user password.
username String
RabbitMQ username.
password string
RabbitMQ user password.
username string
RabbitMQ username.
password str
RabbitMQ user password.
username str
RabbitMQ username.
password String
RabbitMQ user password.
username String
RabbitMQ username.

GetMdbClickhouseClusterClickhouseResource

DiskSize This property is required. int
Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
DiskTypeId This property is required. string
Type of the storage of ClickHouse or ZooKeeper hosts.
ResourcePresetId This property is required. string
DiskSize This property is required. int
Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
DiskTypeId This property is required. string
Type of the storage of ClickHouse or ZooKeeper hosts.
ResourcePresetId This property is required. string
diskSize This property is required. Integer
Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
diskTypeId This property is required. String
Type of the storage of ClickHouse or ZooKeeper hosts.
resourcePresetId This property is required. String
diskSize This property is required. number
Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
diskTypeId This property is required. string
Type of the storage of ClickHouse or ZooKeeper hosts.
resourcePresetId This property is required. string
disk_size This property is required. int
Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
disk_type_id This property is required. str
Type of the storage of ClickHouse or ZooKeeper hosts.
resource_preset_id This property is required. str
diskSize This property is required. Number
Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
diskTypeId This property is required. String
Type of the storage of ClickHouse or ZooKeeper hosts.
resourcePresetId This property is required. String

GetMdbClickhouseClusterCloudStorage

Enabled This property is required. bool
(Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either true or false.
Enabled This property is required. bool
(Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either true or false.
enabled This property is required. Boolean
(Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either true or false.
enabled This property is required. boolean
(Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either true or false.
enabled This property is required. bool
(Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either true or false.
enabled This property is required. Boolean
(Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either true or false.

GetMdbClickhouseClusterDatabase

Name This property is required. string
The name of the ClickHouse cluster.
Name This property is required. string
The name of the ClickHouse cluster.
name This property is required. String
The name of the ClickHouse cluster.
name This property is required. string
The name of the ClickHouse cluster.
name This property is required. str
The name of the ClickHouse cluster.
name This property is required. String
The name of the ClickHouse cluster.

GetMdbClickhouseClusterFormatSchema

Name This property is required. string
The name of the ClickHouse cluster.
Type This property is required. string
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
Uri This property is required. string
Model file URL. You can only use models stored in Yandex Object Storage.
Name This property is required. string
The name of the ClickHouse cluster.
Type This property is required. string
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
Uri This property is required. string
Model file URL. You can only use models stored in Yandex Object Storage.
name This property is required. String
The name of the ClickHouse cluster.
type This property is required. String
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
uri This property is required. String
Model file URL. You can only use models stored in Yandex Object Storage.
name This property is required. string
The name of the ClickHouse cluster.
type This property is required. string
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
uri This property is required. string
Model file URL. You can only use models stored in Yandex Object Storage.
name This property is required. str
The name of the ClickHouse cluster.
type This property is required. str
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
uri This property is required. str
Model file URL. You can only use models stored in Yandex Object Storage.
name This property is required. String
The name of the ClickHouse cluster.
type This property is required. String
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
uri This property is required. String
Model file URL. You can only use models stored in Yandex Object Storage.

GetMdbClickhouseClusterHost

AssignPublicIp This property is required. bool
Sets whether the host should get a public IP address on creation.
Fqdn This property is required. string
The fully qualified domain name of the host.
ShardName This property is required. string
The name of the shard to which the host belongs.
SubnetId This property is required. string
The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
Type This property is required. string
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
Zone This property is required. string
The availability zone where the ClickHouse host will be created.
AssignPublicIp This property is required. bool
Sets whether the host should get a public IP address on creation.
Fqdn This property is required. string
The fully qualified domain name of the host.
ShardName This property is required. string
The name of the shard to which the host belongs.
SubnetId This property is required. string
The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
Type This property is required. string
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
Zone This property is required. string
The availability zone where the ClickHouse host will be created.
assignPublicIp This property is required. Boolean
Sets whether the host should get a public IP address on creation.
fqdn This property is required. String
The fully qualified domain name of the host.
shardName This property is required. String
The name of the shard to which the host belongs.
subnetId This property is required. String
The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
type This property is required. String
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
zone This property is required. String
The availability zone where the ClickHouse host will be created.
assignPublicIp This property is required. boolean
Sets whether the host should get a public IP address on creation.
fqdn This property is required. string
The fully qualified domain name of the host.
shardName This property is required. string
The name of the shard to which the host belongs.
subnetId This property is required. string
The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
type This property is required. string
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
zone This property is required. string
The availability zone where the ClickHouse host will be created.
assign_public_ip This property is required. bool
Sets whether the host should get a public IP address on creation.
fqdn This property is required. str
The fully qualified domain name of the host.
shard_name This property is required. str
The name of the shard to which the host belongs.
subnet_id This property is required. str
The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
type This property is required. str
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
zone This property is required. str
The availability zone where the ClickHouse host will be created.
assignPublicIp This property is required. Boolean
Sets whether the host should get a public IP address on creation.
fqdn This property is required. String
The fully qualified domain name of the host.
shardName This property is required. String
The name of the shard to which the host belongs.
subnetId This property is required. String
The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
type This property is required. String
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
zone This property is required. String
The availability zone where the ClickHouse host will be created.

GetMdbClickhouseClusterMaintenanceWindow

Day This property is required. string
Day of week for maintenance window if window type is weekly. Possible values: MON, TUE, WED, THU, FRI, SAT, SUN.
Hour This property is required. int
Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
Type This property is required. string
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
Day This property is required. string
Day of week for maintenance window if window type is weekly. Possible values: MON, TUE, WED, THU, FRI, SAT, SUN.
Hour This property is required. int
Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
Type This property is required. string
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
day This property is required. String
Day of week for maintenance window if window type is weekly. Possible values: MON, TUE, WED, THU, FRI, SAT, SUN.
hour This property is required. Integer
Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
type This property is required. String
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
day This property is required. string
Day of week for maintenance window if window type is weekly. Possible values: MON, TUE, WED, THU, FRI, SAT, SUN.
hour This property is required. number
Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
type This property is required. string
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
day This property is required. str
Day of week for maintenance window if window type is weekly. Possible values: MON, TUE, WED, THU, FRI, SAT, SUN.
hour This property is required. int
Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
type This property is required. str
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
day This property is required. String
Day of week for maintenance window if window type is weekly. Possible values: MON, TUE, WED, THU, FRI, SAT, SUN.
hour This property is required. Number
Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
type This property is required. String
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.

GetMdbClickhouseClusterMlModel

Name This property is required. string
The name of the ClickHouse cluster.
Type This property is required. string
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
Uri This property is required. string
Model file URL. You can only use models stored in Yandex Object Storage.
Name This property is required. string
The name of the ClickHouse cluster.
Type This property is required. string
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
Uri This property is required. string
Model file URL. You can only use models stored in Yandex Object Storage.
name This property is required. String
The name of the ClickHouse cluster.
type This property is required. String
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
uri This property is required. String
Model file URL. You can only use models stored in Yandex Object Storage.
name This property is required. string
The name of the ClickHouse cluster.
type This property is required. string
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
uri This property is required. string
Model file URL. You can only use models stored in Yandex Object Storage.
name This property is required. str
The name of the ClickHouse cluster.
type This property is required. str
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
uri This property is required. str
Model file URL. You can only use models stored in Yandex Object Storage.
name This property is required. String
The name of the ClickHouse cluster.
type This property is required. String
Type of maintenance window. Can be either ANYTIME or WEEKLY. A day and hour of window need to be specified with weekly window.
uri This property is required. String
Model file URL. You can only use models stored in Yandex Object Storage.

GetMdbClickhouseClusterShardGroup

Description This property is required. string
Description of the shard group.
Name This property is required. string
The name of the ClickHouse cluster.
ShardNames This property is required. List<string>
List of shards names that belong to the shard group.
Description This property is required. string
Description of the shard group.
Name This property is required. string
The name of the ClickHouse cluster.
ShardNames This property is required. []string
List of shards names that belong to the shard group.
description This property is required. String
Description of the shard group.
name This property is required. String
The name of the ClickHouse cluster.
shardNames This property is required. List<String>
List of shards names that belong to the shard group.
description This property is required. string
Description of the shard group.
name This property is required. string
The name of the ClickHouse cluster.
shardNames This property is required. string[]
List of shards names that belong to the shard group.
description This property is required. str
Description of the shard group.
name This property is required. str
The name of the ClickHouse cluster.
shard_names This property is required. Sequence[str]
List of shards names that belong to the shard group.
description This property is required. String
Description of the shard group.
name This property is required. String
The name of the ClickHouse cluster.
shardNames This property is required. List<String>
List of shards names that belong to the shard group.

GetMdbClickhouseClusterUser

Name This property is required. string
The name of the ClickHouse cluster.
Permissions This property is required. List<GetMdbClickhouseClusterUserPermission>
Set of permissions granted to the user. The structure is documented below.
Quotas This property is required. List<GetMdbClickhouseClusterUserQuota>
Set of user quotas. The structure is documented below.
Settings This property is required. GetMdbClickhouseClusterUserSettings
Kafka connection settngs sanem as kafka block.
Name This property is required. string
The name of the ClickHouse cluster.
Permissions This property is required. []GetMdbClickhouseClusterUserPermission
Set of permissions granted to the user. The structure is documented below.
Quotas This property is required. []GetMdbClickhouseClusterUserQuota
Set of user quotas. The structure is documented below.
Settings This property is required. GetMdbClickhouseClusterUserSettings
Kafka connection settngs sanem as kafka block.
name This property is required. String
The name of the ClickHouse cluster.
permissions This property is required. List<GetMdbClickhouseClusterUserPermission>
Set of permissions granted to the user. The structure is documented below.
quotas This property is required. List<GetMdbClickhouseClusterUserQuota>
Set of user quotas. The structure is documented below.
settings This property is required. GetMdbClickhouseClusterUserSettings
Kafka connection settngs sanem as kafka block.
name This property is required. string
The name of the ClickHouse cluster.
permissions This property is required. GetMdbClickhouseClusterUserPermission[]
Set of permissions granted to the user. The structure is documented below.
quotas This property is required. GetMdbClickhouseClusterUserQuota[]
Set of user quotas. The structure is documented below.
settings This property is required. GetMdbClickhouseClusterUserSettings
Kafka connection settngs sanem as kafka block.
name This property is required. str
The name of the ClickHouse cluster.
permissions This property is required. Sequence[GetMdbClickhouseClusterUserPermission]
Set of permissions granted to the user. The structure is documented below.
quotas This property is required. Sequence[GetMdbClickhouseClusterUserQuota]
Set of user quotas. The structure is documented below.
settings This property is required. GetMdbClickhouseClusterUserSettings
Kafka connection settngs sanem as kafka block.
name This property is required. String
The name of the ClickHouse cluster.
permissions This property is required. List<Property Map>
Set of permissions granted to the user. The structure is documented below.
quotas This property is required. List<Property Map>
Set of user quotas. The structure is documented below.
settings This property is required. Property Map
Kafka connection settngs sanem as kafka block.

GetMdbClickhouseClusterUserPermission

DatabaseName This property is required. string
The name of the database that the permission grants access to.
DatabaseName This property is required. string
The name of the database that the permission grants access to.
databaseName This property is required. String
The name of the database that the permission grants access to.
databaseName This property is required. string
The name of the database that the permission grants access to.
database_name This property is required. str
The name of the database that the permission grants access to.
databaseName This property is required. String
The name of the database that the permission grants access to.

GetMdbClickhouseClusterUserQuota

Errors This property is required. int
The number of queries that threw exception.
ExecutionTime This property is required. int
The total query execution time, in milliseconds (wall time).
IntervalDuration This property is required. int
Duration of interval for quota in milliseconds.
Queries This property is required. int
The total number of queries.
ReadRows This property is required. int
The total number of source rows read from tables for running the query, on all remote servers.
ResultRows This property is required. int
The total number of rows given as the result.
Errors This property is required. int
The number of queries that threw exception.
ExecutionTime This property is required. int
The total query execution time, in milliseconds (wall time).
IntervalDuration This property is required. int
Duration of interval for quota in milliseconds.
Queries This property is required. int
The total number of queries.
ReadRows This property is required. int
The total number of source rows read from tables for running the query, on all remote servers.
ResultRows This property is required. int
The total number of rows given as the result.
errors This property is required. Integer
The number of queries that threw exception.
executionTime This property is required. Integer
The total query execution time, in milliseconds (wall time).
intervalDuration This property is required. Integer
Duration of interval for quota in milliseconds.
queries This property is required. Integer
The total number of queries.
readRows This property is required. Integer
The total number of source rows read from tables for running the query, on all remote servers.
resultRows This property is required. Integer
The total number of rows given as the result.
errors This property is required. number
The number of queries that threw exception.
executionTime This property is required. number
The total query execution time, in milliseconds (wall time).
intervalDuration This property is required. number
Duration of interval for quota in milliseconds.
queries This property is required. number
The total number of queries.
readRows This property is required. number
The total number of source rows read from tables for running the query, on all remote servers.
resultRows This property is required. number
The total number of rows given as the result.
errors This property is required. int
The number of queries that threw exception.
execution_time This property is required. int
The total query execution time, in milliseconds (wall time).
interval_duration This property is required. int
Duration of interval for quota in milliseconds.
queries This property is required. int
The total number of queries.
read_rows This property is required. int
The total number of source rows read from tables for running the query, on all remote servers.
result_rows This property is required. int
The total number of rows given as the result.
errors This property is required. Number
The number of queries that threw exception.
executionTime This property is required. Number
The total query execution time, in milliseconds (wall time).
intervalDuration This property is required. Number
Duration of interval for quota in milliseconds.
queries This property is required. Number
The total number of queries.
readRows This property is required. Number
The total number of source rows read from tables for running the query, on all remote servers.
resultRows This property is required. Number
The total number of rows given as the result.

GetMdbClickhouseClusterUserSettings

AddHttpCorsHeader This property is required. bool
Include CORS headers in HTTP responces.
AllowDdl This property is required. bool
Allows or denies DDL queries.
Compile This property is required. bool
Enable compilation of queries.
CompileExpressions This property is required. bool
Turn on expression compilation.
ConnectTimeout This property is required. int
Connect timeout in milliseconds on the socket used for communicating with the client.
CountDistinctImplementation This property is required. string
Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
DistinctOverflowMode This property is required. string
Sets behaviour on overflow when using DISTINCT. Possible values:
DistributedAggregationMemoryEfficient This property is required. bool
Determine the behavior of distributed subqueries.
DistributedDdlTaskTimeout This property is required. int
Timeout for DDL queries, in milliseconds.
DistributedProductMode This property is required. string
Changes the behaviour of distributed subqueries.
EmptyResultForAggregationByEmptySet This property is required. bool
Allows to retunr empty result.
EnableHttpCompression This property is required. bool
Enables or disables data compression in the response to an HTTP request.
FallbackToStaleReplicasForDistributedQueries This property is required. bool
Forces a query to an out-of-date replica if updated data is not available.
ForceIndexByDate This property is required. bool
Disables query execution if the index can’t be used by date.
ForcePrimaryKey This property is required. bool
Disables query execution if indexing by the primary key is not possible.
GroupByOverflowMode This property is required. string
Sets behaviour on overflow while GROUP BY operation. Possible values:
GroupByTwoLevelThreshold This property is required. int
Sets the threshold of the number of keys, after that the two-level aggregation should be used.
GroupByTwoLevelThresholdBytes This property is required. int
Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
HttpConnectionTimeout This property is required. int
Timeout for HTTP connection in milliseconds.
HttpHeadersProgressInterval This property is required. int
Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
HttpReceiveTimeout This property is required. int
Timeout for HTTP connection in milliseconds.
HttpSendTimeout This property is required. int
Timeout for HTTP connection in milliseconds.
InputFormatDefaultsForOmittedFields This property is required. bool
When performing INSERT queries, replace omitted input column values with default values of the respective columns.
InputFormatValuesInterpretExpressions This property is required. bool
Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
InsertQuorum This property is required. int
Enables the quorum writes.
InsertQuorumTimeout This property is required. int
Write to a quorum timeout in milliseconds.
JoinOverflowMode This property is required. string
Sets behaviour on overflow in JOIN. Possible values:
JoinUseNulls This property is required. bool
Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
JoinedSubqueryRequiresAlias This property is required. bool
Require aliases for subselects and table functions in FROM that more than one table is present.
LowCardinalityAllowInNativeFormat This property is required. bool
Allows or restricts using the LowCardinality data type with the Native format.
MaxAstDepth This property is required. int
Maximum abstract syntax tree depth.
MaxAstElements This property is required. int
Maximum abstract syntax tree elements.
MaxBlockSize This property is required. int
A recommendation for what size of the block (in a count of rows) to load from tables.
MaxBytesBeforeExternalGroupBy This property is required. int
Limit in bytes for using memoru for GROUP BY before using swap on disk.
MaxBytesBeforeExternalSort This property is required. int
This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
MaxBytesInDistinct This property is required. int
Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
MaxBytesInJoin This property is required. int
Limit on maximum size of the hash table for JOIN, in bytes.
MaxBytesInSet This property is required. int
Limit on the number of bytes in the set resulting from the execution of the IN section.
MaxBytesToRead This property is required. int
Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
MaxBytesToSort This property is required. int
Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
MaxBytesToTransfer This property is required. int
Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
MaxColumnsToRead This property is required. int
Limits the maximum number of columns that can be read from a table in a single query.
MaxExecutionTime This property is required. int
Limits the maximum query execution time in milliseconds.
MaxExpandedAstElements This property is required. int
Maximum abstract syntax tree depth after after expansion of aliases.
MaxInsertBlockSize This property is required. int
The size of blocks (in a count of rows) to form for insertion into a table.
MaxMemoryUsage This property is required. int
Limits the maximum memory usage (in bytes) for processing queries on a single server.
MaxMemoryUsageForUser This property is required. int
Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
MaxNetworkBandwidth This property is required. int
Limits the speed of the data exchange over the network in bytes per second.
MaxNetworkBandwidthForUser This property is required. int
Limits the speed of the data exchange over the network in bytes per second.
MaxQuerySize This property is required. int
The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
MaxReplicaDelayForDistributedQueries This property is required. int
Disables lagging replicas for distributed queries.
MaxResultBytes This property is required. int
Limits the number of bytes in the result.
MaxResultRows This property is required. int
Limits the number of rows in the result.
MaxRowsInDistinct This property is required. int
Limits the maximum number of different rows when using DISTINCT.
MaxRowsInJoin This property is required. int
Limit on maximum size of the hash table for JOIN, in rows.
MaxRowsInSet This property is required. int
Limit on the number of rows in the set resulting from the execution of the IN section.
MaxRowsToGroupBy This property is required. int
Limits the maximum number of unique keys received from aggregation function.
MaxRowsToRead This property is required. int
Limits the maximum number of rows that can be read from a table when running a query.
MaxRowsToSort This property is required. int
Limits the maximum number of rows that can be read from a table for sorting.
MaxRowsToTransfer This property is required. int
Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
MaxTemporaryColumns This property is required. int
Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
MaxTemporaryNonConstColumns This property is required. int
Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
MaxThreads This property is required. int
The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
MergeTreeMaxBytesToUseCache This property is required. int
If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
MergeTreeMaxRowsToUseCache This property is required. int
If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
MergeTreeMinBytesForConcurrentRead This property is required. int
If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
MergeTreeMinRowsForConcurrentRead This property is required. int
If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
MinBytesToUseDirectIo This property is required. int
The minimum data volume required for using direct I/O access to the storage disk.
MinCountToCompile This property is required. int
How many times to potentially use a compiled chunk of code before running compilation.
MinCountToCompileExpression This property is required. int
A query waits for expression compilation process to complete prior to continuing execution.
MinExecutionSpeed This property is required. int
Minimal execution speed in rows per second.
MinExecutionSpeedBytes This property is required. int
Minimal execution speed in bytes per second.
MinInsertBlockSizeBytes This property is required. int
Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
MinInsertBlockSizeRows This property is required. int
Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
OutputFormatJsonQuote64bitIntegers This property is required. bool
If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
OutputFormatJsonQuoteDenormals This property is required. bool
Enables +nan, -nan, +inf, -inf outputs in JSON output format.
Priority This property is required. int
Query priority.
QuotaMode This property is required. string
Quota accounting mode.
ReadOverflowMode This property is required. string
Sets behaviour on overflow while read. Possible values:
Readonly This property is required. int
Restricts permissions for reading data, write data and change settings queries.
ReceiveTimeout This property is required. int
Receive timeout in milliseconds on the socket used for communicating with the client.
ReplicationAlterPartitionsSync This property is required. int
For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
ResultOverflowMode This property is required. string
Sets behaviour on overflow in result. Possible values:
SelectSequentialConsistency This property is required. bool
Enables or disables sequential consistency for SELECT queries.
SendProgressInHttpHeaders This property is required. bool
Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
SendTimeout This property is required. int
Send timeout in milliseconds on the socket used for communicating with the client.
SetOverflowMode This property is required. string
Sets behaviour on overflow in the set resulting. Possible values:
SkipUnavailableShards This property is required. bool
Enables or disables silently skipping of unavailable shards.
SortOverflowMode This property is required. string
Sets behaviour on overflow while sort. Possible values:
TimeoutOverflowMode This property is required. string
Sets behaviour on overflow. Possible values:
TransferOverflowMode This property is required. string
Sets behaviour on overflow. Possible values:
TransformNullIn This property is required. bool
Enables equality of NULL values for IN operator.
UseUncompressedCache This property is required. bool
Whether to use a cache of uncompressed blocks.
AddHttpCorsHeader This property is required. bool
Include CORS headers in HTTP responces.
AllowDdl This property is required. bool
Allows or denies DDL queries.
Compile This property is required. bool
Enable compilation of queries.
CompileExpressions This property is required. bool
Turn on expression compilation.
ConnectTimeout This property is required. int
Connect timeout in milliseconds on the socket used for communicating with the client.
CountDistinctImplementation This property is required. string
Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
DistinctOverflowMode This property is required. string
Sets behaviour on overflow when using DISTINCT. Possible values:
DistributedAggregationMemoryEfficient This property is required. bool
Determine the behavior of distributed subqueries.
DistributedDdlTaskTimeout This property is required. int
Timeout for DDL queries, in milliseconds.
DistributedProductMode This property is required. string
Changes the behaviour of distributed subqueries.
EmptyResultForAggregationByEmptySet This property is required. bool
Allows to retunr empty result.
EnableHttpCompression This property is required. bool
Enables or disables data compression in the response to an HTTP request.
FallbackToStaleReplicasForDistributedQueries This property is required. bool
Forces a query to an out-of-date replica if updated data is not available.
ForceIndexByDate This property is required. bool
Disables query execution if the index can’t be used by date.
ForcePrimaryKey This property is required. bool
Disables query execution if indexing by the primary key is not possible.
GroupByOverflowMode This property is required. string
Sets behaviour on overflow while GROUP BY operation. Possible values:
GroupByTwoLevelThreshold This property is required. int
Sets the threshold of the number of keys, after that the two-level aggregation should be used.
GroupByTwoLevelThresholdBytes This property is required. int
Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
HttpConnectionTimeout This property is required. int
Timeout for HTTP connection in milliseconds.
HttpHeadersProgressInterval This property is required. int
Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
HttpReceiveTimeout This property is required. int
Timeout for HTTP connection in milliseconds.
HttpSendTimeout This property is required. int
Timeout for HTTP connection in milliseconds.
InputFormatDefaultsForOmittedFields This property is required. bool
When performing INSERT queries, replace omitted input column values with default values of the respective columns.
InputFormatValuesInterpretExpressions This property is required. bool
Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
InsertQuorum This property is required. int
Enables the quorum writes.
InsertQuorumTimeout This property is required. int
Write to a quorum timeout in milliseconds.
JoinOverflowMode This property is required. string
Sets behaviour on overflow in JOIN. Possible values:
JoinUseNulls This property is required. bool
Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
JoinedSubqueryRequiresAlias This property is required. bool
Require aliases for subselects and table functions in FROM that more than one table is present.
LowCardinalityAllowInNativeFormat This property is required. bool
Allows or restricts using the LowCardinality data type with the Native format.
MaxAstDepth This property is required. int
Maximum abstract syntax tree depth.
MaxAstElements This property is required. int
Maximum abstract syntax tree elements.
MaxBlockSize This property is required. int
A recommendation for what size of the block (in a count of rows) to load from tables.
MaxBytesBeforeExternalGroupBy This property is required. int
Limit in bytes for using memoru for GROUP BY before using swap on disk.
MaxBytesBeforeExternalSort This property is required. int
This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
MaxBytesInDistinct This property is required. int
Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
MaxBytesInJoin This property is required. int
Limit on maximum size of the hash table for JOIN, in bytes.
MaxBytesInSet This property is required. int
Limit on the number of bytes in the set resulting from the execution of the IN section.
MaxBytesToRead This property is required. int
Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
MaxBytesToSort This property is required. int
Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
MaxBytesToTransfer This property is required. int
Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
MaxColumnsToRead This property is required. int
Limits the maximum number of columns that can be read from a table in a single query.
MaxExecutionTime This property is required. int
Limits the maximum query execution time in milliseconds.
MaxExpandedAstElements This property is required. int
Maximum abstract syntax tree depth after after expansion of aliases.
MaxInsertBlockSize This property is required. int
The size of blocks (in a count of rows) to form for insertion into a table.
MaxMemoryUsage This property is required. int
Limits the maximum memory usage (in bytes) for processing queries on a single server.
MaxMemoryUsageForUser This property is required. int
Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
MaxNetworkBandwidth This property is required. int
Limits the speed of the data exchange over the network in bytes per second.
MaxNetworkBandwidthForUser This property is required. int
Limits the speed of the data exchange over the network in bytes per second.
MaxQuerySize This property is required. int
The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
MaxReplicaDelayForDistributedQueries This property is required. int
Disables lagging replicas for distributed queries.
MaxResultBytes This property is required. int
Limits the number of bytes in the result.
MaxResultRows This property is required. int
Limits the number of rows in the result.
MaxRowsInDistinct This property is required. int
Limits the maximum number of different rows when using DISTINCT.
MaxRowsInJoin This property is required. int
Limit on maximum size of the hash table for JOIN, in rows.
MaxRowsInSet This property is required. int
Limit on the number of rows in the set resulting from the execution of the IN section.
MaxRowsToGroupBy This property is required. int
Limits the maximum number of unique keys received from aggregation function.
MaxRowsToRead This property is required. int
Limits the maximum number of rows that can be read from a table when running a query.
MaxRowsToSort This property is required. int
Limits the maximum number of rows that can be read from a table for sorting.
MaxRowsToTransfer This property is required. int
Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
MaxTemporaryColumns This property is required. int
Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
MaxTemporaryNonConstColumns This property is required. int
Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
MaxThreads This property is required. int
The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
MergeTreeMaxBytesToUseCache This property is required. int
If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
MergeTreeMaxRowsToUseCache This property is required. int
If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
MergeTreeMinBytesForConcurrentRead This property is required. int
If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
MergeTreeMinRowsForConcurrentRead This property is required. int
If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
MinBytesToUseDirectIo This property is required. int
The minimum data volume required for using direct I/O access to the storage disk.
MinCountToCompile This property is required. int
How many times to potentially use a compiled chunk of code before running compilation.
MinCountToCompileExpression This property is required. int
A query waits for expression compilation process to complete prior to continuing execution.
MinExecutionSpeed This property is required. int
Minimal execution speed in rows per second.
MinExecutionSpeedBytes This property is required. int
Minimal execution speed in bytes per second.
MinInsertBlockSizeBytes This property is required. int
Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
MinInsertBlockSizeRows This property is required. int
Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
OutputFormatJsonQuote64bitIntegers This property is required. bool
If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
OutputFormatJsonQuoteDenormals This property is required. bool
Enables +nan, -nan, +inf, -inf outputs in JSON output format.
Priority This property is required. int
Query priority.
QuotaMode This property is required. string
Quota accounting mode.
ReadOverflowMode This property is required. string
Sets behaviour on overflow while read. Possible values:
Readonly This property is required. int
Restricts permissions for reading data, write data and change settings queries.
ReceiveTimeout This property is required. int
Receive timeout in milliseconds on the socket used for communicating with the client.
ReplicationAlterPartitionsSync This property is required. int
For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
ResultOverflowMode This property is required. string
Sets behaviour on overflow in result. Possible values:
SelectSequentialConsistency This property is required. bool
Enables or disables sequential consistency for SELECT queries.
SendProgressInHttpHeaders This property is required. bool
Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
SendTimeout This property is required. int
Send timeout in milliseconds on the socket used for communicating with the client.
SetOverflowMode This property is required. string
Sets behaviour on overflow in the set resulting. Possible values:
SkipUnavailableShards This property is required. bool
Enables or disables silently skipping of unavailable shards.
SortOverflowMode This property is required. string
Sets behaviour on overflow while sort. Possible values:
TimeoutOverflowMode This property is required. string
Sets behaviour on overflow. Possible values:
TransferOverflowMode This property is required. string
Sets behaviour on overflow. Possible values:
TransformNullIn This property is required. bool
Enables equality of NULL values for IN operator.
UseUncompressedCache This property is required. bool
Whether to use a cache of uncompressed blocks.
addHttpCorsHeader This property is required. Boolean
Include CORS headers in HTTP responces.
allowDdl This property is required. Boolean
Allows or denies DDL queries.
compile This property is required. Boolean
Enable compilation of queries.
compileExpressions This property is required. Boolean
Turn on expression compilation.
connectTimeout This property is required. Integer
Connect timeout in milliseconds on the socket used for communicating with the client.
countDistinctImplementation This property is required. String
Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
distinctOverflowMode This property is required. String
Sets behaviour on overflow when using DISTINCT. Possible values:
distributedAggregationMemoryEfficient This property is required. Boolean
Determine the behavior of distributed subqueries.
distributedDdlTaskTimeout This property is required. Integer
Timeout for DDL queries, in milliseconds.
distributedProductMode This property is required. String
Changes the behaviour of distributed subqueries.
emptyResultForAggregationByEmptySet This property is required. Boolean
Allows to retunr empty result.
enableHttpCompression This property is required. Boolean
Enables or disables data compression in the response to an HTTP request.
fallbackToStaleReplicasForDistributedQueries This property is required. Boolean
Forces a query to an out-of-date replica if updated data is not available.
forceIndexByDate This property is required. Boolean
Disables query execution if the index can’t be used by date.
forcePrimaryKey This property is required. Boolean
Disables query execution if indexing by the primary key is not possible.
groupByOverflowMode This property is required. String
Sets behaviour on overflow while GROUP BY operation. Possible values:
groupByTwoLevelThreshold This property is required. Integer
Sets the threshold of the number of keys, after that the two-level aggregation should be used.
groupByTwoLevelThresholdBytes This property is required. Integer
Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
httpConnectionTimeout This property is required. Integer
Timeout for HTTP connection in milliseconds.
httpHeadersProgressInterval This property is required. Integer
Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
httpReceiveTimeout This property is required. Integer
Timeout for HTTP connection in milliseconds.
httpSendTimeout This property is required. Integer
Timeout for HTTP connection in milliseconds.
inputFormatDefaultsForOmittedFields This property is required. Boolean
When performing INSERT queries, replace omitted input column values with default values of the respective columns.
inputFormatValuesInterpretExpressions This property is required. Boolean
Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
insertQuorum This property is required. Integer
Enables the quorum writes.
insertQuorumTimeout This property is required. Integer
Write to a quorum timeout in milliseconds.
joinOverflowMode This property is required. String
Sets behaviour on overflow in JOIN. Possible values:
joinUseNulls This property is required. Boolean
Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
joinedSubqueryRequiresAlias This property is required. Boolean
Require aliases for subselects and table functions in FROM that more than one table is present.
lowCardinalityAllowInNativeFormat This property is required. Boolean
Allows or restricts using the LowCardinality data type with the Native format.
maxAstDepth This property is required. Integer
Maximum abstract syntax tree depth.
maxAstElements This property is required. Integer
Maximum abstract syntax tree elements.
maxBlockSize This property is required. Integer
A recommendation for what size of the block (in a count of rows) to load from tables.
maxBytesBeforeExternalGroupBy This property is required. Integer
Limit in bytes for using memoru for GROUP BY before using swap on disk.
maxBytesBeforeExternalSort This property is required. Integer
This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
maxBytesInDistinct This property is required. Integer
Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
maxBytesInJoin This property is required. Integer
Limit on maximum size of the hash table for JOIN, in bytes.
maxBytesInSet This property is required. Integer
Limit on the number of bytes in the set resulting from the execution of the IN section.
maxBytesToRead This property is required. Integer
Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
maxBytesToSort This property is required. Integer
Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
maxBytesToTransfer This property is required. Integer
Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
maxColumnsToRead This property is required. Integer
Limits the maximum number of columns that can be read from a table in a single query.
maxExecutionTime This property is required. Integer
Limits the maximum query execution time in milliseconds.
maxExpandedAstElements This property is required. Integer
Maximum abstract syntax tree depth after after expansion of aliases.
maxInsertBlockSize This property is required. Integer
The size of blocks (in a count of rows) to form for insertion into a table.
maxMemoryUsage This property is required. Integer
Limits the maximum memory usage (in bytes) for processing queries on a single server.
maxMemoryUsageForUser This property is required. Integer
Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
maxNetworkBandwidth This property is required. Integer
Limits the speed of the data exchange over the network in bytes per second.
maxNetworkBandwidthForUser This property is required. Integer
Limits the speed of the data exchange over the network in bytes per second.
maxQuerySize This property is required. Integer
The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
maxReplicaDelayForDistributedQueries This property is required. Integer
Disables lagging replicas for distributed queries.
maxResultBytes This property is required. Integer
Limits the number of bytes in the result.
maxResultRows This property is required. Integer
Limits the number of rows in the result.
maxRowsInDistinct This property is required. Integer
Limits the maximum number of different rows when using DISTINCT.
maxRowsInJoin This property is required. Integer
Limit on maximum size of the hash table for JOIN, in rows.
maxRowsInSet This property is required. Integer
Limit on the number of rows in the set resulting from the execution of the IN section.
maxRowsToGroupBy This property is required. Integer
Limits the maximum number of unique keys received from aggregation function.
maxRowsToRead This property is required. Integer
Limits the maximum number of rows that can be read from a table when running a query.
maxRowsToSort This property is required. Integer
Limits the maximum number of rows that can be read from a table for sorting.
maxRowsToTransfer This property is required. Integer
Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
maxTemporaryColumns This property is required. Integer
Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
maxTemporaryNonConstColumns This property is required. Integer
Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
maxThreads This property is required. Integer
The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
mergeTreeMaxBytesToUseCache This property is required. Integer
If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
mergeTreeMaxRowsToUseCache This property is required. Integer
If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
mergeTreeMinBytesForConcurrentRead This property is required. Integer
If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
mergeTreeMinRowsForConcurrentRead This property is required. Integer
If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
minBytesToUseDirectIo This property is required. Integer
The minimum data volume required for using direct I/O access to the storage disk.
minCountToCompile This property is required. Integer
How many times to potentially use a compiled chunk of code before running compilation.
minCountToCompileExpression This property is required. Integer
A query waits for expression compilation process to complete prior to continuing execution.
minExecutionSpeed This property is required. Integer
Minimal execution speed in rows per second.
minExecutionSpeedBytes This property is required. Integer
Minimal execution speed in bytes per second.
minInsertBlockSizeBytes This property is required. Integer
Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
minInsertBlockSizeRows This property is required. Integer
Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
outputFormatJsonQuote64bitIntegers This property is required. Boolean
If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
outputFormatJsonQuoteDenormals This property is required. Boolean
Enables +nan, -nan, +inf, -inf outputs in JSON output format.
priority This property is required. Integer
Query priority.
quotaMode This property is required. String
Quota accounting mode.
readOverflowMode This property is required. String
Sets behaviour on overflow while read. Possible values:
readonly This property is required. Integer
Restricts permissions for reading data, write data and change settings queries.
receiveTimeout This property is required. Integer
Receive timeout in milliseconds on the socket used for communicating with the client.
replicationAlterPartitionsSync This property is required. Integer
For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
resultOverflowMode This property is required. String
Sets behaviour on overflow in result. Possible values:
selectSequentialConsistency This property is required. Boolean
Enables or disables sequential consistency for SELECT queries.
sendProgressInHttpHeaders This property is required. Boolean
Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
sendTimeout This property is required. Integer
Send timeout in milliseconds on the socket used for communicating with the client.
setOverflowMode This property is required. String
Sets behaviour on overflow in the set resulting. Possible values:
skipUnavailableShards This property is required. Boolean
Enables or disables silently skipping of unavailable shards.
sortOverflowMode This property is required. String
Sets behaviour on overflow while sort. Possible values:
timeoutOverflowMode This property is required. String
Sets behaviour on overflow. Possible values:
transferOverflowMode This property is required. String
Sets behaviour on overflow. Possible values:
transformNullIn This property is required. Boolean
Enables equality of NULL values for IN operator.
useUncompressedCache This property is required. Boolean
Whether to use a cache of uncompressed blocks.
addHttpCorsHeader This property is required. boolean
Include CORS headers in HTTP responces.
allowDdl This property is required. boolean
Allows or denies DDL queries.
compile This property is required. boolean
Enable compilation of queries.
compileExpressions This property is required. boolean
Turn on expression compilation.
connectTimeout This property is required. number
Connect timeout in milliseconds on the socket used for communicating with the client.
countDistinctImplementation This property is required. string
Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
distinctOverflowMode This property is required. string
Sets behaviour on overflow when using DISTINCT. Possible values:
distributedAggregationMemoryEfficient This property is required. boolean
Determine the behavior of distributed subqueries.
distributedDdlTaskTimeout This property is required. number
Timeout for DDL queries, in milliseconds.
distributedProductMode This property is required. string
Changes the behaviour of distributed subqueries.
emptyResultForAggregationByEmptySet This property is required. boolean
Allows to retunr empty result.
enableHttpCompression This property is required. boolean
Enables or disables data compression in the response to an HTTP request.
fallbackToStaleReplicasForDistributedQueries This property is required. boolean
Forces a query to an out-of-date replica if updated data is not available.
forceIndexByDate This property is required. boolean
Disables query execution if the index can’t be used by date.
forcePrimaryKey This property is required. boolean
Disables query execution if indexing by the primary key is not possible.
groupByOverflowMode This property is required. string
Sets behaviour on overflow while GROUP BY operation. Possible values:
groupByTwoLevelThreshold This property is required. number
Sets the threshold of the number of keys, after that the two-level aggregation should be used.
groupByTwoLevelThresholdBytes This property is required. number
Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
httpConnectionTimeout This property is required. number
Timeout for HTTP connection in milliseconds.
httpHeadersProgressInterval This property is required. number
Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
httpReceiveTimeout This property is required. number
Timeout for HTTP connection in milliseconds.
httpSendTimeout This property is required. number
Timeout for HTTP connection in milliseconds.
inputFormatDefaultsForOmittedFields This property is required. boolean
When performing INSERT queries, replace omitted input column values with default values of the respective columns.
inputFormatValuesInterpretExpressions This property is required. boolean
Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
insertQuorum This property is required. number
Enables the quorum writes.
insertQuorumTimeout This property is required. number
Write to a quorum timeout in milliseconds.
joinOverflowMode This property is required. string
Sets behaviour on overflow in JOIN. Possible values:
joinUseNulls This property is required. boolean
Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
joinedSubqueryRequiresAlias This property is required. boolean
Require aliases for subselects and table functions in FROM that more than one table is present.
lowCardinalityAllowInNativeFormat This property is required. boolean
Allows or restricts using the LowCardinality data type with the Native format.
maxAstDepth This property is required. number
Maximum abstract syntax tree depth.
maxAstElements This property is required. number
Maximum abstract syntax tree elements.
maxBlockSize This property is required. number
A recommendation for what size of the block (in a count of rows) to load from tables.
maxBytesBeforeExternalGroupBy This property is required. number
Limit in bytes for using memoru for GROUP BY before using swap on disk.
maxBytesBeforeExternalSort This property is required. number
This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
maxBytesInDistinct This property is required. number
Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
maxBytesInJoin This property is required. number
Limit on maximum size of the hash table for JOIN, in bytes.
maxBytesInSet This property is required. number
Limit on the number of bytes in the set resulting from the execution of the IN section.
maxBytesToRead This property is required. number
Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
maxBytesToSort This property is required. number
Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
maxBytesToTransfer This property is required. number
Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
maxColumnsToRead This property is required. number
Limits the maximum number of columns that can be read from a table in a single query.
maxExecutionTime This property is required. number
Limits the maximum query execution time in milliseconds.
maxExpandedAstElements This property is required. number
Maximum abstract syntax tree depth after after expansion of aliases.
maxInsertBlockSize This property is required. number
The size of blocks (in a count of rows) to form for insertion into a table.
maxMemoryUsage This property is required. number
Limits the maximum memory usage (in bytes) for processing queries on a single server.
maxMemoryUsageForUser This property is required. number
Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
maxNetworkBandwidth This property is required. number
Limits the speed of the data exchange over the network in bytes per second.
maxNetworkBandwidthForUser This property is required. number
Limits the speed of the data exchange over the network in bytes per second.
maxQuerySize This property is required. number
The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
maxReplicaDelayForDistributedQueries This property is required. number
Disables lagging replicas for distributed queries.
maxResultBytes This property is required. number
Limits the number of bytes in the result.
maxResultRows This property is required. number
Limits the number of rows in the result.
maxRowsInDistinct This property is required. number
Limits the maximum number of different rows when using DISTINCT.
maxRowsInJoin This property is required. number
Limit on maximum size of the hash table for JOIN, in rows.
maxRowsInSet This property is required. number
Limit on the number of rows in the set resulting from the execution of the IN section.
maxRowsToGroupBy This property is required. number
Limits the maximum number of unique keys received from aggregation function.
maxRowsToRead This property is required. number
Limits the maximum number of rows that can be read from a table when running a query.
maxRowsToSort This property is required. number
Limits the maximum number of rows that can be read from a table for sorting.
maxRowsToTransfer This property is required. number
Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
maxTemporaryColumns This property is required. number
Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
maxTemporaryNonConstColumns This property is required. number
Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
maxThreads This property is required. number
The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
mergeTreeMaxBytesToUseCache This property is required. number
If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
mergeTreeMaxRowsToUseCache This property is required. number
If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
mergeTreeMinBytesForConcurrentRead This property is required. number
If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
mergeTreeMinRowsForConcurrentRead This property is required. number
If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
minBytesToUseDirectIo This property is required. number
The minimum data volume required for using direct I/O access to the storage disk.
minCountToCompile This property is required. number
How many times to potentially use a compiled chunk of code before running compilation.
minCountToCompileExpression This property is required. number
A query waits for expression compilation process to complete prior to continuing execution.
minExecutionSpeed This property is required. number
Minimal execution speed in rows per second.
minExecutionSpeedBytes This property is required. number
Minimal execution speed in bytes per second.
minInsertBlockSizeBytes This property is required. number
Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
minInsertBlockSizeRows This property is required. number
Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
outputFormatJsonQuote64bitIntegers This property is required. boolean
If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
outputFormatJsonQuoteDenormals This property is required. boolean
Enables +nan, -nan, +inf, -inf outputs in JSON output format.
priority This property is required. number
Query priority.
quotaMode This property is required. string
Quota accounting mode.
readOverflowMode This property is required. string
Sets behaviour on overflow while read. Possible values:
readonly This property is required. number
Restricts permissions for reading data, write data and change settings queries.
receiveTimeout This property is required. number
Receive timeout in milliseconds on the socket used for communicating with the client.
replicationAlterPartitionsSync This property is required. number
For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
resultOverflowMode This property is required. string
Sets behaviour on overflow in result. Possible values:
selectSequentialConsistency This property is required. boolean
Enables or disables sequential consistency for SELECT queries.
sendProgressInHttpHeaders This property is required. boolean
Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
sendTimeout This property is required. number
Send timeout in milliseconds on the socket used for communicating with the client.
setOverflowMode This property is required. string
Sets behaviour on overflow in the set resulting. Possible values:
skipUnavailableShards This property is required. boolean
Enables or disables silently skipping of unavailable shards.
sortOverflowMode This property is required. string
Sets behaviour on overflow while sort. Possible values:
timeoutOverflowMode This property is required. string
Sets behaviour on overflow. Possible values:
transferOverflowMode This property is required. string
Sets behaviour on overflow. Possible values:
transformNullIn This property is required. boolean
Enables equality of NULL values for IN operator.
useUncompressedCache This property is required. boolean
Whether to use a cache of uncompressed blocks.
add_http_cors_header This property is required. bool
Include CORS headers in HTTP responces.
allow_ddl This property is required. bool
Allows or denies DDL queries.
compile This property is required. bool
Enable compilation of queries.
compile_expressions This property is required. bool
Turn on expression compilation.
connect_timeout This property is required. int
Connect timeout in milliseconds on the socket used for communicating with the client.
count_distinct_implementation This property is required. str
Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
distinct_overflow_mode This property is required. str
Sets behaviour on overflow when using DISTINCT. Possible values:
distributed_aggregation_memory_efficient This property is required. bool
Determine the behavior of distributed subqueries.
distributed_ddl_task_timeout This property is required. int
Timeout for DDL queries, in milliseconds.
distributed_product_mode This property is required. str
Changes the behaviour of distributed subqueries.
empty_result_for_aggregation_by_empty_set This property is required. bool
Allows to retunr empty result.
enable_http_compression This property is required. bool
Enables or disables data compression in the response to an HTTP request.
fallback_to_stale_replicas_for_distributed_queries This property is required. bool
Forces a query to an out-of-date replica if updated data is not available.
force_index_by_date This property is required. bool
Disables query execution if the index can’t be used by date.
force_primary_key This property is required. bool
Disables query execution if indexing by the primary key is not possible.
group_by_overflow_mode This property is required. str
Sets behaviour on overflow while GROUP BY operation. Possible values:
group_by_two_level_threshold This property is required. int
Sets the threshold of the number of keys, after that the two-level aggregation should be used.
group_by_two_level_threshold_bytes This property is required. int
Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
http_connection_timeout This property is required. int
Timeout for HTTP connection in milliseconds.
http_headers_progress_interval This property is required. int
Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
http_receive_timeout This property is required. int
Timeout for HTTP connection in milliseconds.
http_send_timeout This property is required. int
Timeout for HTTP connection in milliseconds.
input_format_defaults_for_omitted_fields This property is required. bool
When performing INSERT queries, replace omitted input column values with default values of the respective columns.
input_format_values_interpret_expressions This property is required. bool
Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
insert_quorum This property is required. int
Enables the quorum writes.
insert_quorum_timeout This property is required. int
Write to a quorum timeout in milliseconds.
join_overflow_mode This property is required. str
Sets behaviour on overflow in JOIN. Possible values:
join_use_nulls This property is required. bool
Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
joined_subquery_requires_alias This property is required. bool
Require aliases for subselects and table functions in FROM that more than one table is present.
low_cardinality_allow_in_native_format This property is required. bool
Allows or restricts using the LowCardinality data type with the Native format.
max_ast_depth This property is required. int
Maximum abstract syntax tree depth.
max_ast_elements This property is required. int
Maximum abstract syntax tree elements.
max_block_size This property is required. int
A recommendation for what size of the block (in a count of rows) to load from tables.
max_bytes_before_external_group_by This property is required. int
Limit in bytes for using memoru for GROUP BY before using swap on disk.
max_bytes_before_external_sort This property is required. int
This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
max_bytes_in_distinct This property is required. int
Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
max_bytes_in_join This property is required. int
Limit on maximum size of the hash table for JOIN, in bytes.
max_bytes_in_set This property is required. int
Limit on the number of bytes in the set resulting from the execution of the IN section.
max_bytes_to_read This property is required. int
Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
max_bytes_to_sort This property is required. int
Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
max_bytes_to_transfer This property is required. int
Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
max_columns_to_read This property is required. int
Limits the maximum number of columns that can be read from a table in a single query.
max_execution_time This property is required. int
Limits the maximum query execution time in milliseconds.
max_expanded_ast_elements This property is required. int
Maximum abstract syntax tree depth after after expansion of aliases.
max_insert_block_size This property is required. int
The size of blocks (in a count of rows) to form for insertion into a table.
max_memory_usage This property is required. int
Limits the maximum memory usage (in bytes) for processing queries on a single server.
max_memory_usage_for_user This property is required. int
Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
max_network_bandwidth This property is required. int
Limits the speed of the data exchange over the network in bytes per second.
max_network_bandwidth_for_user This property is required. int
Limits the speed of the data exchange over the network in bytes per second.
max_query_size This property is required. int
The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
max_replica_delay_for_distributed_queries This property is required. int
Disables lagging replicas for distributed queries.
max_result_bytes This property is required. int
Limits the number of bytes in the result.
max_result_rows This property is required. int
Limits the number of rows in the result.
max_rows_in_distinct This property is required. int
Limits the maximum number of different rows when using DISTINCT.
max_rows_in_join This property is required. int
Limit on maximum size of the hash table for JOIN, in rows.
max_rows_in_set This property is required. int
Limit on the number of rows in the set resulting from the execution of the IN section.
max_rows_to_group_by This property is required. int
Limits the maximum number of unique keys received from aggregation function.
max_rows_to_read This property is required. int
Limits the maximum number of rows that can be read from a table when running a query.
max_rows_to_sort This property is required. int
Limits the maximum number of rows that can be read from a table for sorting.
max_rows_to_transfer This property is required. int
Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
max_temporary_columns This property is required. int
Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
max_temporary_non_const_columns This property is required. int
Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
max_threads This property is required. int
The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
merge_tree_max_bytes_to_use_cache This property is required. int
If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
merge_tree_max_rows_to_use_cache This property is required. int
If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
merge_tree_min_bytes_for_concurrent_read This property is required. int
If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
merge_tree_min_rows_for_concurrent_read This property is required. int
If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
min_bytes_to_use_direct_io This property is required. int
The minimum data volume required for using direct I/O access to the storage disk.
min_count_to_compile This property is required. int
How many times to potentially use a compiled chunk of code before running compilation.
min_count_to_compile_expression This property is required. int
A query waits for expression compilation process to complete prior to continuing execution.
min_execution_speed This property is required. int
Minimal execution speed in rows per second.
min_execution_speed_bytes This property is required. int
Minimal execution speed in bytes per second.
min_insert_block_size_bytes This property is required. int
Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
min_insert_block_size_rows This property is required. int
Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
output_format_json_quote64bit_integers This property is required. bool
If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
output_format_json_quote_denormals This property is required. bool
Enables +nan, -nan, +inf, -inf outputs in JSON output format.
priority This property is required. int
Query priority.
quota_mode This property is required. str
Quota accounting mode.
read_overflow_mode This property is required. str
Sets behaviour on overflow while read. Possible values:
readonly This property is required. int
Restricts permissions for reading data, write data and change settings queries.
receive_timeout This property is required. int
Receive timeout in milliseconds on the socket used for communicating with the client.
replication_alter_partitions_sync This property is required. int
For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
result_overflow_mode This property is required. str
Sets behaviour on overflow in result. Possible values:
select_sequential_consistency This property is required. bool
Enables or disables sequential consistency for SELECT queries.
send_progress_in_http_headers This property is required. bool
Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
send_timeout This property is required. int
Send timeout in milliseconds on the socket used for communicating with the client.
set_overflow_mode This property is required. str
Sets behaviour on overflow in the set resulting. Possible values:
skip_unavailable_shards This property is required. bool
Enables or disables silently skipping of unavailable shards.
sort_overflow_mode This property is required. str
Sets behaviour on overflow while sort. Possible values:
timeout_overflow_mode This property is required. str
Sets behaviour on overflow. Possible values:
transfer_overflow_mode This property is required. str
Sets behaviour on overflow. Possible values:
transform_null_in This property is required. bool
Enables equality of NULL values for IN operator.
use_uncompressed_cache This property is required. bool
Whether to use a cache of uncompressed blocks.
addHttpCorsHeader This property is required. Boolean
Include CORS headers in HTTP responces.
allowDdl This property is required. Boolean
Allows or denies DDL queries.
compile This property is required. Boolean
Enable compilation of queries.
compileExpressions This property is required. Boolean
Turn on expression compilation.
connectTimeout This property is required. Number
Connect timeout in milliseconds on the socket used for communicating with the client.
countDistinctImplementation This property is required. String
Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
distinctOverflowMode This property is required. String
Sets behaviour on overflow when using DISTINCT. Possible values:
distributedAggregationMemoryEfficient This property is required. Boolean
Determine the behavior of distributed subqueries.
distributedDdlTaskTimeout This property is required. Number
Timeout for DDL queries, in milliseconds.
distributedProductMode This property is required. String
Changes the behaviour of distributed subqueries.
emptyResultForAggregationByEmptySet This property is required. Boolean
Allows to retunr empty result.
enableHttpCompression This property is required. Boolean
Enables or disables data compression in the response to an HTTP request.
fallbackToStaleReplicasForDistributedQueries This property is required. Boolean
Forces a query to an out-of-date replica if updated data is not available.
forceIndexByDate This property is required. Boolean
Disables query execution if the index can’t be used by date.
forcePrimaryKey This property is required. Boolean
Disables query execution if indexing by the primary key is not possible.
groupByOverflowMode This property is required. String
Sets behaviour on overflow while GROUP BY operation. Possible values:
groupByTwoLevelThreshold This property is required. Number
Sets the threshold of the number of keys, after that the two-level aggregation should be used.
groupByTwoLevelThresholdBytes This property is required. Number
Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
httpConnectionTimeout This property is required. Number
Timeout for HTTP connection in milliseconds.
httpHeadersProgressInterval This property is required. Number
Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
httpReceiveTimeout This property is required. Number
Timeout for HTTP connection in milliseconds.
httpSendTimeout This property is required. Number
Timeout for HTTP connection in milliseconds.
inputFormatDefaultsForOmittedFields This property is required. Boolean
When performing INSERT queries, replace omitted input column values with default values of the respective columns.
inputFormatValuesInterpretExpressions This property is required. Boolean
Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
insertQuorum This property is required. Number
Enables the quorum writes.
insertQuorumTimeout This property is required. Number
Write to a quorum timeout in milliseconds.
joinOverflowMode This property is required. String
Sets behaviour on overflow in JOIN. Possible values:
joinUseNulls This property is required. Boolean
Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
joinedSubqueryRequiresAlias This property is required. Boolean
Require aliases for subselects and table functions in FROM that more than one table is present.
lowCardinalityAllowInNativeFormat This property is required. Boolean
Allows or restricts using the LowCardinality data type with the Native format.
maxAstDepth This property is required. Number
Maximum abstract syntax tree depth.
maxAstElements This property is required. Number
Maximum abstract syntax tree elements.
maxBlockSize This property is required. Number
A recommendation for what size of the block (in a count of rows) to load from tables.
maxBytesBeforeExternalGroupBy This property is required. Number
Limit in bytes for using memoru for GROUP BY before using swap on disk.
maxBytesBeforeExternalSort This property is required. Number
This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
maxBytesInDistinct This property is required. Number
Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
maxBytesInJoin This property is required. Number
Limit on maximum size of the hash table for JOIN, in bytes.
maxBytesInSet This property is required. Number
Limit on the number of bytes in the set resulting from the execution of the IN section.
maxBytesToRead This property is required. Number
Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
maxBytesToSort This property is required. Number
Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
maxBytesToTransfer This property is required. Number
Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
maxColumnsToRead This property is required. Number
Limits the maximum number of columns that can be read from a table in a single query.
maxExecutionTime This property is required. Number
Limits the maximum query execution time in milliseconds.
maxExpandedAstElements This property is required. Number
Maximum abstract syntax tree depth after after expansion of aliases.
maxInsertBlockSize This property is required. Number
The size of blocks (in a count of rows) to form for insertion into a table.
maxMemoryUsage This property is required. Number
Limits the maximum memory usage (in bytes) for processing queries on a single server.
maxMemoryUsageForUser This property is required. Number
Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
maxNetworkBandwidth This property is required. Number
Limits the speed of the data exchange over the network in bytes per second.
maxNetworkBandwidthForUser This property is required. Number
Limits the speed of the data exchange over the network in bytes per second.
maxQuerySize This property is required. Number
The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
maxReplicaDelayForDistributedQueries This property is required. Number
Disables lagging replicas for distributed queries.
maxResultBytes This property is required. Number
Limits the number of bytes in the result.
maxResultRows This property is required. Number
Limits the number of rows in the result.
maxRowsInDistinct This property is required. Number
Limits the maximum number of different rows when using DISTINCT.
maxRowsInJoin This property is required. Number
Limit on maximum size of the hash table for JOIN, in rows.
maxRowsInSet This property is required. Number
Limit on the number of rows in the set resulting from the execution of the IN section.
maxRowsToGroupBy This property is required. Number
Limits the maximum number of unique keys received from aggregation function.
maxRowsToRead This property is required. Number
Limits the maximum number of rows that can be read from a table when running a query.
maxRowsToSort This property is required. Number
Limits the maximum number of rows that can be read from a table for sorting.
maxRowsToTransfer This property is required. Number
Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
maxTemporaryColumns This property is required. Number
Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
maxTemporaryNonConstColumns This property is required. Number
Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
maxThreads This property is required. Number
The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
mergeTreeMaxBytesToUseCache This property is required. Number
If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
mergeTreeMaxRowsToUseCache This property is required. Number
If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
mergeTreeMinBytesForConcurrentRead This property is required. Number
If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
mergeTreeMinRowsForConcurrentRead This property is required. Number
If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
minBytesToUseDirectIo This property is required. Number
The minimum data volume required for using direct I/O access to the storage disk.
minCountToCompile This property is required. Number
How many times to potentially use a compiled chunk of code before running compilation.
minCountToCompileExpression This property is required. Number
A query waits for expression compilation process to complete prior to continuing execution.
minExecutionSpeed This property is required. Number
Minimal execution speed in rows per second.
minExecutionSpeedBytes This property is required. Number
Minimal execution speed in bytes per second.
minInsertBlockSizeBytes This property is required. Number
Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
minInsertBlockSizeRows This property is required. Number
Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
outputFormatJsonQuote64bitIntegers This property is required. Boolean
If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
outputFormatJsonQuoteDenormals This property is required. Boolean
Enables +nan, -nan, +inf, -inf outputs in JSON output format.
priority This property is required. Number
Query priority.
quotaMode This property is required. String
Quota accounting mode.
readOverflowMode This property is required. String
Sets behaviour on overflow while read. Possible values:
readonly This property is required. Number
Restricts permissions for reading data, write data and change settings queries.
receiveTimeout This property is required. Number
Receive timeout in milliseconds on the socket used for communicating with the client.
replicationAlterPartitionsSync This property is required. Number
For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
resultOverflowMode This property is required. String
Sets behaviour on overflow in result. Possible values:
selectSequentialConsistency This property is required. Boolean
Enables or disables sequential consistency for SELECT queries.
sendProgressInHttpHeaders This property is required. Boolean
Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
sendTimeout This property is required. Number
Send timeout in milliseconds on the socket used for communicating with the client.
setOverflowMode This property is required. String
Sets behaviour on overflow in the set resulting. Possible values:
skipUnavailableShards This property is required. Boolean
Enables or disables silently skipping of unavailable shards.
sortOverflowMode This property is required. String
Sets behaviour on overflow while sort. Possible values:
timeoutOverflowMode This property is required. String
Sets behaviour on overflow. Possible values:
transferOverflowMode This property is required. String
Sets behaviour on overflow. Possible values:
transformNullIn This property is required. Boolean
Enables equality of NULL values for IN operator.
useUncompressedCache This property is required. Boolean
Whether to use a cache of uncompressed blocks.

GetMdbClickhouseClusterZookeeper

Resources This property is required. List<GetMdbClickhouseClusterZookeeperResource>
Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
Resources This property is required. []GetMdbClickhouseClusterZookeeperResource
Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
resources This property is required. List<GetMdbClickhouseClusterZookeeperResource>
Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
resources This property is required. GetMdbClickhouseClusterZookeeperResource[]
Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
resources This property is required. Sequence[GetMdbClickhouseClusterZookeeperResource]
Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
resources This property is required. List<Property Map>
Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.

GetMdbClickhouseClusterZookeeperResource

DiskSize This property is required. int
Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
DiskTypeId This property is required. string
Type of the storage of ClickHouse or ZooKeeper hosts.
ResourcePresetId This property is required. string
DiskSize This property is required. int
Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
DiskTypeId This property is required. string
Type of the storage of ClickHouse or ZooKeeper hosts.
ResourcePresetId This property is required. string
diskSize This property is required. Integer
Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
diskTypeId This property is required. String
Type of the storage of ClickHouse or ZooKeeper hosts.
resourcePresetId This property is required. String
diskSize This property is required. number
Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
diskTypeId This property is required. string
Type of the storage of ClickHouse or ZooKeeper hosts.
resourcePresetId This property is required. string
disk_size This property is required. int
Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
disk_type_id This property is required. str
Type of the storage of ClickHouse or ZooKeeper hosts.
resource_preset_id This property is required. str
diskSize This property is required. Number
Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
diskTypeId This property is required. String
Type of the storage of ClickHouse or ZooKeeper hosts.
resourcePresetId This property is required. String

Package Details

Repository
Yandex pulumi/pulumi-yandex
License
Apache-2.0
Notes
This Pulumi package is based on the yandex Terraform Provider.