Yandex v0.13.0 published on Tuesday, Feb 22, 2022 by Pulumi
yandex.getMdbClickhouseCluster
Explore with Pulumi AI
Get information about a Yandex Managed ClickHouse cluster. For more information, see the official documentation.
Example Usage
using Pulumi;
using Yandex = Pulumi.Yandex;
class MyStack : Stack
{
    public MyStack()
    {
        var foo = Output.Create(Yandex.GetMdbClickhouseCluster.InvokeAsync(new Yandex.GetMdbClickhouseClusterArgs
        {
            Name = "test",
        }));
        this.NetworkId = foo.Apply(foo => foo.NetworkId);
    }
    [Output("networkId")]
    public Output<string> NetworkId { get; set; }
}
package main
import (
	"github.com/pulumi/pulumi-yandex/sdk/go/yandex"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		opt0 := "test"
		foo, err := yandex.LookupMdbClickhouseCluster(ctx, &GetMdbClickhouseClusterArgs{
			Name: &opt0,
		}, nil)
		if err != nil {
			return err
		}
		ctx.Export("networkId", foo.NetworkId)
		return nil
	})
}
Coming soon!
import * as pulumi from "@pulumi/pulumi";
import * as yandex from "@pulumi/yandex";
const foo = pulumi.output(yandex.getMdbClickhouseCluster({
    name: "test",
}));
export const networkId = foo.networkId;
import pulumi
import pulumi_yandex as yandex
foo = yandex.get_mdb_clickhouse_cluster(name="test")
pulumi.export("networkId", foo.network_id)
Coming soon!
Using getMdbClickhouseCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMdbClickhouseCluster(args: GetMdbClickhouseClusterArgs, opts?: InvokeOptions): Promise<GetMdbClickhouseClusterResult>
function getMdbClickhouseClusterOutput(args: GetMdbClickhouseClusterOutputArgs, opts?: InvokeOptions): Output<GetMdbClickhouseClusterResult>def get_mdb_clickhouse_cluster(cloud_storage: Optional[GetMdbClickhouseClusterCloudStorage] = None,
                               cluster_id: Optional[str] = None,
                               deletion_protection: Optional[bool] = None,
                               folder_id: Optional[str] = None,
                               name: Optional[str] = None,
                               service_account_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetMdbClickhouseClusterResult
def get_mdb_clickhouse_cluster_output(cloud_storage: Optional[pulumi.Input[GetMdbClickhouseClusterCloudStorageArgs]] = None,
                               cluster_id: Optional[pulumi.Input[str]] = None,
                               deletion_protection: Optional[pulumi.Input[bool]] = None,
                               folder_id: Optional[pulumi.Input[str]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               service_account_id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetMdbClickhouseClusterResult]func LookupMdbClickhouseCluster(ctx *Context, args *LookupMdbClickhouseClusterArgs, opts ...InvokeOption) (*LookupMdbClickhouseClusterResult, error)
func LookupMdbClickhouseClusterOutput(ctx *Context, args *LookupMdbClickhouseClusterOutputArgs, opts ...InvokeOption) LookupMdbClickhouseClusterResultOutput> Note: This function is named LookupMdbClickhouseCluster in the Go SDK.
public static class GetMdbClickhouseCluster 
{
    public static Task<GetMdbClickhouseClusterResult> InvokeAsync(GetMdbClickhouseClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetMdbClickhouseClusterResult> Invoke(GetMdbClickhouseClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMdbClickhouseClusterResult> getMdbClickhouseCluster(GetMdbClickhouseClusterArgs args, InvokeOptions options)
public static Output<GetMdbClickhouseClusterResult> getMdbClickhouseCluster(GetMdbClickhouseClusterArgs args, InvokeOptions options)
fn::invoke:
  function: yandex:index/getMdbClickhouseCluster:getMdbClickhouseCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CloudStorage GetMdb Clickhouse Cluster Cloud Storage 
- 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.
- ServiceAccount stringId 
- CloudStorage GetMdb Clickhouse Cluster Cloud Storage 
- 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.
- ServiceAccount stringId 
- cloudStorage GetMdb Clickhouse Cluster Cloud Storage 
- 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.
- serviceAccount StringId 
- cloudStorage GetMdb Clickhouse Cluster Cloud Storage 
- 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.
- serviceAccount stringId 
- cloud_storage GetMdb Clickhouse Cluster Cloud Storage 
- cluster_id str
- The ID of the ClickHouse cluster.
- deletion_protection bool
- folder_id str
- The ID of the folder that the resource belongs to. If it is not provided, the default provider folder is used.
- name str
- The name of the ClickHouse cluster.
- service_account_ strid 
- 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.
- serviceAccount StringId 
getMdbClickhouseCluster Result
The following output properties are available:
- Accesses
List<GetMdb Clickhouse Cluster Access> 
- Access policy to the ClickHouse cluster. The structure is documented below.
- BackupWindow List<GetStarts Mdb Clickhouse Cluster Backup Window Start> 
- Time to start the daily backup, in the UTC timezone. The structure is documented below.
- Clickhouses
List<GetMdb Clickhouse Cluster Clickhouse> 
- Configuration of the ClickHouse subcluster. The structure is documented below.
- ClusterId string
- CreatedAt string
- Creation timestamp of the key.
- Databases
List<GetMdb Clickhouse Cluster Database> 
- 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<GetMdb Clickhouse Cluster Format Schema> 
- A set of protobuf or cap'n proto format schemas. The structure is documented below.
- Health string
- Aggregated health of the cluster.
- Hosts
List<GetMdb Clickhouse Cluster Host> 
- A host of the ClickHouse cluster. The structure is documented below.
- Id string
- The provider-assigned unique ID for this managed resource.
- Labels Dictionary<string, string>
- A set of key/value label pairs to assign to the ClickHouse cluster.
- MaintenanceWindows List<GetMdb Clickhouse Cluster Maintenance Window> 
- MlModels List<GetMdb Clickhouse Cluster Ml Model> 
- 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.
- SecurityGroup List<string>Ids 
- A set of ids of security groups assigned to hosts of the cluster.
- ServiceAccount stringId 
- 
List<GetMdb Clickhouse Cluster Shard Group> 
- A group of clickhouse shards. The structure is documented below.
- SqlDatabase boolManagement 
- Grants adminuser database management permission.
- SqlUser boolManagement 
- Enables adminuser with user management permission.
- Status string
- Status of the cluster.
- Users
List<GetMdb Clickhouse Cluster User> 
- A user of the ClickHouse cluster. The structure is documented below.
- Version string
- Zookeepers
List<GetMdb Clickhouse Cluster Zookeeper> 
- Configuration of the ZooKeeper subcluster. The structure is documented below.
- CloudStorage GetMdb Clickhouse Cluster Cloud Storage 
- Accesses
[]GetMdb Clickhouse Cluster Access 
- Access policy to the ClickHouse cluster. The structure is documented below.
- BackupWindow []GetStarts Mdb Clickhouse Cluster Backup Window Start 
- Time to start the daily backup, in the UTC timezone. The structure is documented below.
- Clickhouses
[]GetMdb Clickhouse Cluster Clickhouse 
- Configuration of the ClickHouse subcluster. The structure is documented below.
- ClusterId string
- CreatedAt string
- Creation timestamp of the key.
- Databases
[]GetMdb Clickhouse Cluster Database 
- 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 []GetMdb Clickhouse Cluster Format Schema 
- A set of protobuf or cap'n proto format schemas. The structure is documented below.
- Health string
- Aggregated health of the cluster.
- Hosts
[]GetMdb Clickhouse Cluster Host 
- A host of the ClickHouse cluster. The structure is documented below.
- Id string
- The provider-assigned unique ID for this managed resource.
- Labels map[string]string
- A set of key/value label pairs to assign to the ClickHouse cluster.
- MaintenanceWindows []GetMdb Clickhouse Cluster Maintenance Window 
- MlModels []GetMdb Clickhouse Cluster Ml Model 
- 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.
- SecurityGroup []stringIds 
- A set of ids of security groups assigned to hosts of the cluster.
- ServiceAccount stringId 
- 
[]GetMdb Clickhouse Cluster Shard Group 
- A group of clickhouse shards. The structure is documented below.
- SqlDatabase boolManagement 
- Grants adminuser database management permission.
- SqlUser boolManagement 
- Enables adminuser with user management permission.
- Status string
- Status of the cluster.
- Users
[]GetMdb Clickhouse Cluster User 
- A user of the ClickHouse cluster. The structure is documented below.
- Version string
- Zookeepers
[]GetMdb Clickhouse Cluster Zookeeper 
- Configuration of the ZooKeeper subcluster. The structure is documented below.
- CloudStorage GetMdb Clickhouse Cluster Cloud Storage 
- accesses
List<GetMdb Clickhouse Cluster Access> 
- Access policy to the ClickHouse cluster. The structure is documented below.
- backupWindow List<GetStarts Mdb Clickhouse Cluster Backup Window Start> 
- Time to start the daily backup, in the UTC timezone. The structure is documented below.
- clickhouses
List<GetMdb Clickhouse Cluster Clickhouse> 
- Configuration of the ClickHouse subcluster. The structure is documented below.
- clusterId String
- createdAt String
- Creation timestamp of the key.
- databases
List<GetMdb Clickhouse Cluster Database> 
- 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<GetMdb Clickhouse Cluster Format Schema> 
- A set of protobuf or cap'n proto format schemas. The structure is documented below.
- health String
- Aggregated health of the cluster.
- hosts
List<GetMdb Clickhouse Cluster Host> 
- A host of the ClickHouse cluster. The structure is documented below.
- id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String,String>
- A set of key/value label pairs to assign to the ClickHouse cluster.
- maintenanceWindows List<GetMdb Clickhouse Cluster Maintenance Window> 
- mlModels List<GetMdb Clickhouse Cluster Ml Model> 
- 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.
- securityGroup List<String>Ids 
- A set of ids of security groups assigned to hosts of the cluster.
- serviceAccount StringId 
- 
List<GetMdb Clickhouse Cluster Shard Group> 
- A group of clickhouse shards. The structure is documented below.
- sqlDatabase BooleanManagement 
- Grants adminuser database management permission.
- sqlUser BooleanManagement 
- Enables adminuser with user management permission.
- status String
- Status of the cluster.
- users
List<GetMdb Clickhouse Cluster User> 
- A user of the ClickHouse cluster. The structure is documented below.
- version String
- zookeepers
List<GetMdb Clickhouse Cluster Zookeeper> 
- Configuration of the ZooKeeper subcluster. The structure is documented below.
- cloudStorage GetMdb Clickhouse Cluster Cloud Storage 
- accesses
GetMdb Clickhouse Cluster Access[] 
- Access policy to the ClickHouse cluster. The structure is documented below.
- backupWindow GetStarts Mdb Clickhouse Cluster Backup Window Start[] 
- Time to start the daily backup, in the UTC timezone. The structure is documented below.
- clickhouses
GetMdb Clickhouse Cluster Clickhouse[] 
- Configuration of the ClickHouse subcluster. The structure is documented below.
- clusterId string
- createdAt string
- Creation timestamp of the key.
- databases
GetMdb Clickhouse Cluster Database[] 
- 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 GetMdb Clickhouse Cluster Format Schema[] 
- A set of protobuf or cap'n proto format schemas. The structure is documented below.
- health string
- Aggregated health of the cluster.
- hosts
GetMdb Clickhouse Cluster Host[] 
- A host of the ClickHouse cluster. The structure is documented below.
- id string
- The provider-assigned unique ID for this managed resource.
- labels {[key: string]: string}
- A set of key/value label pairs to assign to the ClickHouse cluster.
- maintenanceWindows GetMdb Clickhouse Cluster Maintenance Window[] 
- mlModels GetMdb Clickhouse Cluster Ml Model[] 
- 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.
- securityGroup string[]Ids 
- A set of ids of security groups assigned to hosts of the cluster.
- serviceAccount stringId 
- 
GetMdb Clickhouse Cluster Shard Group[] 
- A group of clickhouse shards. The structure is documented below.
- sqlDatabase booleanManagement 
- Grants adminuser database management permission.
- sqlUser booleanManagement 
- Enables adminuser with user management permission.
- status string
- Status of the cluster.
- users
GetMdb Clickhouse Cluster User[] 
- A user of the ClickHouse cluster. The structure is documented below.
- version string
- zookeepers
GetMdb Clickhouse Cluster Zookeeper[] 
- Configuration of the ZooKeeper subcluster. The structure is documented below.
- cloudStorage GetMdb Clickhouse Cluster Cloud Storage 
- accesses
Sequence[GetMdb Clickhouse Cluster Access] 
- Access policy to the ClickHouse cluster. The structure is documented below.
- backup_window_ Sequence[Getstarts Mdb Clickhouse Cluster Backup Window Start] 
- Time to start the daily backup, in the UTC timezone. The structure is documented below.
- clickhouses
Sequence[GetMdb Clickhouse Cluster Clickhouse] 
- Configuration of the ClickHouse subcluster. The structure is documented below.
- cluster_id str
- created_at str
- Creation timestamp of the key.
- databases
Sequence[GetMdb Clickhouse Cluster Database] 
- A database of the ClickHouse cluster. The structure is documented below.
- deletion_protection bool
- description str
- Description of the shard group.
- environment str
- Deployment environment of the ClickHouse cluster.
- folder_id str
- format_schemas Sequence[GetMdb Clickhouse Cluster Format Schema] 
- A set of protobuf or cap'n proto format schemas. The structure is documented below.
- health str
- Aggregated health of the cluster.
- hosts
Sequence[GetMdb Clickhouse Cluster Host] 
- A host of the ClickHouse cluster. The structure is documented below.
- id str
- The provider-assigned unique ID for this managed resource.
- labels Mapping[str, str]
- A set of key/value label pairs to assign to the ClickHouse cluster.
- maintenance_windows Sequence[GetMdb Clickhouse Cluster Maintenance Window] 
- ml_models Sequence[GetMdb Clickhouse Cluster Ml Model] 
- A group of machine learning models. The structure is documented below.
- name str
- Graphite rollup configuration name.
- network_id str
- ID of the network, to which the ClickHouse cluster belongs.
- security_group_ Sequence[str]ids 
- A set of ids of security groups assigned to hosts of the cluster.
- service_account_ strid 
- 
Sequence[GetMdb Clickhouse Cluster Shard Group] 
- A group of clickhouse shards. The structure is documented below.
- sql_database_ boolmanagement 
- Grants adminuser database management permission.
- sql_user_ boolmanagement 
- Enables adminuser with user management permission.
- status str
- Status of the cluster.
- users
Sequence[GetMdb Clickhouse Cluster User] 
- A user of the ClickHouse cluster. The structure is documented below.
- version str
- zookeepers
Sequence[GetMdb Clickhouse Cluster Zookeeper] 
- Configuration of the ZooKeeper subcluster. The structure is documented below.
- cloud_storage GetMdb Clickhouse Cluster Cloud Storage 
- accesses List<Property Map>
- Access policy to the ClickHouse cluster. The structure is documented below.
- backupWindow List<Property Map>Starts 
- Time to start the daily backup, in the UTC timezone. The structure is documented below.
- clickhouses List<Property Map>
- Configuration of the ClickHouse subcluster. The structure is documented below.
- 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.
- securityGroup List<String>Ids 
- A set of ids of security groups assigned to hosts of the cluster.
- serviceAccount StringId 
- List<Property Map>
- A group of clickhouse shards. The structure is documented below.
- sqlDatabase BooleanManagement 
- Grants adminuser database management permission.
- sqlUser BooleanManagement 
- Enables adminuser 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 bool
- Allow access for Web SQL.
- Metrika bool
- Allow access for Yandex.Metrika.
- Serverless bool
- Allow access for Serverless.
- WebSql bool
- Allow access for DataLens.
- DataLens bool
- Allow access for Web SQL.
- Metrika bool
- Allow access for Yandex.Metrika.
- Serverless bool
- Allow access for Serverless.
- WebSql bool
- Allow access for DataLens.
- dataLens Boolean
- Allow access for Web SQL.
- metrika Boolean
- Allow access for Yandex.Metrika.
- serverless Boolean
- Allow access for Serverless.
- webSql Boolean
- Allow access for DataLens.
- dataLens boolean
- Allow access for Web SQL.
- metrika boolean
- Allow access for Yandex.Metrika.
- serverless boolean
- Allow access for Serverless.
- webSql boolean
- Allow access for DataLens.
- data_lens bool
- Allow access for Web SQL.
- metrika bool
- Allow access for Yandex.Metrika.
- serverless bool
- Allow access for Serverless.
- web_sql bool
- Allow access for DataLens.
- dataLens Boolean
- Allow access for Web SQL.
- metrika Boolean
- Allow access for Yandex.Metrika.
- serverless Boolean
- Allow access for Serverless.
- webSql Boolean
- Allow access for DataLens.
GetMdbClickhouseClusterBackupWindowStart      
GetMdbClickhouseClusterClickhouse    
- Config
GetMdb Clickhouse Cluster Clickhouse Config 
- Main ClickHouse cluster configuration. The structure is documented below.
- Resources
List<GetMdb Clickhouse Cluster Clickhouse Resource> 
- Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- Config
GetMdb Clickhouse Cluster Clickhouse Config 
- Main ClickHouse cluster configuration. The structure is documented below.
- Resources
[]GetMdb Clickhouse Cluster Clickhouse Resource 
- Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- config
GetMdb Clickhouse Cluster Clickhouse Config 
- Main ClickHouse cluster configuration. The structure is documented below.
- resources
List<GetMdb Clickhouse Cluster Clickhouse Resource> 
- Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- config
GetMdb Clickhouse Cluster Clickhouse Config 
- Main ClickHouse cluster configuration. The structure is documented below.
- resources
GetMdb Clickhouse Cluster Clickhouse Resource[] 
- Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- config
GetMdb Clickhouse Cluster Clickhouse Config 
- Main ClickHouse cluster configuration. The structure is documented below.
- resources
Sequence[GetMdb Clickhouse Cluster Clickhouse Resource] 
- Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- config Property Map
- Main ClickHouse cluster configuration. The structure is documented below.
- resources List<Property Map>
- Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
GetMdbClickhouseClusterClickhouseConfig     
- Kafkas
List<GetMdb Clickhouse Cluster Clickhouse Config Kafka> 
- Kafka connection configuration. The structure is documented below.
- MergeTree GetMdb Clickhouse Cluster Clickhouse Config Merge Tree 
- MergeTree engine configuration. The structure is documented below.
- Rabbitmq
GetMdb Clickhouse Cluster Clickhouse Config Rabbitmq 
- RabbitMQ connection configuration. The structure is documented below.
- BackgroundPool intSize 
- BackgroundSchedule intPool Size 
- Compressions
List<GetMdb Clickhouse Cluster Clickhouse Config Compression> 
- Data compression configuration. The structure is documented below.
- GeobaseUri string
- GraphiteRollups List<GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup> 
- Graphite rollup configuration. The structure is documented below.
- KafkaTopics List<GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic> 
- Kafka topic connection configuration. The structure is documented below.
- KeepAlive intTimeout 
- LogLevel string
- MarkCache intSize 
- MaxConcurrent intQueries 
- MaxConnections int
- MaxPartition intSize To Drop 
- MaxTable intSize To Drop 
- MetricLog boolEnabled 
- MetricLog intRetention Size 
- MetricLog intRetention Time 
- PartLog intRetention Size 
- PartLog intRetention Time 
- QueryLog intRetention Size 
- QueryLog intRetention Time 
- QueryThread boolLog Enabled 
- QueryThread intLog Retention Size 
- QueryThread intLog Retention Time 
- TextLog boolEnabled 
- TextLog stringLevel 
- TextLog intRetention Size 
- TextLog intRetention Time 
- Timezone string
- TraceLog boolEnabled 
- TraceLog intRetention Size 
- TraceLog intRetention Time 
- UncompressedCache intSize 
- Kafkas
[]GetMdb Clickhouse Cluster Clickhouse Config Kafka 
- Kafka connection configuration. The structure is documented below.
- MergeTree GetMdb Clickhouse Cluster Clickhouse Config Merge Tree 
- MergeTree engine configuration. The structure is documented below.
- Rabbitmq
GetMdb Clickhouse Cluster Clickhouse Config Rabbitmq 
- RabbitMQ connection configuration. The structure is documented below.
- BackgroundPool intSize 
- BackgroundSchedule intPool Size 
- Compressions
[]GetMdb Clickhouse Cluster Clickhouse Config Compression 
- Data compression configuration. The structure is documented below.
- GeobaseUri string
- GraphiteRollups []GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup 
- Graphite rollup configuration. The structure is documented below.
- KafkaTopics []GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic 
- Kafka topic connection configuration. The structure is documented below.
- KeepAlive intTimeout 
- LogLevel string
- MarkCache intSize 
- MaxConcurrent intQueries 
- MaxConnections int
- MaxPartition intSize To Drop 
- MaxTable intSize To Drop 
- MetricLog boolEnabled 
- MetricLog intRetention Size 
- MetricLog intRetention Time 
- PartLog intRetention Size 
- PartLog intRetention Time 
- QueryLog intRetention Size 
- QueryLog intRetention Time 
- QueryThread boolLog Enabled 
- QueryThread intLog Retention Size 
- QueryThread intLog Retention Time 
- TextLog boolEnabled 
- TextLog stringLevel 
- TextLog intRetention Size 
- TextLog intRetention Time 
- Timezone string
- TraceLog boolEnabled 
- TraceLog intRetention Size 
- TraceLog intRetention Time 
- UncompressedCache intSize 
- kafkas
List<GetMdb Clickhouse Cluster Clickhouse Config Kafka> 
- Kafka connection configuration. The structure is documented below.
- mergeTree GetMdb Clickhouse Cluster Clickhouse Config Merge Tree 
- MergeTree engine configuration. The structure is documented below.
- rabbitmq
GetMdb Clickhouse Cluster Clickhouse Config Rabbitmq 
- RabbitMQ connection configuration. The structure is documented below.
- backgroundPool IntegerSize 
- backgroundSchedule IntegerPool Size 
- compressions
List<GetMdb Clickhouse Cluster Clickhouse Config Compression> 
- Data compression configuration. The structure is documented below.
- geobaseUri String
- graphiteRollups List<GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup> 
- Graphite rollup configuration. The structure is documented below.
- kafkaTopics List<GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic> 
- Kafka topic connection configuration. The structure is documented below.
- keepAlive IntegerTimeout 
- logLevel String
- markCache IntegerSize 
- maxConcurrent IntegerQueries 
- maxConnections Integer
- maxPartition IntegerSize To Drop 
- maxTable IntegerSize To Drop 
- metricLog BooleanEnabled 
- metricLog IntegerRetention Size 
- metricLog IntegerRetention Time 
- partLog IntegerRetention Size 
- partLog IntegerRetention Time 
- queryLog IntegerRetention Size 
- queryLog IntegerRetention Time 
- queryThread BooleanLog Enabled 
- queryThread IntegerLog Retention Size 
- queryThread IntegerLog Retention Time 
- textLog BooleanEnabled 
- textLog StringLevel 
- textLog IntegerRetention Size 
- textLog IntegerRetention Time 
- timezone String
- traceLog BooleanEnabled 
- traceLog IntegerRetention Size 
- traceLog IntegerRetention Time 
- uncompressedCache IntegerSize 
- kafkas
GetMdb Clickhouse Cluster Clickhouse Config Kafka[] 
- Kafka connection configuration. The structure is documented below.
- mergeTree GetMdb Clickhouse Cluster Clickhouse Config Merge Tree 
- MergeTree engine configuration. The structure is documented below.
- rabbitmq
GetMdb Clickhouse Cluster Clickhouse Config Rabbitmq 
- RabbitMQ connection configuration. The structure is documented below.
- backgroundPool numberSize 
- backgroundSchedule numberPool Size 
- compressions
GetMdb Clickhouse Cluster Clickhouse Config Compression[] 
- Data compression configuration. The structure is documented below.
- geobaseUri string
- graphiteRollups GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup[] 
- Graphite rollup configuration. The structure is documented below.
- kafkaTopics GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic[] 
- Kafka topic connection configuration. The structure is documented below.
- keepAlive numberTimeout 
- logLevel string
- markCache numberSize 
- maxConcurrent numberQueries 
- maxConnections number
- maxPartition numberSize To Drop 
- maxTable numberSize To Drop 
- metricLog booleanEnabled 
- metricLog numberRetention Size 
- metricLog numberRetention Time 
- partLog numberRetention Size 
- partLog numberRetention Time 
- queryLog numberRetention Size 
- queryLog numberRetention Time 
- queryThread booleanLog Enabled 
- queryThread numberLog Retention Size 
- queryThread numberLog Retention Time 
- textLog booleanEnabled 
- textLog stringLevel 
- textLog numberRetention Size 
- textLog numberRetention Time 
- timezone string
- traceLog booleanEnabled 
- traceLog numberRetention Size 
- traceLog numberRetention Time 
- uncompressedCache numberSize 
- kafkas
Sequence[GetMdb Clickhouse Cluster Clickhouse Config Kafka] 
- Kafka connection configuration. The structure is documented below.
- merge_tree GetMdb Clickhouse Cluster Clickhouse Config Merge Tree 
- MergeTree engine configuration. The structure is documented below.
- rabbitmq
GetMdb Clickhouse Cluster Clickhouse Config Rabbitmq 
- RabbitMQ connection configuration. The structure is documented below.
- background_pool_ intsize 
- background_schedule_ intpool_ size 
- compressions
Sequence[GetMdb Clickhouse Cluster Clickhouse Config Compression] 
- Data compression configuration. The structure is documented below.
- geobase_uri str
- graphite_rollups Sequence[GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup] 
- Graphite rollup configuration. The structure is documented below.
- kafka_topics Sequence[GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic] 
- Kafka topic connection configuration. The structure is documented below.
- keep_alive_ inttimeout 
- log_level str
- mark_cache_ intsize 
- max_concurrent_ intqueries 
- max_connections int
- max_partition_ intsize_ to_ drop 
- max_table_ intsize_ to_ drop 
- metric_log_ boolenabled 
- metric_log_ intretention_ size 
- metric_log_ intretention_ time 
- part_log_ intretention_ size 
- part_log_ intretention_ time 
- query_log_ intretention_ size 
- query_log_ intretention_ time 
- query_thread_ boollog_ enabled 
- query_thread_ intlog_ retention_ size 
- query_thread_ intlog_ retention_ time 
- text_log_ boolenabled 
- text_log_ strlevel 
- text_log_ intretention_ size 
- text_log_ intretention_ time 
- timezone str
- trace_log_ boolenabled 
- trace_log_ intretention_ size 
- trace_log_ intretention_ time 
- uncompressed_cache_ intsize 
- kafkas List<Property Map>
- Kafka connection configuration. The structure is documented below.
- mergeTree Property Map
- MergeTree engine configuration. The structure is documented below.
- rabbitmq Property Map
- RabbitMQ connection configuration. The structure is documented below.
- backgroundPool NumberSize 
- backgroundSchedule NumberPool Size 
- 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.
- keepAlive NumberTimeout 
- logLevel String
- markCache NumberSize 
- maxConcurrent NumberQueries 
- maxConnections Number
- maxPartition NumberSize To Drop 
- maxTable NumberSize To Drop 
- metricLog BooleanEnabled 
- metricLog NumberRetention Size 
- metricLog NumberRetention Time 
- partLog NumberRetention Size 
- partLog NumberRetention Time 
- queryLog NumberRetention Size 
- queryLog NumberRetention Time 
- queryThread BooleanLog Enabled 
- queryThread NumberLog Retention Size 
- queryThread NumberLog Retention Time 
- textLog BooleanEnabled 
- textLog StringLevel 
- textLog NumberRetention Size 
- textLog NumberRetention Time 
- timezone String
- traceLog BooleanEnabled 
- traceLog NumberRetention Size 
- traceLog NumberRetention Time 
- uncompressedCache NumberSize 
GetMdbClickhouseClusterClickhouseConfigCompression      
- Method string
- Method: Compression method. Two methods are available: LZ4 and zstd.
- MinPart intSize 
- Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
- MinPart doubleSize Ratio 
- Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
- Method string
- Method: Compression method. Two methods are available: LZ4 and zstd.
- MinPart intSize 
- Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
- MinPart float64Size Ratio 
- Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
- method String
- Method: Compression method. Two methods are available: LZ4 and zstd.
- minPart IntegerSize 
- Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
- minPart DoubleSize Ratio 
- Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
- method string
- Method: Compression method. Two methods are available: LZ4 and zstd.
- minPart numberSize 
- Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
- minPart numberSize Ratio 
- Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
- method str
- Method: Compression method. Two methods are available: LZ4 and zstd.
- min_part_ intsize 
- Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
- min_part_ floatsize_ ratio 
- Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
- method String
- Method: Compression method. Two methods are available: LZ4 and zstd.
- minPart NumberSize 
- Min part size: Minimum size (in bytes) of a data part in a table. ClickHouse only applies the rule to tables with data parts greater than or equal to the Min part size value.
- minPart NumberSize Ratio 
- Min part size ratio: Minimum table part size to total table size ratio. ClickHouse only applies the rule to tables in which this ratio is greater than or equal to the Min part size ratio value.
GetMdbClickhouseClusterClickhouseConfigGraphiteRollup       
- Name string
- The name of the ClickHouse cluster.
- Patterns
List<GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern> 
- Set of thinning rules.
- Name string
- The name of the ClickHouse cluster.
- Patterns
[]GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern 
- Set of thinning rules.
- name String
- The name of the ClickHouse cluster.
- patterns
List<GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern> 
- Set of thinning rules.
- name string
- The name of the ClickHouse cluster.
- patterns
GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern[] 
- Set of thinning rules.
- name str
- The name of the ClickHouse cluster.
- patterns
Sequence[GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern] 
- Set of thinning rules.
- name String
- The name of the ClickHouse cluster.
- patterns List<Property Map>
- Set of thinning rules.
GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPattern        
- Function string
- Aggregation function name.
- Regexp string
- Regular expression that the metric name must match.
- Retentions
List<GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern Retention> 
- Retain parameters.
- Function string
- Aggregation function name.
- Regexp string
- Regular expression that the metric name must match.
- Retentions
[]GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern Retention 
- Retain parameters.
- function String
- Aggregation function name.
- regexp String
- Regular expression that the metric name must match.
- retentions
List<GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern Retention> 
- Retain parameters.
- function string
- Aggregation function name.
- regexp string
- Regular expression that the metric name must match.
- retentions
GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern Retention[] 
- Retain parameters.
- function str
- Aggregation function name.
- regexp str
- Regular expression that the metric name must match.
- retentions
Sequence[GetMdb Clickhouse Cluster Clickhouse Config Graphite Rollup Pattern Retention] 
- Retain parameters.
- function String
- Aggregation function name.
- regexp String
- Regular expression that the metric name must match.
- retentions List<Property Map>
- Retain parameters.
GetMdbClickhouseClusterClickhouseConfigGraphiteRollupPatternRetention         
GetMdbClickhouseClusterClickhouseConfigKafka      
- 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 string
- The name of the ClickHouse cluster.
- Settings
GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic Settings 
- Kafka connection settngs sanem as kafkablock.
- Name string
- The name of the ClickHouse cluster.
- Settings
GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic Settings 
- Kafka connection settngs sanem as kafkablock.
- name String
- The name of the ClickHouse cluster.
- settings
GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic Settings 
- Kafka connection settngs sanem as kafkablock.
- name string
- The name of the ClickHouse cluster.
- settings
GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic Settings 
- Kafka connection settngs sanem as kafkablock.
- name str
- The name of the ClickHouse cluster.
- settings
GetMdb Clickhouse Cluster Clickhouse Config Kafka Topic Settings 
- Kafka connection settngs sanem as kafkablock.
- name String
- The name of the ClickHouse cluster.
- settings Property Map
- Kafka connection settngs sanem as kafkablock.
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       
- MaxBytes intTo Merge At Min Space In Pool 
- Max bytes to merge at min space in pool: Maximum total size of a data part to merge when the number of free threads in the background pool is minimum.
- MaxReplicated intMerges In Queue 
- Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
- NumberOf intFree Entries In Pool To Lower Max Size Of Merge 
- Number of free entries in pool to lower max size of merge: Threshold value of free entries in the pool. If the number of entries in the pool falls below this value, ClickHouse reduces the maximum size of a data part to merge. This helps handle small merges faster, rather than filling the pool with lengthy merges.
- PartsTo intDelay Insert 
- Parts to delay insert: Number of active data parts in a table, on exceeding which ClickHouse starts artificially reduce the rate of inserting data into the table.
- PartsTo intThrow Insert 
- Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
- ReplicatedDeduplication intWindow 
- Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
- ReplicatedDeduplication intWindow Seconds 
- Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
- MaxBytes intTo Merge At Min Space In Pool 
- Max bytes to merge at min space in pool: Maximum total size of a data part to merge when the number of free threads in the background pool is minimum.
- MaxReplicated intMerges In Queue 
- Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
- NumberOf intFree Entries In Pool To Lower Max Size Of Merge 
- Number of free entries in pool to lower max size of merge: Threshold value of free entries in the pool. If the number of entries in the pool falls below this value, ClickHouse reduces the maximum size of a data part to merge. This helps handle small merges faster, rather than filling the pool with lengthy merges.
- PartsTo intDelay Insert 
- Parts to delay insert: Number of active data parts in a table, on exceeding which ClickHouse starts artificially reduce the rate of inserting data into the table.
- PartsTo intThrow Insert 
- Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
- ReplicatedDeduplication intWindow 
- Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
- ReplicatedDeduplication intWindow Seconds 
- Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
- maxBytes IntegerTo Merge At Min Space In Pool 
- Max bytes to merge at min space in pool: Maximum total size of a data part to merge when the number of free threads in the background pool is minimum.
- maxReplicated IntegerMerges In Queue 
- Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
- numberOf IntegerFree Entries In Pool To Lower Max Size Of Merge 
- Number of free entries in pool to lower max size of merge: Threshold value of free entries in the pool. If the number of entries in the pool falls below this value, ClickHouse reduces the maximum size of a data part to merge. This helps handle small merges faster, rather than filling the pool with lengthy merges.
- partsTo IntegerDelay Insert 
- Parts to delay insert: Number of active data parts in a table, on exceeding which ClickHouse starts artificially reduce the rate of inserting data into the table.
- partsTo IntegerThrow Insert 
- Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
- replicatedDeduplication IntegerWindow 
- Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
- replicatedDeduplication IntegerWindow Seconds 
- Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
- maxBytes numberTo Merge At Min Space In Pool 
- Max bytes to merge at min space in pool: Maximum total size of a data part to merge when the number of free threads in the background pool is minimum.
- maxReplicated numberMerges In Queue 
- Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
- numberOf numberFree Entries In Pool To Lower Max Size Of Merge 
- Number of free entries in pool to lower max size of merge: Threshold value of free entries in the pool. If the number of entries in the pool falls below this value, ClickHouse reduces the maximum size of a data part to merge. This helps handle small merges faster, rather than filling the pool with lengthy merges.
- partsTo numberDelay Insert 
- Parts to delay insert: Number of active data parts in a table, on exceeding which ClickHouse starts artificially reduce the rate of inserting data into the table.
- partsTo numberThrow Insert 
- Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
- replicatedDeduplication numberWindow 
- Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
- replicatedDeduplication numberWindow Seconds 
- Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
- max_bytes_ intto_ merge_ at_ min_ space_ in_ pool 
- Max bytes to merge at min space in pool: Maximum total size of a data part to merge when the number of free threads in the background pool is minimum.
- max_replicated_ intmerges_ in_ queue 
- Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
- number_of_ intfree_ entries_ in_ pool_ to_ lower_ max_ size_ of_ merge 
- Number of free entries in pool to lower max size of merge: Threshold value of free entries in the pool. If the number of entries in the pool falls below this value, ClickHouse reduces the maximum size of a data part to merge. This helps handle small merges faster, rather than filling the pool with lengthy merges.
- parts_to_ intdelay_ insert 
- Parts to delay insert: Number of active data parts in a table, on exceeding which ClickHouse starts artificially reduce the rate of inserting data into the table.
- parts_to_ intthrow_ insert 
- Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
- replicated_deduplication_ intwindow 
- Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
- replicated_deduplication_ intwindow_ seconds 
- Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
- maxBytes NumberTo Merge At Min Space In Pool 
- Max bytes to merge at min space in pool: Maximum total size of a data part to merge when the number of free threads in the background pool is minimum.
- maxReplicated NumberMerges In Queue 
- Max replicated merges in queue: Maximum number of merge tasks that can be in the ReplicatedMergeTree queue at the same time.
- numberOf NumberFree Entries In Pool To Lower Max Size Of Merge 
- Number of free entries in pool to lower max size of merge: Threshold value of free entries in the pool. If the number of entries in the pool falls below this value, ClickHouse reduces the maximum size of a data part to merge. This helps handle small merges faster, rather than filling the pool with lengthy merges.
- partsTo NumberDelay Insert 
- Parts to delay insert: Number of active data parts in a table, on exceeding which ClickHouse starts artificially reduce the rate of inserting data into the table.
- partsTo NumberThrow Insert 
- Parts to throw insert: Threshold value of active data parts in a table, on exceeding which ClickHouse throws the 'Too many parts ...' exception.
- replicatedDeduplication NumberWindow 
- Replicated deduplication window: Number of recent hash blocks that ZooKeeper will store (the old ones will be deleted).
- replicatedDeduplication NumberWindow Seconds 
- Replicated deduplication window seconds: Time during which ZooKeeper stores the hash blocks (the old ones wil be deleted).
GetMdbClickhouseClusterClickhouseConfigRabbitmq      
GetMdbClickhouseClusterClickhouseResource     
- DiskSize int
- Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- DiskType stringId 
- Type of the storage of ClickHouse or ZooKeeper hosts.
- ResourcePreset stringId 
- DiskSize int
- Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- DiskType stringId 
- Type of the storage of ClickHouse or ZooKeeper hosts.
- ResourcePreset stringId 
- diskSize Integer
- Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- diskType StringId 
- Type of the storage of ClickHouse or ZooKeeper hosts.
- resourcePreset StringId 
- diskSize number
- Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- diskType stringId 
- Type of the storage of ClickHouse or ZooKeeper hosts.
- resourcePreset stringId 
- disk_size int
- Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk_type_ strid 
- Type of the storage of ClickHouse or ZooKeeper hosts.
- resource_preset_ strid 
- diskSize Number
- Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- diskType StringId 
- Type of the storage of ClickHouse or ZooKeeper hosts.
- resourcePreset StringId 
GetMdbClickhouseClusterCloudStorage     
- Enabled bool
- (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either trueorfalse.
- Enabled bool
- (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either trueorfalse.
- enabled Boolean
- (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either trueorfalse.
- enabled boolean
- (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either trueorfalse.
- enabled bool
- (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either trueorfalse.
- enabled Boolean
- (Required) Whether to use Yandex Object Storage for storing ClickHouse data. Can be either trueorfalse.
GetMdbClickhouseClusterDatabase    
- Name string
- The name of the ClickHouse cluster.
- Name string
- The name of the ClickHouse cluster.
- name String
- The name of the ClickHouse cluster.
- name string
- The name of the ClickHouse cluster.
- name str
- The name of the ClickHouse cluster.
- name String
- The name of the ClickHouse cluster.
GetMdbClickhouseClusterFormatSchema     
GetMdbClickhouseClusterHost    
- AssignPublic boolIp 
- Sets whether the host should get a public IP address on creation.
- Fqdn string
- The fully qualified domain name of the host.
- string
- The name of the shard to which the host belongs.
- SubnetId string
- The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
- Type string
- Type of maintenance window. Can be either ANYTIMEorWEEKLY. A day and hour of window need to be specified with weekly window.
- Zone string
- The availability zone where the ClickHouse host will be created.
- AssignPublic boolIp 
- Sets whether the host should get a public IP address on creation.
- Fqdn string
- The fully qualified domain name of the host.
- string
- The name of the shard to which the host belongs.
- SubnetId string
- The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
- Type string
- Type of maintenance window. Can be either ANYTIMEorWEEKLY. A day and hour of window need to be specified with weekly window.
- Zone string
- The availability zone where the ClickHouse host will be created.
- assignPublic BooleanIp 
- Sets whether the host should get a public IP address on creation.
- fqdn String
- The fully qualified domain name of the host.
- String
- The name of the shard to which the host belongs.
- subnetId String
- The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
- type String
- Type of maintenance window. Can be either ANYTIMEorWEEKLY. A day and hour of window need to be specified with weekly window.
- zone String
- The availability zone where the ClickHouse host will be created.
- assignPublic booleanIp 
- Sets whether the host should get a public IP address on creation.
- fqdn string
- The fully qualified domain name of the host.
- string
- The name of the shard to which the host belongs.
- subnetId string
- The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
- type string
- Type of maintenance window. Can be either ANYTIMEorWEEKLY. A day and hour of window need to be specified with weekly window.
- zone string
- The availability zone where the ClickHouse host will be created.
- assign_public_ boolip 
- Sets whether the host should get a public IP address on creation.
- fqdn str
- The fully qualified domain name of the host.
- str
- The name of the shard to which the host belongs.
- subnet_id str
- The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
- type str
- Type of maintenance window. Can be either ANYTIMEorWEEKLY. A day and hour of window need to be specified with weekly window.
- zone str
- The availability zone where the ClickHouse host will be created.
- assignPublic BooleanIp 
- Sets whether the host should get a public IP address on creation.
- fqdn String
- The fully qualified domain name of the host.
- String
- The name of the shard to which the host belongs.
- subnetId String
- The ID of the subnet, to which the host belongs. The subnet must be a part of the network to which the cluster belongs.
- type String
- Type of maintenance window. Can be either ANYTIMEorWEEKLY. A day and hour of window need to be specified with weekly window.
- zone String
- The availability zone where the ClickHouse host will be created.
GetMdbClickhouseClusterMaintenanceWindow     
- Day string
- Day of week for maintenance window if window type is weekly. Possible values: MON,TUE,WED,THU,FRI,SAT,SUN.
- Hour int
- Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- Type string
- Type of maintenance window. Can be either ANYTIMEorWEEKLY. A day and hour of window need to be specified with weekly window.
- Day string
- Day of week for maintenance window if window type is weekly. Possible values: MON,TUE,WED,THU,FRI,SAT,SUN.
- Hour int
- Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- Type string
- Type of maintenance window. Can be either ANYTIMEorWEEKLY. A day and hour of window need to be specified with weekly window.
- day String
- Day of week for maintenance window if window type is weekly. Possible values: MON,TUE,WED,THU,FRI,SAT,SUN.
- hour Integer
- Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- type String
- Type of maintenance window. Can be either ANYTIMEorWEEKLY. A day and hour of window need to be specified with weekly window.
- day string
- Day of week for maintenance window if window type is weekly. Possible values: MON,TUE,WED,THU,FRI,SAT,SUN.
- hour number
- Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- type string
- Type of maintenance window. Can be either ANYTIMEorWEEKLY. A day and hour of window need to be specified with weekly window.
- day str
- Day of week for maintenance window if window type is weekly. Possible values: MON,TUE,WED,THU,FRI,SAT,SUN.
- hour int
- Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- type str
- Type of maintenance window. Can be either ANYTIMEorWEEKLY. A day and hour of window need to be specified with weekly window.
- day String
- Day of week for maintenance window if window type is weekly. Possible values: MON,TUE,WED,THU,FRI,SAT,SUN.
- hour Number
- Hour of day in UTC time zone (1-24) for maintenance window if window type is weekly.
- type String
- Type of maintenance window. Can be either ANYTIMEorWEEKLY. A day and hour of window need to be specified with weekly window.
GetMdbClickhouseClusterMlModel     
GetMdbClickhouseClusterShardGroup     
- Description string
- Description of the shard group.
- Name string
- The name of the ClickHouse cluster.
- List<string>
- List of shards names that belong to the shard group.
- Description string
- Description of the shard group.
- Name string
- The name of the ClickHouse cluster.
- []string
- List of shards names that belong to the shard group.
- description String
- Description of the shard group.
- name String
- The name of the ClickHouse cluster.
- List<String>
- List of shards names that belong to the shard group.
- description string
- Description of the shard group.
- name string
- The name of the ClickHouse cluster.
- string[]
- List of shards names that belong to the shard group.
- description str
- Description of the shard group.
- name str
- The name of the ClickHouse cluster.
- Sequence[str]
- List of shards names that belong to the shard group.
- description String
- Description of the shard group.
- name String
- The name of the ClickHouse cluster.
- List<String>
- List of shards names that belong to the shard group.
GetMdbClickhouseClusterUser    
- Name string
- The name of the ClickHouse cluster.
- Permissions
List<GetMdb Clickhouse Cluster User Permission> 
- Set of permissions granted to the user. The structure is documented below.
- Quotas
List<GetMdb Clickhouse Cluster User Quota> 
- Set of user quotas. The structure is documented below.
- Settings
GetMdb Clickhouse Cluster User Settings 
- Kafka connection settngs sanem as kafkablock.
- Name string
- The name of the ClickHouse cluster.
- Permissions
[]GetMdb Clickhouse Cluster User Permission 
- Set of permissions granted to the user. The structure is documented below.
- Quotas
[]GetMdb Clickhouse Cluster User Quota 
- Set of user quotas. The structure is documented below.
- Settings
GetMdb Clickhouse Cluster User Settings 
- Kafka connection settngs sanem as kafkablock.
- name String
- The name of the ClickHouse cluster.
- permissions
List<GetMdb Clickhouse Cluster User Permission> 
- Set of permissions granted to the user. The structure is documented below.
- quotas
List<GetMdb Clickhouse Cluster User Quota> 
- Set of user quotas. The structure is documented below.
- settings
GetMdb Clickhouse Cluster User Settings 
- Kafka connection settngs sanem as kafkablock.
- name string
- The name of the ClickHouse cluster.
- permissions
GetMdb Clickhouse Cluster User Permission[] 
- Set of permissions granted to the user. The structure is documented below.
- quotas
GetMdb Clickhouse Cluster User Quota[] 
- Set of user quotas. The structure is documented below.
- settings
GetMdb Clickhouse Cluster User Settings 
- Kafka connection settngs sanem as kafkablock.
- name str
- The name of the ClickHouse cluster.
- permissions
Sequence[GetMdb Clickhouse Cluster User Permission] 
- Set of permissions granted to the user. The structure is documented below.
- quotas
Sequence[GetMdb Clickhouse Cluster User Quota] 
- Set of user quotas. The structure is documented below.
- settings
GetMdb Clickhouse Cluster User Settings 
- Kafka connection settngs sanem as kafkablock.
- name String
- The name of the ClickHouse cluster.
- permissions List<Property Map>
- Set of permissions granted to the user. The structure is documented below.
- quotas List<Property Map>
- Set of user quotas. The structure is documented below.
- settings Property Map
- Kafka connection settngs sanem as kafkablock.
GetMdbClickhouseClusterUserPermission     
- DatabaseName string
- The name of the database that the permission grants access to.
- DatabaseName string
- The name of the database that the permission grants access to.
- databaseName String
- The name of the database that the permission grants access to.
- databaseName string
- The name of the database that the permission grants access to.
- database_name str
- The name of the database that the permission grants access to.
- databaseName String
- The name of the database that the permission grants access to.
GetMdbClickhouseClusterUserQuota     
- Errors int
- The number of queries that threw exception.
- ExecutionTime int
- The total query execution time, in milliseconds (wall time).
- IntervalDuration int
- Duration of interval for quota in milliseconds.
- Queries int
- The total number of queries.
- ReadRows int
- The total number of source rows read from tables for running the query, on all remote servers.
- ResultRows int
- The total number of rows given as the result.
- Errors int
- The number of queries that threw exception.
- ExecutionTime int
- The total query execution time, in milliseconds (wall time).
- IntervalDuration int
- Duration of interval for quota in milliseconds.
- Queries int
- The total number of queries.
- ReadRows int
- The total number of source rows read from tables for running the query, on all remote servers.
- ResultRows int
- The total number of rows given as the result.
- errors Integer
- The number of queries that threw exception.
- executionTime Integer
- The total query execution time, in milliseconds (wall time).
- intervalDuration Integer
- Duration of interval for quota in milliseconds.
- queries Integer
- The total number of queries.
- readRows Integer
- The total number of source rows read from tables for running the query, on all remote servers.
- resultRows Integer
- The total number of rows given as the result.
- errors number
- The number of queries that threw exception.
- executionTime number
- The total query execution time, in milliseconds (wall time).
- intervalDuration number
- Duration of interval for quota in milliseconds.
- queries number
- The total number of queries.
- readRows number
- The total number of source rows read from tables for running the query, on all remote servers.
- resultRows number
- The total number of rows given as the result.
- errors int
- The number of queries that threw exception.
- execution_time int
- The total query execution time, in milliseconds (wall time).
- interval_duration int
- Duration of interval for quota in milliseconds.
- queries int
- The total number of queries.
- read_rows int
- The total number of source rows read from tables for running the query, on all remote servers.
- result_rows int
- The total number of rows given as the result.
- errors Number
- The number of queries that threw exception.
- executionTime Number
- The total query execution time, in milliseconds (wall time).
- intervalDuration Number
- Duration of interval for quota in milliseconds.
- queries Number
- The total number of queries.
- readRows Number
- The total number of source rows read from tables for running the query, on all remote servers.
- resultRows Number
- The total number of rows given as the result.
GetMdbClickhouseClusterUserSettings     
- AddHttp boolCors Header 
- Include CORS headers in HTTP responces.
- AllowDdl bool
- Allows or denies DDL queries.
- Compile bool
- Enable compilation of queries.
- CompileExpressions bool
- Turn on expression compilation.
- ConnectTimeout int
- Connect timeout in milliseconds on the socket used for communicating with the client.
- CountDistinct stringImplementation 
- Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- DistinctOverflow stringMode 
- Sets behaviour on overflow when using DISTINCT. Possible values:
- DistributedAggregation boolMemory Efficient 
- Determine the behavior of distributed subqueries.
- DistributedDdl intTask Timeout 
- Timeout for DDL queries, in milliseconds.
- DistributedProduct stringMode 
- Changes the behaviour of distributed subqueries.
- EmptyResult boolFor Aggregation By Empty Set 
- Allows to retunr empty result.
- EnableHttp boolCompression 
- Enables or disables data compression in the response to an HTTP request.
- FallbackTo boolStale Replicas For Distributed Queries 
- Forces a query to an out-of-date replica if updated data is not available.
- ForceIndex boolBy Date 
- Disables query execution if the index can’t be used by date.
- ForcePrimary boolKey 
- Disables query execution if indexing by the primary key is not possible.
- GroupBy stringOverflow Mode 
- Sets behaviour on overflow while GROUP BY operation. Possible values:
- GroupBy intTwo Level Threshold 
- Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- GroupBy intTwo Level Threshold Bytes 
- Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- HttpConnection intTimeout 
- Timeout for HTTP connection in milliseconds.
- HttpHeaders intProgress Interval 
- Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- HttpReceive intTimeout 
- Timeout for HTTP connection in milliseconds.
- HttpSend intTimeout 
- Timeout for HTTP connection in milliseconds.
- InputFormat boolDefaults For Omitted Fields 
- When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- InputFormat boolValues Interpret Expressions 
- Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- InsertQuorum int
- Enables the quorum writes.
- InsertQuorum intTimeout 
- Write to a quorum timeout in milliseconds.
- JoinOverflow stringMode 
- Sets behaviour on overflow in JOIN. Possible values:
- JoinUse boolNulls 
- Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- JoinedSubquery boolRequires Alias 
- Require aliases for subselects and table functions in FROM that more than one table is present.
- LowCardinality boolAllow In Native Format 
- Allows or restricts using the LowCardinality data type with the Native format.
- MaxAst intDepth 
- Maximum abstract syntax tree depth.
- MaxAst intElements 
- Maximum abstract syntax tree elements.
- MaxBlock intSize 
- A recommendation for what size of the block (in a count of rows) to load from tables.
- MaxBytes intBefore External Group By 
- Limit in bytes for using memoru for GROUP BY before using swap on disk.
- MaxBytes intBefore External Sort 
- This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
- MaxBytes intIn Distinct 
- Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- MaxBytes intIn Join 
- Limit on maximum size of the hash table for JOIN, in bytes.
- MaxBytes intIn Set 
- Limit on the number of bytes in the set resulting from the execution of the IN section.
- MaxBytes intTo Read 
- Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- MaxBytes intTo Sort 
- Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- MaxBytes intTo Transfer 
- Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- MaxColumns intTo Read 
- Limits the maximum number of columns that can be read from a table in a single query.
- MaxExecution intTime 
- Limits the maximum query execution time in milliseconds.
- MaxExpanded intAst Elements 
- Maximum abstract syntax tree depth after after expansion of aliases.
- MaxInsert intBlock Size 
- The size of blocks (in a count of rows) to form for insertion into a table.
- MaxMemory intUsage 
- Limits the maximum memory usage (in bytes) for processing queries on a single server.
- MaxMemory intUsage For User 
- Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- MaxNetwork intBandwidth 
- Limits the speed of the data exchange over the network in bytes per second.
- MaxNetwork intBandwidth For User 
- Limits the speed of the data exchange over the network in bytes per second.
- MaxQuery intSize 
- The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- MaxReplica intDelay For Distributed Queries 
- Disables lagging replicas for distributed queries.
- MaxResult intBytes 
- Limits the number of bytes in the result.
- MaxResult intRows 
- Limits the number of rows in the result.
- MaxRows intIn Distinct 
- Limits the maximum number of different rows when using DISTINCT.
- MaxRows intIn Join 
- Limit on maximum size of the hash table for JOIN, in rows.
- MaxRows intIn Set 
- Limit on the number of rows in the set resulting from the execution of the IN section.
- MaxRows intTo Group By 
- Limits the maximum number of unique keys received from aggregation function.
- MaxRows intTo Read 
- Limits the maximum number of rows that can be read from a table when running a query.
- MaxRows intTo Sort 
- Limits the maximum number of rows that can be read from a table for sorting.
- MaxRows intTo Transfer 
- Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- MaxTemporary intColumns 
- Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
- MaxTemporary intNon Const Columns 
- Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
- MaxThreads int
- The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- MergeTree intMax Bytes To Use Cache 
- If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
- MergeTree intMax Rows To Use Cache 
- If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
- MergeTree intMin Bytes For Concurrent Read 
- If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
- MergeTree intMin Rows For Concurrent Read 
- If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
- MinBytes intTo Use Direct Io 
- The minimum data volume required for using direct I/O access to the storage disk.
- MinCount intTo Compile 
- How many times to potentially use a compiled chunk of code before running compilation.
- MinCount intTo Compile Expression 
- A query waits for expression compilation process to complete prior to continuing execution.
- MinExecution intSpeed 
- Minimal execution speed in rows per second.
- MinExecution intSpeed Bytes 
- Minimal execution speed in bytes per second.
- MinInsert intBlock Size Bytes 
- Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- MinInsert intBlock Size Rows 
- Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- OutputFormat boolJson Quote64bit Integers 
- If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
- OutputFormat boolJson Quote Denormals 
- Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- Priority int
- Query priority.
- QuotaMode string
- Quota accounting mode.
- ReadOverflow stringMode 
- Sets behaviour on overflow while read. Possible values:
- Readonly int
- Restricts permissions for reading data, write data and change settings queries.
- ReceiveTimeout int
- Receive timeout in milliseconds on the socket used for communicating with the client.
- ReplicationAlter intPartitions Sync 
- For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- ResultOverflow stringMode 
- Sets behaviour on overflow in result. Possible values:
- SelectSequential boolConsistency 
- Enables or disables sequential consistency for SELECT queries.
- SendProgress boolIn Http Headers 
- Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- SendTimeout int
- Send timeout in milliseconds on the socket used for communicating with the client.
- SetOverflow stringMode 
- Sets behaviour on overflow in the set resulting. Possible values:
- bool
- Enables or disables silently skipping of unavailable shards.
- SortOverflow stringMode 
- Sets behaviour on overflow while sort. Possible values:
- TimeoutOverflow stringMode 
- Sets behaviour on overflow. Possible values:
- TransferOverflow stringMode 
- Sets behaviour on overflow. Possible values:
- TransformNull boolIn 
- Enables equality of NULL values for IN operator.
- UseUncompressed boolCache 
- Whether to use a cache of uncompressed blocks.
- AddHttp boolCors Header 
- Include CORS headers in HTTP responces.
- AllowDdl bool
- Allows or denies DDL queries.
- Compile bool
- Enable compilation of queries.
- CompileExpressions bool
- Turn on expression compilation.
- ConnectTimeout int
- Connect timeout in milliseconds on the socket used for communicating with the client.
- CountDistinct stringImplementation 
- Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- DistinctOverflow stringMode 
- Sets behaviour on overflow when using DISTINCT. Possible values:
- DistributedAggregation boolMemory Efficient 
- Determine the behavior of distributed subqueries.
- DistributedDdl intTask Timeout 
- Timeout for DDL queries, in milliseconds.
- DistributedProduct stringMode 
- Changes the behaviour of distributed subqueries.
- EmptyResult boolFor Aggregation By Empty Set 
- Allows to retunr empty result.
- EnableHttp boolCompression 
- Enables or disables data compression in the response to an HTTP request.
- FallbackTo boolStale Replicas For Distributed Queries 
- Forces a query to an out-of-date replica if updated data is not available.
- ForceIndex boolBy Date 
- Disables query execution if the index can’t be used by date.
- ForcePrimary boolKey 
- Disables query execution if indexing by the primary key is not possible.
- GroupBy stringOverflow Mode 
- Sets behaviour on overflow while GROUP BY operation. Possible values:
- GroupBy intTwo Level Threshold 
- Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- GroupBy intTwo Level Threshold Bytes 
- Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- HttpConnection intTimeout 
- Timeout for HTTP connection in milliseconds.
- HttpHeaders intProgress Interval 
- Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- HttpReceive intTimeout 
- Timeout for HTTP connection in milliseconds.
- HttpSend intTimeout 
- Timeout for HTTP connection in milliseconds.
- InputFormat boolDefaults For Omitted Fields 
- When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- InputFormat boolValues Interpret Expressions 
- Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- InsertQuorum int
- Enables the quorum writes.
- InsertQuorum intTimeout 
- Write to a quorum timeout in milliseconds.
- JoinOverflow stringMode 
- Sets behaviour on overflow in JOIN. Possible values:
- JoinUse boolNulls 
- Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- JoinedSubquery boolRequires Alias 
- Require aliases for subselects and table functions in FROM that more than one table is present.
- LowCardinality boolAllow In Native Format 
- Allows or restricts using the LowCardinality data type with the Native format.
- MaxAst intDepth 
- Maximum abstract syntax tree depth.
- MaxAst intElements 
- Maximum abstract syntax tree elements.
- MaxBlock intSize 
- A recommendation for what size of the block (in a count of rows) to load from tables.
- MaxBytes intBefore External Group By 
- Limit in bytes for using memoru for GROUP BY before using swap on disk.
- MaxBytes intBefore External Sort 
- This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
- MaxBytes intIn Distinct 
- Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- MaxBytes intIn Join 
- Limit on maximum size of the hash table for JOIN, in bytes.
- MaxBytes intIn Set 
- Limit on the number of bytes in the set resulting from the execution of the IN section.
- MaxBytes intTo Read 
- Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- MaxBytes intTo Sort 
- Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- MaxBytes intTo Transfer 
- Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- MaxColumns intTo Read 
- Limits the maximum number of columns that can be read from a table in a single query.
- MaxExecution intTime 
- Limits the maximum query execution time in milliseconds.
- MaxExpanded intAst Elements 
- Maximum abstract syntax tree depth after after expansion of aliases.
- MaxInsert intBlock Size 
- The size of blocks (in a count of rows) to form for insertion into a table.
- MaxMemory intUsage 
- Limits the maximum memory usage (in bytes) for processing queries on a single server.
- MaxMemory intUsage For User 
- Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- MaxNetwork intBandwidth 
- Limits the speed of the data exchange over the network in bytes per second.
- MaxNetwork intBandwidth For User 
- Limits the speed of the data exchange over the network in bytes per second.
- MaxQuery intSize 
- The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- MaxReplica intDelay For Distributed Queries 
- Disables lagging replicas for distributed queries.
- MaxResult intBytes 
- Limits the number of bytes in the result.
- MaxResult intRows 
- Limits the number of rows in the result.
- MaxRows intIn Distinct 
- Limits the maximum number of different rows when using DISTINCT.
- MaxRows intIn Join 
- Limit on maximum size of the hash table for JOIN, in rows.
- MaxRows intIn Set 
- Limit on the number of rows in the set resulting from the execution of the IN section.
- MaxRows intTo Group By 
- Limits the maximum number of unique keys received from aggregation function.
- MaxRows intTo Read 
- Limits the maximum number of rows that can be read from a table when running a query.
- MaxRows intTo Sort 
- Limits the maximum number of rows that can be read from a table for sorting.
- MaxRows intTo Transfer 
- Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- MaxTemporary intColumns 
- Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
- MaxTemporary intNon Const Columns 
- Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
- MaxThreads int
- The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- MergeTree intMax Bytes To Use Cache 
- If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
- MergeTree intMax Rows To Use Cache 
- If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
- MergeTree intMin Bytes For Concurrent Read 
- If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
- MergeTree intMin Rows For Concurrent Read 
- If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
- MinBytes intTo Use Direct Io 
- The minimum data volume required for using direct I/O access to the storage disk.
- MinCount intTo Compile 
- How many times to potentially use a compiled chunk of code before running compilation.
- MinCount intTo Compile Expression 
- A query waits for expression compilation process to complete prior to continuing execution.
- MinExecution intSpeed 
- Minimal execution speed in rows per second.
- MinExecution intSpeed Bytes 
- Minimal execution speed in bytes per second.
- MinInsert intBlock Size Bytes 
- Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- MinInsert intBlock Size Rows 
- Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- OutputFormat boolJson Quote64bit Integers 
- If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
- OutputFormat boolJson Quote Denormals 
- Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- Priority int
- Query priority.
- QuotaMode string
- Quota accounting mode.
- ReadOverflow stringMode 
- Sets behaviour on overflow while read. Possible values:
- Readonly int
- Restricts permissions for reading data, write data and change settings queries.
- ReceiveTimeout int
- Receive timeout in milliseconds on the socket used for communicating with the client.
- ReplicationAlter intPartitions Sync 
- For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- ResultOverflow stringMode 
- Sets behaviour on overflow in result. Possible values:
- SelectSequential boolConsistency 
- Enables or disables sequential consistency for SELECT queries.
- SendProgress boolIn Http Headers 
- Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- SendTimeout int
- Send timeout in milliseconds on the socket used for communicating with the client.
- SetOverflow stringMode 
- Sets behaviour on overflow in the set resulting. Possible values:
- bool
- Enables or disables silently skipping of unavailable shards.
- SortOverflow stringMode 
- Sets behaviour on overflow while sort. Possible values:
- TimeoutOverflow stringMode 
- Sets behaviour on overflow. Possible values:
- TransferOverflow stringMode 
- Sets behaviour on overflow. Possible values:
- TransformNull boolIn 
- Enables equality of NULL values for IN operator.
- UseUncompressed boolCache 
- Whether to use a cache of uncompressed blocks.
- addHttp BooleanCors Header 
- Include CORS headers in HTTP responces.
- allowDdl Boolean
- Allows or denies DDL queries.
- compile Boolean
- Enable compilation of queries.
- compileExpressions Boolean
- Turn on expression compilation.
- connectTimeout Integer
- Connect timeout in milliseconds on the socket used for communicating with the client.
- countDistinct StringImplementation 
- Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- distinctOverflow StringMode 
- Sets behaviour on overflow when using DISTINCT. Possible values:
- distributedAggregation BooleanMemory Efficient 
- Determine the behavior of distributed subqueries.
- distributedDdl IntegerTask Timeout 
- Timeout for DDL queries, in milliseconds.
- distributedProduct StringMode 
- Changes the behaviour of distributed subqueries.
- emptyResult BooleanFor Aggregation By Empty Set 
- Allows to retunr empty result.
- enableHttp BooleanCompression 
- Enables or disables data compression in the response to an HTTP request.
- fallbackTo BooleanStale Replicas For Distributed Queries 
- Forces a query to an out-of-date replica if updated data is not available.
- forceIndex BooleanBy Date 
- Disables query execution if the index can’t be used by date.
- forcePrimary BooleanKey 
- Disables query execution if indexing by the primary key is not possible.
- groupBy StringOverflow Mode 
- Sets behaviour on overflow while GROUP BY operation. Possible values:
- groupBy IntegerTwo Level Threshold 
- Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- groupBy IntegerTwo Level Threshold Bytes 
- Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- httpConnection IntegerTimeout 
- Timeout for HTTP connection in milliseconds.
- httpHeaders IntegerProgress Interval 
- Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- httpReceive IntegerTimeout 
- Timeout for HTTP connection in milliseconds.
- httpSend IntegerTimeout 
- Timeout for HTTP connection in milliseconds.
- inputFormat BooleanDefaults For Omitted Fields 
- When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- inputFormat BooleanValues Interpret Expressions 
- Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- insertQuorum Integer
- Enables the quorum writes.
- insertQuorum IntegerTimeout 
- Write to a quorum timeout in milliseconds.
- joinOverflow StringMode 
- Sets behaviour on overflow in JOIN. Possible values:
- joinUse BooleanNulls 
- Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- joinedSubquery BooleanRequires Alias 
- Require aliases for subselects and table functions in FROM that more than one table is present.
- lowCardinality BooleanAllow In Native Format 
- Allows or restricts using the LowCardinality data type with the Native format.
- maxAst IntegerDepth 
- Maximum abstract syntax tree depth.
- maxAst IntegerElements 
- Maximum abstract syntax tree elements.
- maxBlock IntegerSize 
- A recommendation for what size of the block (in a count of rows) to load from tables.
- maxBytes IntegerBefore External Group By 
- Limit in bytes for using memoru for GROUP BY before using swap on disk.
- maxBytes IntegerBefore External Sort 
- This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
- maxBytes IntegerIn Distinct 
- Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- maxBytes IntegerIn Join 
- Limit on maximum size of the hash table for JOIN, in bytes.
- maxBytes IntegerIn Set 
- Limit on the number of bytes in the set resulting from the execution of the IN section.
- maxBytes IntegerTo Read 
- Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- maxBytes IntegerTo Sort 
- Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- maxBytes IntegerTo Transfer 
- Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- maxColumns IntegerTo Read 
- Limits the maximum number of columns that can be read from a table in a single query.
- maxExecution IntegerTime 
- Limits the maximum query execution time in milliseconds.
- maxExpanded IntegerAst Elements 
- Maximum abstract syntax tree depth after after expansion of aliases.
- maxInsert IntegerBlock Size 
- The size of blocks (in a count of rows) to form for insertion into a table.
- maxMemory IntegerUsage 
- Limits the maximum memory usage (in bytes) for processing queries on a single server.
- maxMemory IntegerUsage For User 
- Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- maxNetwork IntegerBandwidth 
- Limits the speed of the data exchange over the network in bytes per second.
- maxNetwork IntegerBandwidth For User 
- Limits the speed of the data exchange over the network in bytes per second.
- maxQuery IntegerSize 
- The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- maxReplica IntegerDelay For Distributed Queries 
- Disables lagging replicas for distributed queries.
- maxResult IntegerBytes 
- Limits the number of bytes in the result.
- maxResult IntegerRows 
- Limits the number of rows in the result.
- maxRows IntegerIn Distinct 
- Limits the maximum number of different rows when using DISTINCT.
- maxRows IntegerIn Join 
- Limit on maximum size of the hash table for JOIN, in rows.
- maxRows IntegerIn Set 
- Limit on the number of rows in the set resulting from the execution of the IN section.
- maxRows IntegerTo Group By 
- Limits the maximum number of unique keys received from aggregation function.
- maxRows IntegerTo Read 
- Limits the maximum number of rows that can be read from a table when running a query.
- maxRows IntegerTo Sort 
- Limits the maximum number of rows that can be read from a table for sorting.
- maxRows IntegerTo Transfer 
- Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- maxTemporary IntegerColumns 
- Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
- maxTemporary IntegerNon Const Columns 
- Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
- maxThreads Integer
- The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- mergeTree IntegerMax Bytes To Use Cache 
- If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
- mergeTree IntegerMax Rows To Use Cache 
- If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
- mergeTree IntegerMin Bytes For Concurrent Read 
- If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
- mergeTree IntegerMin Rows For Concurrent Read 
- If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
- minBytes IntegerTo Use Direct Io 
- The minimum data volume required for using direct I/O access to the storage disk.
- minCount IntegerTo Compile 
- How many times to potentially use a compiled chunk of code before running compilation.
- minCount IntegerTo Compile Expression 
- A query waits for expression compilation process to complete prior to continuing execution.
- minExecution IntegerSpeed 
- Minimal execution speed in rows per second.
- minExecution IntegerSpeed Bytes 
- Minimal execution speed in bytes per second.
- minInsert IntegerBlock Size Bytes 
- Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- minInsert IntegerBlock Size Rows 
- Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- outputFormat BooleanJson Quote64bit Integers 
- If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
- outputFormat BooleanJson Quote Denormals 
- Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- priority Integer
- Query priority.
- quotaMode String
- Quota accounting mode.
- readOverflow StringMode 
- Sets behaviour on overflow while read. Possible values:
- readonly Integer
- Restricts permissions for reading data, write data and change settings queries.
- receiveTimeout Integer
- Receive timeout in milliseconds on the socket used for communicating with the client.
- replicationAlter IntegerPartitions Sync 
- For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- resultOverflow StringMode 
- Sets behaviour on overflow in result. Possible values:
- selectSequential BooleanConsistency 
- Enables or disables sequential consistency for SELECT queries.
- sendProgress BooleanIn Http Headers 
- Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- sendTimeout Integer
- Send timeout in milliseconds on the socket used for communicating with the client.
- setOverflow StringMode 
- Sets behaviour on overflow in the set resulting. Possible values:
- Boolean
- Enables or disables silently skipping of unavailable shards.
- sortOverflow StringMode 
- Sets behaviour on overflow while sort. Possible values:
- timeoutOverflow StringMode 
- Sets behaviour on overflow. Possible values:
- transferOverflow StringMode 
- Sets behaviour on overflow. Possible values:
- transformNull BooleanIn 
- Enables equality of NULL values for IN operator.
- useUncompressed BooleanCache 
- Whether to use a cache of uncompressed blocks.
- addHttp booleanCors Header 
- Include CORS headers in HTTP responces.
- allowDdl boolean
- Allows or denies DDL queries.
- compile boolean
- Enable compilation of queries.
- compileExpressions boolean
- Turn on expression compilation.
- connectTimeout number
- Connect timeout in milliseconds on the socket used for communicating with the client.
- countDistinct stringImplementation 
- Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- distinctOverflow stringMode 
- Sets behaviour on overflow when using DISTINCT. Possible values:
- distributedAggregation booleanMemory Efficient 
- Determine the behavior of distributed subqueries.
- distributedDdl numberTask Timeout 
- Timeout for DDL queries, in milliseconds.
- distributedProduct stringMode 
- Changes the behaviour of distributed subqueries.
- emptyResult booleanFor Aggregation By Empty Set 
- Allows to retunr empty result.
- enableHttp booleanCompression 
- Enables or disables data compression in the response to an HTTP request.
- fallbackTo booleanStale Replicas For Distributed Queries 
- Forces a query to an out-of-date replica if updated data is not available.
- forceIndex booleanBy Date 
- Disables query execution if the index can’t be used by date.
- forcePrimary booleanKey 
- Disables query execution if indexing by the primary key is not possible.
- groupBy stringOverflow Mode 
- Sets behaviour on overflow while GROUP BY operation. Possible values:
- groupBy numberTwo Level Threshold 
- Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- groupBy numberTwo Level Threshold Bytes 
- Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- httpConnection numberTimeout 
- Timeout for HTTP connection in milliseconds.
- httpHeaders numberProgress Interval 
- Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- httpReceive numberTimeout 
- Timeout for HTTP connection in milliseconds.
- httpSend numberTimeout 
- Timeout for HTTP connection in milliseconds.
- inputFormat booleanDefaults For Omitted Fields 
- When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- inputFormat booleanValues Interpret Expressions 
- Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- insertQuorum number
- Enables the quorum writes.
- insertQuorum numberTimeout 
- Write to a quorum timeout in milliseconds.
- joinOverflow stringMode 
- Sets behaviour on overflow in JOIN. Possible values:
- joinUse booleanNulls 
- Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- joinedSubquery booleanRequires Alias 
- Require aliases for subselects and table functions in FROM that more than one table is present.
- lowCardinality booleanAllow In Native Format 
- Allows or restricts using the LowCardinality data type with the Native format.
- maxAst numberDepth 
- Maximum abstract syntax tree depth.
- maxAst numberElements 
- Maximum abstract syntax tree elements.
- maxBlock numberSize 
- A recommendation for what size of the block (in a count of rows) to load from tables.
- maxBytes numberBefore External Group By 
- Limit in bytes for using memoru for GROUP BY before using swap on disk.
- maxBytes numberBefore External Sort 
- This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
- maxBytes numberIn Distinct 
- Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- maxBytes numberIn Join 
- Limit on maximum size of the hash table for JOIN, in bytes.
- maxBytes numberIn Set 
- Limit on the number of bytes in the set resulting from the execution of the IN section.
- maxBytes numberTo Read 
- Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- maxBytes numberTo Sort 
- Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- maxBytes numberTo Transfer 
- Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- maxColumns numberTo Read 
- Limits the maximum number of columns that can be read from a table in a single query.
- maxExecution numberTime 
- Limits the maximum query execution time in milliseconds.
- maxExpanded numberAst Elements 
- Maximum abstract syntax tree depth after after expansion of aliases.
- maxInsert numberBlock Size 
- The size of blocks (in a count of rows) to form for insertion into a table.
- maxMemory numberUsage 
- Limits the maximum memory usage (in bytes) for processing queries on a single server.
- maxMemory numberUsage For User 
- Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- maxNetwork numberBandwidth 
- Limits the speed of the data exchange over the network in bytes per second.
- maxNetwork numberBandwidth For User 
- Limits the speed of the data exchange over the network in bytes per second.
- maxQuery numberSize 
- The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- maxReplica numberDelay For Distributed Queries 
- Disables lagging replicas for distributed queries.
- maxResult numberBytes 
- Limits the number of bytes in the result.
- maxResult numberRows 
- Limits the number of rows in the result.
- maxRows numberIn Distinct 
- Limits the maximum number of different rows when using DISTINCT.
- maxRows numberIn Join 
- Limit on maximum size of the hash table for JOIN, in rows.
- maxRows numberIn Set 
- Limit on the number of rows in the set resulting from the execution of the IN section.
- maxRows numberTo Group By 
- Limits the maximum number of unique keys received from aggregation function.
- maxRows numberTo Read 
- Limits the maximum number of rows that can be read from a table when running a query.
- maxRows numberTo Sort 
- Limits the maximum number of rows that can be read from a table for sorting.
- maxRows numberTo Transfer 
- Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- maxTemporary numberColumns 
- Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
- maxTemporary numberNon Const Columns 
- Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
- maxThreads number
- The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- mergeTree numberMax Bytes To Use Cache 
- If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
- mergeTree numberMax Rows To Use Cache 
- If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
- mergeTree numberMin Bytes For Concurrent Read 
- If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
- mergeTree numberMin Rows For Concurrent Read 
- If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
- minBytes numberTo Use Direct Io 
- The minimum data volume required for using direct I/O access to the storage disk.
- minCount numberTo Compile 
- How many times to potentially use a compiled chunk of code before running compilation.
- minCount numberTo Compile Expression 
- A query waits for expression compilation process to complete prior to continuing execution.
- minExecution numberSpeed 
- Minimal execution speed in rows per second.
- minExecution numberSpeed Bytes 
- Minimal execution speed in bytes per second.
- minInsert numberBlock Size Bytes 
- Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- minInsert numberBlock Size Rows 
- Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- outputFormat booleanJson Quote64bit Integers 
- If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
- outputFormat booleanJson Quote Denormals 
- Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- priority number
- Query priority.
- quotaMode string
- Quota accounting mode.
- readOverflow stringMode 
- Sets behaviour on overflow while read. Possible values:
- readonly number
- Restricts permissions for reading data, write data and change settings queries.
- receiveTimeout number
- Receive timeout in milliseconds on the socket used for communicating with the client.
- replicationAlter numberPartitions Sync 
- For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- resultOverflow stringMode 
- Sets behaviour on overflow in result. Possible values:
- selectSequential booleanConsistency 
- Enables or disables sequential consistency for SELECT queries.
- sendProgress booleanIn Http Headers 
- Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- sendTimeout number
- Send timeout in milliseconds on the socket used for communicating with the client.
- setOverflow stringMode 
- Sets behaviour on overflow in the set resulting. Possible values:
- boolean
- Enables or disables silently skipping of unavailable shards.
- sortOverflow stringMode 
- Sets behaviour on overflow while sort. Possible values:
- timeoutOverflow stringMode 
- Sets behaviour on overflow. Possible values:
- transferOverflow stringMode 
- Sets behaviour on overflow. Possible values:
- transformNull booleanIn 
- Enables equality of NULL values for IN operator.
- useUncompressed booleanCache 
- Whether to use a cache of uncompressed blocks.
- add_http_ boolcors_ header 
- Include CORS headers in HTTP responces.
- allow_ddl bool
- Allows or denies DDL queries.
- compile bool
- Enable compilation of queries.
- compile_expressions bool
- Turn on expression compilation.
- connect_timeout int
- Connect timeout in milliseconds on the socket used for communicating with the client.
- count_distinct_ strimplementation 
- Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- distinct_overflow_ strmode 
- Sets behaviour on overflow when using DISTINCT. Possible values:
- distributed_aggregation_ boolmemory_ efficient 
- Determine the behavior of distributed subqueries.
- distributed_ddl_ inttask_ timeout 
- Timeout for DDL queries, in milliseconds.
- distributed_product_ strmode 
- Changes the behaviour of distributed subqueries.
- empty_result_ boolfor_ aggregation_ by_ empty_ set 
- Allows to retunr empty result.
- enable_http_ boolcompression 
- Enables or disables data compression in the response to an HTTP request.
- fallback_to_ boolstale_ replicas_ for_ distributed_ queries 
- Forces a query to an out-of-date replica if updated data is not available.
- force_index_ boolby_ date 
- Disables query execution if the index can’t be used by date.
- force_primary_ boolkey 
- Disables query execution if indexing by the primary key is not possible.
- group_by_ stroverflow_ mode 
- Sets behaviour on overflow while GROUP BY operation. Possible values:
- group_by_ inttwo_ level_ threshold 
- Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- group_by_ inttwo_ level_ threshold_ bytes 
- Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- http_connection_ inttimeout 
- Timeout for HTTP connection in milliseconds.
- http_headers_ intprogress_ interval 
- Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- http_receive_ inttimeout 
- Timeout for HTTP connection in milliseconds.
- http_send_ inttimeout 
- Timeout for HTTP connection in milliseconds.
- input_format_ booldefaults_ for_ omitted_ fields 
- When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- input_format_ boolvalues_ interpret_ expressions 
- Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- insert_quorum int
- Enables the quorum writes.
- insert_quorum_ inttimeout 
- Write to a quorum timeout in milliseconds.
- join_overflow_ strmode 
- Sets behaviour on overflow in JOIN. Possible values:
- join_use_ boolnulls 
- Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- joined_subquery_ boolrequires_ alias 
- Require aliases for subselects and table functions in FROM that more than one table is present.
- low_cardinality_ boolallow_ in_ native_ format 
- Allows or restricts using the LowCardinality data type with the Native format.
- max_ast_ intdepth 
- Maximum abstract syntax tree depth.
- max_ast_ intelements 
- Maximum abstract syntax tree elements.
- max_block_ intsize 
- A recommendation for what size of the block (in a count of rows) to load from tables.
- max_bytes_ intbefore_ external_ group_ by 
- Limit in bytes for using memoru for GROUP BY before using swap on disk.
- max_bytes_ intbefore_ external_ sort 
- This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
- max_bytes_ intin_ distinct 
- Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- max_bytes_ intin_ join 
- Limit on maximum size of the hash table for JOIN, in bytes.
- max_bytes_ intin_ set 
- Limit on the number of bytes in the set resulting from the execution of the IN section.
- max_bytes_ intto_ read 
- Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- max_bytes_ intto_ sort 
- Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- max_bytes_ intto_ transfer 
- Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- max_columns_ intto_ read 
- Limits the maximum number of columns that can be read from a table in a single query.
- max_execution_ inttime 
- Limits the maximum query execution time in milliseconds.
- max_expanded_ intast_ elements 
- Maximum abstract syntax tree depth after after expansion of aliases.
- max_insert_ intblock_ size 
- The size of blocks (in a count of rows) to form for insertion into a table.
- max_memory_ intusage 
- Limits the maximum memory usage (in bytes) for processing queries on a single server.
- max_memory_ intusage_ for_ user 
- Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- max_network_ intbandwidth 
- Limits the speed of the data exchange over the network in bytes per second.
- max_network_ intbandwidth_ for_ user 
- Limits the speed of the data exchange over the network in bytes per second.
- max_query_ intsize 
- The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- max_replica_ intdelay_ for_ distributed_ queries 
- Disables lagging replicas for distributed queries.
- max_result_ intbytes 
- Limits the number of bytes in the result.
- max_result_ introws 
- Limits the number of rows in the result.
- max_rows_ intin_ distinct 
- Limits the maximum number of different rows when using DISTINCT.
- max_rows_ intin_ join 
- Limit on maximum size of the hash table for JOIN, in rows.
- max_rows_ intin_ set 
- Limit on the number of rows in the set resulting from the execution of the IN section.
- max_rows_ intto_ group_ by 
- Limits the maximum number of unique keys received from aggregation function.
- max_rows_ intto_ read 
- Limits the maximum number of rows that can be read from a table when running a query.
- max_rows_ intto_ sort 
- Limits the maximum number of rows that can be read from a table for sorting.
- max_rows_ intto_ transfer 
- Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- max_temporary_ intcolumns 
- Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
- max_temporary_ intnon_ const_ columns 
- Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
- max_threads int
- The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- merge_tree_ intmax_ bytes_ to_ use_ cache 
- If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
- merge_tree_ intmax_ rows_ to_ use_ cache 
- If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
- merge_tree_ intmin_ bytes_ for_ concurrent_ read 
- If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
- merge_tree_ intmin_ rows_ for_ concurrent_ read 
- If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
- min_bytes_ intto_ use_ direct_ io 
- The minimum data volume required for using direct I/O access to the storage disk.
- min_count_ intto_ compile 
- How many times to potentially use a compiled chunk of code before running compilation.
- min_count_ intto_ compile_ expression 
- A query waits for expression compilation process to complete prior to continuing execution.
- min_execution_ intspeed 
- Minimal execution speed in rows per second.
- min_execution_ intspeed_ bytes 
- Minimal execution speed in bytes per second.
- min_insert_ intblock_ size_ bytes 
- Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- min_insert_ intblock_ size_ rows 
- Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- output_format_ booljson_ quote64bit_ integers 
- If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
- output_format_ booljson_ quote_ denormals 
- Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- priority int
- Query priority.
- quota_mode str
- Quota accounting mode.
- read_overflow_ strmode 
- Sets behaviour on overflow while read. Possible values:
- readonly int
- Restricts permissions for reading data, write data and change settings queries.
- receive_timeout int
- Receive timeout in milliseconds on the socket used for communicating with the client.
- replication_alter_ intpartitions_ sync 
- For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- result_overflow_ strmode 
- Sets behaviour on overflow in result. Possible values:
- select_sequential_ boolconsistency 
- Enables or disables sequential consistency for SELECT queries.
- send_progress_ boolin_ http_ headers 
- Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- send_timeout int
- Send timeout in milliseconds on the socket used for communicating with the client.
- set_overflow_ strmode 
- Sets behaviour on overflow in the set resulting. Possible values:
- bool
- Enables or disables silently skipping of unavailable shards.
- sort_overflow_ strmode 
- Sets behaviour on overflow while sort. Possible values:
- timeout_overflow_ strmode 
- Sets behaviour on overflow. Possible values:
- transfer_overflow_ strmode 
- Sets behaviour on overflow. Possible values:
- transform_null_ boolin 
- Enables equality of NULL values for IN operator.
- use_uncompressed_ boolcache 
- Whether to use a cache of uncompressed blocks.
- addHttp BooleanCors Header 
- Include CORS headers in HTTP responces.
- allowDdl Boolean
- Allows or denies DDL queries.
- compile Boolean
- Enable compilation of queries.
- compileExpressions Boolean
- Turn on expression compilation.
- connectTimeout Number
- Connect timeout in milliseconds on the socket used for communicating with the client.
- countDistinct StringImplementation 
- Specifies which of the uniq* functions should be used to perform the COUNT(DISTINCT …) construction.
- distinctOverflow StringMode 
- Sets behaviour on overflow when using DISTINCT. Possible values:
- distributedAggregation BooleanMemory Efficient 
- Determine the behavior of distributed subqueries.
- distributedDdl NumberTask Timeout 
- Timeout for DDL queries, in milliseconds.
- distributedProduct StringMode 
- Changes the behaviour of distributed subqueries.
- emptyResult BooleanFor Aggregation By Empty Set 
- Allows to retunr empty result.
- enableHttp BooleanCompression 
- Enables or disables data compression in the response to an HTTP request.
- fallbackTo BooleanStale Replicas For Distributed Queries 
- Forces a query to an out-of-date replica if updated data is not available.
- forceIndex BooleanBy Date 
- Disables query execution if the index can’t be used by date.
- forcePrimary BooleanKey 
- Disables query execution if indexing by the primary key is not possible.
- groupBy StringOverflow Mode 
- Sets behaviour on overflow while GROUP BY operation. Possible values:
- groupBy NumberTwo Level Threshold 
- Sets the threshold of the number of keys, after that the two-level aggregation should be used.
- groupBy NumberTwo Level Threshold Bytes 
- Sets the threshold of the number of bytes, after that the two-level aggregation should be used.
- httpConnection NumberTimeout 
- Timeout for HTTP connection in milliseconds.
- httpHeaders NumberProgress Interval 
- Sets minimal interval between notifications about request process in HTTP header X-ClickHouse-Progress.
- httpReceive NumberTimeout 
- Timeout for HTTP connection in milliseconds.
- httpSend NumberTimeout 
- Timeout for HTTP connection in milliseconds.
- inputFormat BooleanDefaults For Omitted Fields 
- When performing INSERT queries, replace omitted input column values with default values of the respective columns.
- inputFormat BooleanValues Interpret Expressions 
- Enables or disables the full SQL parser if the fast stream parser can’t parse the data.
- insertQuorum Number
- Enables the quorum writes.
- insertQuorum NumberTimeout 
- Write to a quorum timeout in milliseconds.
- joinOverflow StringMode 
- Sets behaviour on overflow in JOIN. Possible values:
- joinUse BooleanNulls 
- Sets the type of JOIN behaviour. When merging tables, empty cells may appear. ClickHouse fills them differently based on this setting.
- joinedSubquery BooleanRequires Alias 
- Require aliases for subselects and table functions in FROM that more than one table is present.
- lowCardinality BooleanAllow In Native Format 
- Allows or restricts using the LowCardinality data type with the Native format.
- maxAst NumberDepth 
- Maximum abstract syntax tree depth.
- maxAst NumberElements 
- Maximum abstract syntax tree elements.
- maxBlock NumberSize 
- A recommendation for what size of the block (in a count of rows) to load from tables.
- maxBytes NumberBefore External Group By 
- Limit in bytes for using memoru for GROUP BY before using swap on disk.
- maxBytes NumberBefore External Sort 
- This setting is equivalent of the max_bytes_before_external_group_by setting, except for it is for sort operation (ORDER BY), not aggregation.
- maxBytes NumberIn Distinct 
- Limits the maximum size of a hash table in bytes (uncompressed data) when using DISTINCT.
- maxBytes NumberIn Join 
- Limit on maximum size of the hash table for JOIN, in bytes.
- maxBytes NumberIn Set 
- Limit on the number of bytes in the set resulting from the execution of the IN section.
- maxBytes NumberTo Read 
- Limits the maximum number of bytes (uncompressed data) that can be read from a table when running a query.
- maxBytes NumberTo Sort 
- Limits the maximum number of bytes (uncompressed data) that can be read from a table for sorting.
- maxBytes NumberTo Transfer 
- Limits the maximum number of bytes (uncompressed data) that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- maxColumns NumberTo Read 
- Limits the maximum number of columns that can be read from a table in a single query.
- maxExecution NumberTime 
- Limits the maximum query execution time in milliseconds.
- maxExpanded NumberAst Elements 
- Maximum abstract syntax tree depth after after expansion of aliases.
- maxInsert NumberBlock Size 
- The size of blocks (in a count of rows) to form for insertion into a table.
- maxMemory NumberUsage 
- Limits the maximum memory usage (in bytes) for processing queries on a single server.
- maxMemory NumberUsage For User 
- Limits the maximum memory usage (in bytes) for processing of user's queries on a single server.
- maxNetwork NumberBandwidth 
- Limits the speed of the data exchange over the network in bytes per second.
- maxNetwork NumberBandwidth For User 
- Limits the speed of the data exchange over the network in bytes per second.
- maxQuery NumberSize 
- The maximum part of a query that can be taken to RAM for parsing with the SQL parser.
- maxReplica NumberDelay For Distributed Queries 
- Disables lagging replicas for distributed queries.
- maxResult NumberBytes 
- Limits the number of bytes in the result.
- maxResult NumberRows 
- Limits the number of rows in the result.
- maxRows NumberIn Distinct 
- Limits the maximum number of different rows when using DISTINCT.
- maxRows NumberIn Join 
- Limit on maximum size of the hash table for JOIN, in rows.
- maxRows NumberIn Set 
- Limit on the number of rows in the set resulting from the execution of the IN section.
- maxRows NumberTo Group By 
- Limits the maximum number of unique keys received from aggregation function.
- maxRows NumberTo Read 
- Limits the maximum number of rows that can be read from a table when running a query.
- maxRows NumberTo Sort 
- Limits the maximum number of rows that can be read from a table for sorting.
- maxRows NumberTo Transfer 
- Limits the maximum number of rows that can be passed to a remote server or saved in a temporary table when using GLOBAL IN.
- maxTemporary NumberColumns 
- Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, including constant columns.
- maxTemporary NumberNon Const Columns 
- Limits the maximum number of temporary columns that must be kept in RAM at the same time when running a query, excluding constant columns.
- maxThreads Number
- The maximum number of query processing threads, excluding threads for retrieving data from remote servers.
- mergeTree NumberMax Bytes To Use Cache 
- If ClickHouse should read more than merge_tree_max_bytes_to_use_cache bytes in one query, it doesn’t use the cache of uncompressed blocks.
- mergeTree NumberMax Rows To Use Cache 
- If ClickHouse should read more than merge_tree_max_rows_to_use_cache rows in one query, it doesn’t use the cache of uncompressed blocks.
- mergeTree NumberMin Bytes For Concurrent Read 
- If the number of bytes to read from one file of a MergeTree-engine table exceeds merge_tree_min_bytes_for_concurrent_read, then ClickHouse tries to concurrently read from this file in several threads.
- mergeTree NumberMin Rows For Concurrent Read 
- If the number of rows to be read from a file of a MergeTree table exceeds merge_tree_min_rows_for_concurrent_read then ClickHouse tries to perform a concurrent reading from this file on several threads.
- minBytes NumberTo Use Direct Io 
- The minimum data volume required for using direct I/O access to the storage disk.
- minCount NumberTo Compile 
- How many times to potentially use a compiled chunk of code before running compilation.
- minCount NumberTo Compile Expression 
- A query waits for expression compilation process to complete prior to continuing execution.
- minExecution NumberSpeed 
- Minimal execution speed in rows per second.
- minExecution NumberSpeed Bytes 
- Minimal execution speed in bytes per second.
- minInsert NumberBlock Size Bytes 
- Sets the minimum number of bytes in the block which can be inserted into a table by an INSERT query.
- minInsert NumberBlock Size Rows 
- Sets the minimum number of rows in the block which can be inserted into a table by an INSERT query.
- outputFormat BooleanJson Quote64bit Integers 
- If the value is true, integers appear in quotes when using JSON* Int64 and UInt64 formats (for compatibility with most JavaScript implementations); otherwise, integers are output without the quotes.
- outputFormat BooleanJson Quote Denormals 
- Enables +nan, -nan, +inf, -inf outputs in JSON output format.
- priority Number
- Query priority.
- quotaMode String
- Quota accounting mode.
- readOverflow StringMode 
- Sets behaviour on overflow while read. Possible values:
- readonly Number
- Restricts permissions for reading data, write data and change settings queries.
- receiveTimeout Number
- Receive timeout in milliseconds on the socket used for communicating with the client.
- replicationAlter NumberPartitions Sync 
- For ALTER ... ATTACH|DETACH|DROP queries, you can use the replication_alter_partitions_sync setting to set up waiting.
- resultOverflow StringMode 
- Sets behaviour on overflow in result. Possible values:
- selectSequential BooleanConsistency 
- Enables or disables sequential consistency for SELECT queries.
- sendProgress BooleanIn Http Headers 
- Enables or disables X-ClickHouse-Progress HTTP response headers in clickhouse-server responses.
- sendTimeout Number
- Send timeout in milliseconds on the socket used for communicating with the client.
- setOverflow StringMode 
- Sets behaviour on overflow in the set resulting. Possible values:
- Boolean
- Enables or disables silently skipping of unavailable shards.
- sortOverflow StringMode 
- Sets behaviour on overflow while sort. Possible values:
- timeoutOverflow StringMode 
- Sets behaviour on overflow. Possible values:
- transferOverflow StringMode 
- Sets behaviour on overflow. Possible values:
- transformNull BooleanIn 
- Enables equality of NULL values for IN operator.
- useUncompressed BooleanCache 
- Whether to use a cache of uncompressed blocks.
GetMdbClickhouseClusterZookeeper    
- Resources
List<GetMdb Clickhouse Cluster Zookeeper Resource> 
- Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- Resources
[]GetMdb Clickhouse Cluster Zookeeper Resource 
- Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources
List<GetMdb Clickhouse Cluster Zookeeper Resource> 
- Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources
GetMdb Clickhouse Cluster Zookeeper Resource[] 
- Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources
Sequence[GetMdb Clickhouse Cluster Zookeeper Resource] 
- Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources List<Property Map>
- Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
GetMdbClickhouseClusterZookeeperResource     
- DiskSize int
- Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- DiskType stringId 
- Type of the storage of ClickHouse or ZooKeeper hosts.
- ResourcePreset stringId 
- DiskSize int
- Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- DiskType stringId 
- Type of the storage of ClickHouse or ZooKeeper hosts.
- ResourcePreset stringId 
- diskSize Integer
- Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- diskType StringId 
- Type of the storage of ClickHouse or ZooKeeper hosts.
- resourcePreset StringId 
- diskSize number
- Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- diskType stringId 
- Type of the storage of ClickHouse or ZooKeeper hosts.
- resourcePreset stringId 
- disk_size int
- Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- disk_type_ strid 
- Type of the storage of ClickHouse or ZooKeeper hosts.
- resource_preset_ strid 
- diskSize Number
- Volume of the storage available to a ClickHouse or ZooKeeper host, in gigabytes.
- diskType StringId 
- Type of the storage of ClickHouse or ZooKeeper hosts.
- resourcePreset StringId 
Package Details
- Repository
- Yandex pulumi/pulumi-yandex
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the yandexTerraform Provider.