id
stringlengths
36
36
document
stringlengths
3
3k
metadata
stringlengths
23
69
embeddings
listlengths
384
384
19c5c18d-44a0-4954-8649-3b73db501445
ClickHouse Government on AWS {#clickhouse-government-aws} Required resources: - ECR to receive the images and Helm charts - Certificate Authority capable of generating FIPS compliant certificates - EKS cluster with CNI , EBS CSI Driver , DNS , Cluster Autoscaler , IMDS for authentication and an OIDC provi...
{"source_file": "03_clickhouse-government.md"}
[ -0.007376173511147499, -0.018793350085616112, -0.027857894077897072, -0.028842156752943993, 0.03738708049058914, -0.047568488866090775, -0.019660480320453644, -0.07772678136825562, 0.03906547650694847, 0.03845183923840523, 0.020355183631181717, -0.1008603423833847, 0.03960470110177994, -0....
0021e824-ca6a-4538-83a7-807ef9f21513
title: 'ClickHouse Private' slug: /cloud/infrastructure/clickhouse-private keywords: ['private', 'on-prem'] description: 'Overview of ClickHouse Private offering' doc_type: 'reference' import Image from '@theme/IdealImage'; import private_gov_architecture from '@site/static/images/cloud/reference/private-gov-archit...
{"source_file": "02_clickhouse-private.md"}
[ -0.06998121738433838, 0.006328172981739044, -0.0072244880720973015, -0.021038666367530823, 0.04878014698624611, -0.04527021944522858, 0.00046102527994662523, -0.04682241752743721, 0.03593667969107628, 0.05623212084174156, 0.048989489674568176, 0.023353813216090202, 0.04360238462686539, -0....
d8f0822a-008c-4cbd-a193-00ea97d6a550
ClickHouse Private on IBM Cloud {#clickhouse-private-ibm-cloud} Required resources: - Container Registry to receive the images and Helm charts - Cloud Kubernetes Service with CNI , Cloud Block Storage for VPC , Cloud DNS , and Cluster Autoscaler - Server nodes run Ubuntu - Operator requires an x86 node group...
{"source_file": "02_clickhouse-private.md"}
[ 0.023402048274874687, -0.0595598965883255, -0.003727609058842063, -0.047155365347862244, 0.014974902383983135, 0.0249998327344656, 0.01812666840851307, -0.046221546828746796, 0.019542010501027107, 0.047329459339380264, 0.04056809842586517, -0.0521746501326561, -0.008868121542036533, -0.013...
77099d77-2b6f-4208-9add-df9084efcc07
title: 'Overview' slug: /cloud/reference/byoc/overview sidebar_label: 'Overview' keywords: ['BYOC', 'cloud', 'bring your own cloud'] description: 'Deploy ClickHouse on your own cloud infrastructure' doc_type: 'reference' Overview {#overview} BYOC (Bring Your Own Cloud) allows you to deploy ClickHouse Cloud on you...
{"source_file": "01_overview.md"}
[ -0.04298356547951698, -0.0953579694032669, -0.019652772694826126, -0.014598792418837547, 0.013181706890463829, 0.02383103035390377, 0.07175397127866745, -0.07657622545957565, 0.013780653476715088, 0.09481730312108994, 0.053303077816963196, -0.006954770069569349, 0.02789653092622757, -0.016...
e255aff3-adc0-4273-a604-9c9ea291cc67
title: 'Architecture' slug: /cloud/reference/byoc/architecture sidebar_label: 'Architecture' keywords: ['BYOC', 'cloud', 'bring your own cloud'] description: 'Deploy ClickHouse on your own cloud infrastructure' doc_type: 'reference' import Image from '@theme/IdealImage'; import byoc1 from '@site/static/images/cloud...
{"source_file": "02_architecture.md"}
[ -0.015762699767947197, -0.03512968495488167, -0.051316048949956894, -0.03441334515810013, 0.038841571658849716, -0.06617772579193115, 0.025799887254834175, 0.0008109097252599895, 0.028863046318292618, 0.06334766000509262, 0.04169248044490814, -0.005940857343375683, 0.016103610396385193, -0...
32a75cef-944a-451b-9300-3dfdfe6ad603
title: 'BYOC on AWS Observability' slug: /cloud/reference/byoc/observability sidebar_label: 'AWS' keywords: ['BYOC', 'cloud', 'bring your own cloud', 'AWS'] description: 'Deploy ClickHouse on your own cloud infrastructure' doc_type: 'reference' import Image from '@theme/IdealImage'; import byoc4 from '@site/static/...
{"source_file": "01_aws.md"}
[ -0.01881493628025055, 0.005326196551322937, -0.10055641829967499, 0.016599133610725403, 0.09080340713262558, -0.05678335949778557, 0.053430065512657166, -0.014664595015347004, -0.008072535507380962, 0.08945784717798233, 0.057881079614162445, -0.03213915228843689, 0.07643505930900574, 0.003...
801e1288-19a8-4041-b89c-c4a40a453626
ClickHouse_CustomMetric_NumberOfBrokenDetachedParts{hostname="c-jet-ax-16-server-43d5baj-0"} 0 HELP ClickHouse_CustomMetric_LostPartCount The age of the oldest mutation (in seconds) TYPE ClickHouse_CustomMetric_LostPartCount gauge ClickHouse_CustomMetric_LostPartCount{hostname="c-jet-ax-16-server-43d5baj-0"} 0 ...
{"source_file": "01_aws.md"}
[ -0.04899657517671585, 0.004680406767874956, -0.015685610473155975, 0.011607932858169079, 0.01874873787164688, -0.035121578723192215, 0.028713423758745193, -0.007054425310343504, -0.04343174397945404, -0.01978343538939953, 0.06566671282052994, -0.07637733966112137, 0.041135624051094055, 0.0...
4570e3cb-8a7e-45c4-9325-6c891ecade59
Configuring Prometheus An example configuration is shown below. The targets endpoint is the same one used for accessing the ClickHouse service. ```bash global: scrape_interval: 15s scrape_configs: - job_name: "prometheus" static_configs: - targets: ["localhost:9090"] - job_name: "clickhouse" static_...
{"source_file": "01_aws.md"}
[ -0.0692780464887619, 0.026277057826519012, -0.08552799373865128, -0.04299516603350639, -0.0003176716563757509, -0.1091451346874237, 0.007652135565876961, -0.0862485021352768, -0.03261057287454605, -0.02024974673986435, 0.034958694130182266, -0.053498655557632446, 0.03398667648434639, 0.002...
2969d0f8-5000-428c-93c7-7a62609ff2d4
title: 'BYOC Onboarding for AWS' slug: /cloud/reference/byoc/onboarding/aws sidebar_label: 'AWS' keywords: ['BYOC', 'cloud', 'bring your own cloud', 'AWS'] description: 'Deploy ClickHouse on your own cloud infrastructure' doc_type: 'reference' import Image from '@theme/IdealImage'; import byoc_vpcpeering from '@sit...
{"source_file": "01_aws.md"}
[ -0.038925718516111374, -0.03761010989546776, -0.053062696009874344, -0.03816942125558853, 0.09351221472024918, -0.066649429500103, 0.04547112435102463, 0.0030623632483184338, -0.03827288746833801, 0.058824699372053146, 0.07330489158630371, -0.02383091114461422, 0.10804283618927002, 0.00313...
6a3b66dc-ffb7-4c56-a2b5-3910488eea31
The region you want to use , you can choose one of any public regions we have for ClickHouse Cloud. The VPC CIDR range for BYOC : By default, we use 10.0.0.0/16 for the BYOC VPC CIDR range. If you plan to use VPC peering with another account, ensure the CIDR ranges do not overlap. Allocate a proper CIDR range for...
{"source_file": "01_aws.md"}
[ -0.028453808277845383, -0.06460949778556824, -0.08998586237430573, -0.007911290042102337, 0.0022465018555521965, 0.06274421513080597, 0.026263583451509476, -0.05400644242763519, 0.01336468942463398, 0.012397720478475094, 0.0020960399415344, -0.04961604252457619, 0.027399346232414246, 0.000...
406814f5-8b16-46f8-8858-02fc83981d30
Click Create Peering Connection. Step 3 Accept the peering connection request {#step-3-accept-the-peering-connection-request} Go to the peering account, in the (VPC -> Peering connections -> Actions -> Accept request) page customer can approve this VPC peering request. Step 4 Add destination to Clic...
{"source_file": "01_aws.md"}
[ -0.03457367420196533, -0.09672625362873077, -0.04852376878261566, 0.030757689848542213, -0.02158314362168312, 0.04491938650608063, 0.009765063412487507, -0.06390652060508728, -0.004906785674393177, 0.06066199019551277, -0.003834195202216506, -0.055823177099227905, 0.06223498657345772, 0.00...
aaec5048-983a-451c-b3c3-27b90d0dcd95
CloudFormation IAM roles {#cloudformation-iam-roles} Bootstrap IAM role {#bootstrap-iam-role} The bootstrap IAM role has the following permissions: EC2 and VPC operations : Required for setting up VPC and EKS clusters. S3 operations (e.g., s3:CreateBucket ) : Needed to create buckets for ClickHouse BYOC stor...
{"source_file": "01_aws.md"}
[ -0.06699897348880768, -0.051553159952163696, -0.039618540555238724, 0.03412894904613495, -0.00540586281567812, 0.03147268295288086, 0.006644463166594505, -0.08082310110330582, 0.040910813957452774, 0.05953507870435715, 0.04158858582377434, -0.07811044156551361, 0.06779711693525314, -0.0306...
0fc3b226-250c-4e05-b2b5-01d286bb73bc
Troubleshooting access {#troubleshooting-access} Inbound, Public (can be Private) ClickHouse Cloud engineers require troubleshooting access via Tailscale. They are provisioned with just-in-time certificate-based authentication for BYOC deployments. Billing scraper {#billing-scraper} Outbound, Private The Bill...
{"source_file": "01_aws.md"}
[ -0.05453851819038391, -0.007711645215749741, -0.039990853518247604, -0.010141553357243538, 0.05701770260930061, -0.07834671437740326, 0.02794625051319599, -0.05555173009634018, 0.05665889009833336, 0.008832036517560482, 0.021062204614281654, -0.005644089076668024, -0.0064373258501291275, -...
a0d11f0f-89b3-4626-9ed1-8d779d3413a1
title: 'BYOC on AWS FAQ' slug: /cloud/reference/byoc/faq/aws sidebar_label: 'AWS' keywords: ['BYOC', 'cloud', 'bring your own cloud', 'AWS'] description: 'Deploy ClickHouse on your own cloud infrastructure' doc_type: 'reference' FAQ {#faq} Compute {#compute} Can I create multiple services in this single EKS c...
{"source_file": "01_aws.md"}
[ -0.02004086598753929, -0.05964825302362442, -0.06202752888202667, -0.026628075167536736, 0.01738833263516426, -0.05867593362927437, -0.0027708460111171007, -0.08525770902633667, -0.007890572771430016, 0.04485746845602989, 0.0028608913999050856, -0.04673893004655838, 0.0335298627614975, -0....
40617e60-06de-44d3-a54e-745c9f04881c
sidebar_label: 'Backup or restore using commands' slug: /cloud/manage/backups/backup-restore-via-commands title: 'Take a backup or restore a backup using commands' description: 'Page describing how to take a backup or restore a backup with your own bucket using commands' sidebar_position: 3 doc_type: 'guide' keywords: ...
{"source_file": "03_backup_restore_using_commands.md"}
[ -0.04293894022703171, -0.021416012197732925, 0.0012848394690081477, 0.035863541066646576, 0.05603526160120964, 0.06223521754145622, 0.00893690437078476, 0.013849358074367046, -0.0508798249065876, 0.04852848872542381, -0.001531492336653173, -0.029006803408265114, 0.09366928786039352, -0.111...
7bf8c50b-fd47-4f7d-b96f-22e3773cb27f
sql RESTORE DATABASE test_backups FROM S3( 'https://storage.googleapis.com/<bucket>/<uuid>', '<hmac-key>', '<hmac-secret>' ) Azure Blob Storage {#azure-blob-storage} sql BACKUP DATABASE test_backups TO AzureBlobStorage( '<AzureBlobStorage endpoint connection string>', '<container>', '<blob>/<>'...
{"source_file": "03_backup_restore_using_commands.md"}
[ -0.059541281312704086, -0.08491620421409607, -0.02301228977739811, 0.014520542696118355, -0.013782801106572151, 0.012178349308669567, 0.033465247601270676, -0.07613565772771835, -0.018545232713222504, 0.05199559032917023, -0.0013554933248087764, -0.023424699902534485, 0.1680246740579605, -...
af6a6bba-b933-4cd3-a881-266536d8582f
How can I disable external backups on a service that I enabled them for? To disable external backups for a service, go to the service setting screen, and click on Change external backup. In the subsequent screen, click on Remove setup to disable external backups for the service.
{"source_file": "03_backup_restore_using_commands.md"}
[ -0.04980611801147461, 0.02188226394355297, -0.021381177008152008, -0.023322818800807, -0.02162100374698639, 0.02139231003820896, -0.013290103524923325, -0.03412647917866707, -0.023776568472385406, -0.007593117188662291, -0.008997580967843533, 0.023678477853536606, 0.08017490059137344, -0.0...
3995a837-aa1d-4abf-b6ed-fbe2e5592bd4
sidebar_label: 'Export backups' slug: /cloud/manage/backups/export-backups-to-own-cloud-account title: 'Export Backups to your Own Cloud Account' description: 'Describes how to export backups to your own Cloud account' doc_type: 'guide' import EnterprisePlanFeatureBadge from '@theme/badges/EnterprisePlanFeatureBadg...
{"source_file": "01_export-backups-to-own-cloud-account.md"}
[ -0.08706003427505493, -0.035774677991867065, -0.012806722894310951, -0.027387643232941628, 0.031021155416965485, 0.04615991190075874, -0.011282894760370255, -0.048667602241039276, -0.00351675134152174, 0.039203133434057236, 0.022465288639068604, -0.01233728602528572, 0.04208783060312271, -...
51c350c4-f941-4a5a-abb3-98c59e6da213
Restore from a backup {#restore-from-a-backup} sql RESTORE DATABASE test_backups AS test_backups_restored FROM S3('https://testchbackups.s3.amazonaws.com/backups/<uuid>', '<key id>', '<key secret>') See: Configuring BACKUP/RESTORE to use an S3 Endpoint for more details. Backup / Restore to Azure Blob Storage ...
{"source_file": "01_export-backups-to-own-cloud-account.md"}
[ -0.041292790323495865, -0.06887578964233398, -0.10475737601518631, 0.021831346675753593, -0.031335268169641495, 0.04479910060763359, 0.016435276716947556, -0.06666037440299988, -0.02483808435499668, 0.08164307475090027, 0.007590675726532936, -0.007398452144116163, 0.13056959211826324, -0.0...
50d086e3-0b8e-4395-b4f9-ee82a118bf75
sidebar_label: 'Backup or restore using UI' slug: /cloud/manage/backups/backup-restore-via-ui title: 'Take a backup or restore a backup from the UI' description: 'Page describing how to take a backup or restore a backup from the UI with your own bucket' sidebar_position: 2 doc_type: 'guide' keywords: ['backups', 'disas...
{"source_file": "02_backup_restore_from_ui.md"}
[ -0.08217529207468033, -0.014928183518350124, -0.03357815369963646, 0.05686300992965698, 0.0951547771692276, 0.01646304875612259, 0.03460113704204559, 0.03215394169092178, -0.032284919172525406, 0.02452264539897442, 0.010271218605339527, 0.025615308433771133, 0.08433499187231064, -0.0727614...
3fd29360-2563-466c-bd68-bc799a73ec04
json { "Version": "2012-10-17", "Statement": [ { "Action": [ "s3:GetBucketLocation", "s3:ListBucket" ], "Resource": [ "arn:aws:s3:::byob-ui" ], "Effect": "Allow" }, { "Action": [ "s3:Get*", "s3:List*", "s3:PutObject" ...
{"source_file": "02_backup_restore_from_ui.md"}
[ -0.0923878625035286, -0.01377103105187416, -0.056142084300518036, -0.01843656785786152, 0.04536845162510872, 0.03789696469902992, -0.003912105690687895, -0.06620769202709198, 0.061702389270067215, 0.0673738345503807, 0.005933060310781002, -0.02616506814956665, 0.03025342896580696, -0.03468...
8a16f007-eafd-40f7-99bd-fb0ded336ca6
:::warning Moving backups to another location If you move the backups to another location, you will need to customize the restore command to reference the new location. ::: :::tip ASYNC command For the Restore command you can also optionally add an ASYNC command at the end for large restores. This allows the restor...
{"source_file": "02_backup_restore_from_ui.md"}
[ -0.0403953455388546, -0.14250868558883667, 0.045887596905231476, 0.02908926270902157, -0.022319652140140533, 0.0156178530305624, 0.019449690356850624, -0.01646246761083603, -0.04470206797122955, 0.045663245022296906, 0.004570077173411846, 0.0065252347849309444, 0.069190613925457, -0.070016...
f41db6a3-8aa2-4bb0-8b75-532aae54a374
Save external bucket {#gcp-save-external-bucket} Click on Save External Bucket to save the settings. Changing the backup schedule from the default schedule {#gcp-changing-the-backup-schedule} External Backups will now happen in your bucket on the default schedule. Alternatively, you can configure the backup sc...
{"source_file": "02_backup_restore_from_ui.md"}
[ -0.04180963709950447, -0.08865576982498169, 0.05198600888252258, 0.042666245251894, -0.019300786778330803, 0.024747077375650406, -0.024023085832595825, -0.0010727201588451862, -0.025286288931965828, 0.06655307114124298, -0.0427783764898777, -0.003537180135026574, 0.07020886242389679, -0.02...
cf5066db-2492-4a5c-aaa8-dd6d54c23c17
b. Here, you will see key1 and key2 . Under each key, you’ll find a Connection string field. c. Click Show to reveal the connection string. Copy the connection string which you will use to for set-up on ClickHouse Cloud. Steps to follow in ClickHouse Cloud {#azure-cloud-steps} Follow the steps below in...
{"source_file": "02_backup_restore_from_ui.md"}
[ -0.003607678459957242, -0.0514165461063385, -0.020496303215622902, 0.032556451857089996, -0.06345532834529877, 0.05688084661960602, 0.029318656772375107, -0.028292875736951828, 0.03095187433063984, 0.09110599011182785, -0.008264356292784214, -0.03966265544295311, 0.10513943433761597, -0.00...
9f4df55c-b30e-4b4f-8246-cf2ef0d115f8
Run SQL command to restore backup {#azure-run-sql-command-to-restore-backup} Run the restore command from the SQL console in the newly created service to restore the backup.
{"source_file": "02_backup_restore_from_ui.md"}
[ -0.019634883850812912, -0.11353794485330582, -0.035798925906419754, 0.04158565402030945, -0.04962284862995148, 0.06919658184051514, 0.048405472189188004, -0.06270462274551392, -0.009285818785429, 0.14501504600048065, 0.00007007074600551277, 0.01674788072705269, 0.10833010822534561, 0.04072...
cc5e8716-e612-4651-b165-a0a6f530aa7b
sidebar_label: 'Console audit log events' slug: /cloud/security/audit-logging title: 'Console audit log events' description: 'This page describes the events that are recorded to the console audit log.' doc_type: 'reference' keywords: ['audit logging', 'security', 'compliance', 'logs', 'monitoring'] Console audit lo...
{"source_file": "02_audit-logging.md"}
[ 0.013066318817436695, -0.02142496220767498, -0.04065428674221039, 0.0240700151771307, 0.10615773499011993, 0.026613013818860054, 0.027041034772992134, -0.06878018379211426, 0.07857216894626617, 0.07919857650995255, 0.0015493605751544237, -0.019552940502762794, -0.01905841752886772, 0.00587...
2d3435f5-85da-4d21-9c32-297bf73df63e
sidebar_label: 'Console roles and permissions' slug: /cloud/security/console-roles title: 'Console roles and permissions' description: 'This page describes the standard roles and associated permissions in ClickHouse Cloud console' doc_type: 'reference' keywords: ['console roles', 'permissions', 'access control', 'secur...
{"source_file": "01_console-roles.md"}
[ 0.03172001615166664, -0.05407683178782463, -0.05789527669548988, -0.012466689571738243, -0.010367308743298054, 0.051663849502801895, 0.03725528344511986, -0.03245457261800766, -0.013005576096475124, 0.049069661647081375, 0.02368989773094654, 0.005167505703866482, 0.02735699713230133, 0.012...
541af7b6-e02a-45d0-a1e2-b88d29c01489
SQL console roles {#sql-console-roles} Refer to Manage SQL console role assignments for instructions on assigning SQL console roles. | Role | Description | |-----------------------|---------------------------------...
{"source_file": "01_console-roles.md"}
[ 0.07061095535755157, -0.10191582888364792, -0.08503027260303497, 0.04385782405734062, -0.0643184706568718, 0.05086850747466087, 0.10252916067838669, 0.050965238362550735, -0.042880259454250336, 0.027354905381798744, 0.0052972775883972645, 0.020894614979624748, 0.06657745689153671, 0.022909...
841fd5e3-8f4b-41c3-9987-81d65484e616
title: 'Compliance overview' slug: /cloud/security/compliance-overview description: 'Overview of ClickHouse Cloud security and compliance certifications including SOC 2, ISO 27001, U.S. DPF, and HIPAA' doc_type: 'reference' keywords: ['ClickHouse Cloud', 'SOC 2 Type II', 'ISO 27001', 'HIPAA', 'U.S. DPF', 'PCI'] imp...
{"source_file": "03_compliance-overview.md"}
[ -0.0866779237985611, -0.026041824370622635, -0.08379568159580231, -0.007305652368813753, 0.061659492552280426, 0.039029236882925034, 0.07431615889072418, -0.021798962727189064, 0.0003691885794978589, 0.05051775649189949, 0.01854543760418892, 0.031679973006248474, 0.04001837596297264, -0.00...
ea09858c-3d1f-4ae9-974b-869e0885e2a6
HIPAA (since 2024) {#hipaa-since-2024} The Health Insurance Portability and Accountability Act (HIPAA) of 1996 is a United States based privacy law focused on management of protected health information (PHI). HIPAA has several requirements, including the Security Rule , which is focused on protecting electronic pe...
{"source_file": "03_compliance-overview.md"}
[ -0.08636541664600372, 0.06769219785928726, -0.07516922801733017, -0.08924328535795212, -0.04330630600452423, 0.036572497338056564, 0.023461969569325447, -0.021147295832633972, 0.049805041402578354, 0.0014809767017140985, -0.008872251026332378, 0.06763742864131927, -0.0070540630258619785, -...
19da1049-f601-4d93-bad6-9af8a0b18b1b
slug: /cloud/reference/changelogs title: 'Changelogs' description: 'Landing page for Cloud changelogs' doc_type: 'landing-page' keywords: ['ClickHouse Cloud changelog', 'Cloud release notes', 'cloud updates', 'version history'] | Page | Description ...
{"source_file": "index.md"}
[ 0.04965025559067726, 0.005210269708186388, 0.07945355772972107, -0.019544659182429314, 0.0737423449754715, 0.005541969556361437, 0.015047123655676842, -0.061216190457344055, 0.032616324722766876, 0.09487718343734741, 0.038529492914676666, 0.005682896822690964, -0.005299375392496586, -0.055...
e996d270-9681-48ea-8218-6f72d7405ede
slug: /whats-new/cloud sidebar_label: 'Cloud changelog' title: 'Cloud Changelog' description: 'ClickHouse Cloud changelog providing descriptions of what is new in each ClickHouse Cloud release' doc_type: 'changelog' keywords: ['changelog', 'release notes', 'updates', 'new features', 'cloud changes'] import Image fr...
{"source_file": "01_changelog.md"}
[ 0.015416380017995834, -0.003703448921442032, -0.02423948422074318, -0.020113708451390266, 0.11023406684398651, -0.0019720064010471106, 0.014563454315066338, 0.0272695180028677, 0.009166467003524303, 0.091046042740345, 0.0673210620880127, -0.028237376362085342, 0.04254678264260292, -0.00965...
0e55a9b2-b0f2-43b0-86c9-09ef1c2c54fc
Custom hardware profiles (available on the Enterprise tier) now support idling. ClickHouse Cloud now offers a simplified purchasing experience through AWS Marketplace, with separate options for pay-as-you-go and committed spend contracts . Alerting is now available for ClickStack users in ClickHouse Cloud. Use...
{"source_file": "01_changelog.md"}
[ -0.024026261642575264, -0.03201451525092125, -0.020546553656458855, 0.02216227538883686, 0.052387163043022156, -0.023208273574709892, 0.09462682157754898, -0.024346990510821342, 0.035380370914936066, 0.027988484129309654, -0.027896104380488396, -0.024479445070028305, 0.047004275023937225, ...
de342ecd-8185-4dda-997b-c11beddd3fa6
August 13, 2025 {#august-13-2025} ClickPipes for MongoDB CDC now in Private Preview You can now use ClickPipes to replicate data from MongoDB into ClickHouse Cloud in a few clicks, enabling real-time analytics without the need for external ETL tools. The connector supports continuous replication as well as o...
{"source_file": "01_changelog.md"}
[ -0.041794586926698685, -0.05614975094795227, -0.03377753868699074, 0.03754198178648949, 0.019810164347290993, -0.0591006763279438, -0.03487253561615944, -0.04961762577295303, 0.01831507869064808, 0.11797890812158585, -0.03049355186522007, -0.03319412097334862, 0.014996900223195553, 0.03000...
ca1fa9a8-26ba-4fe2-9420-dd9f684e8179
Read more about SharedCatalog in our blog We now support the ability to launch HIPAA compliant services in GCP europe-west4 June 27, 2025 {#june-27-2025} We now officially support a Terraform provider for managing database privileges which is also compatible with self-managed deployments. Please refer t...
{"source_file": "01_changelog.md"}
[ -0.05553678795695305, -0.0296134352684021, 0.004087949171662331, -0.04224059358239174, -0.04350899159908295, -0.003634630935266614, -0.05784819275140762, -0.09477193653583527, -0.019359547644853592, 0.06610485911369324, -0.029993915930390358, -0.009767215698957443, 0.02108404040336609, -0....
33b2eb62-2536-4c98-82f1-3a92f02ccec9
Memory & CPU: Graphs for CGroupMemoryTotal (Allocated Memory), CGroupMaxCPU (allocated CPU), MemoryResident (memory used), and ProfileEvent_OSCPUVirtualTimeMicroseconds (CPU used) Data Transfer: Graphs showing data ingress and egress from ClickHouse Cloud. Learn more here . We're excited to announce th...
{"source_file": "01_changelog.md"}
[ -0.05961372330784798, -0.037596091628074646, -0.09531310945749283, 0.01763487607240677, -0.043691106140613556, -0.09530526399612427, 0.0014335380401462317, -0.031727783381938934, -0.010997901670634747, 0.042257823050022125, 0.01640092022716999, -0.03090333752334118, 0.013814004138112068, -...
4e59cb44-d576-47c6-8ce9-66e010f10f80
through ClickPipes. April 4, 2025 {#april-4-2025} Slack notifications for ClickHouse Cloud: ClickHouse Cloud now supports Slack notifications for billing, scaling, and ClickPipes events, in addition to in-console and email notifications. These notifications are sent via the ClickHouse Cloud Slack application. O...
{"source_file": "01_changelog.md"}
[ -0.004309096373617649, -0.06906653195619583, -0.018451351672410965, -0.00979964155703783, 0.014316917397081852, -0.007068469189107418, -0.007101908326148987, 0.0053175524808466434, 0.018634602427482605, 0.06589581817388535, -0.020866408944129944, 0.006446042098104954, -0.007333237677812576, ...
cf869ba1-bec1-43e3-9565-228842c36191
for assistance. Transparent Data Encryption and Customer Managed Encryption Keys on Google Cloud Platform {#tde-and-cmek-on-gcp} Support for Transparent Data Encryption (TDE) and Customer Managed Encryption Keys (CMEK) is now available for ClickHouse Cloud on Google Cloud Platform (GCP) . Please refer to t...
{"source_file": "01_changelog.md"}
[ -0.05376806482672691, -0.06153924763202667, 0.06773117929697037, -0.049395520240068436, 0.004069819115102291, -0.01043082494288683, 0.057713426649570465, -0.06261932849884033, -0.022073861211538315, 0.06423445045948029, 0.004297178704291582, -0.012203121557831764, 0.08451021462678909, -0.0...
8610afed-11ff-4957-8120-e0c076cd2821
Compute-compute separation (also known as "Warehouses") is Generally Available; please refer to blog for more details and the documentation . Single-replica services {#single-replica-services} We are introducing the concept of a "single-replica service", both as a standalone offering and within warehouses. As a ...
{"source_file": "01_changelog.md"}
[ -0.08119422197341919, 0.02197713777422905, 0.013821209780871868, 0.0011926227016374469, -0.028174616396427155, -0.06209170073270798, -0.11568723618984222, -0.034249089658260345, 0.002759222174063325, 0.04051559045910835, -0.044782962650060654, 0.004871053621172905, 0.05547359958291054, -0....
0781b797-73db-46fd-b764-6623ff43881d
Golang , Python , and NodeJS clients added support for Dynamic, Variant, and JSON types. DBT support for refreshable materialized views {#dbt-support-for-refreshable-materialized-views} DBT now supports Refreshable Materialized Views in the 1.8.7 release. JWT token support {#jwt-token-support} Support ha...
{"source_file": "01_changelog.md"}
[ -0.1396017223596573, -0.02060968428850174, 0.018743285909295082, 0.006444974336773157, -0.028324050828814507, -0.09260299056768417, -0.03199021890759468, 0.03030342236161232, -0.0358525887131691, -0.03331997990608215, -0.06113215535879135, -0.00006961079634493217, 0.013862538151443005, 0.0...
8bcd65ab-2696-48d1-8421-93361923dc7d
Custom emails for notifications {#custom-emails-for-notifications} Org Admins can now add more email addresses to a specific notification as additional recipients. This is useful in case you want to send notifications to an alias or to other users within your organization who might not be users of ClickHouse Cloud. T...
{"source_file": "01_changelog.md"}
[ -0.0018446218455210328, -0.07627305388450623, 0.02765611559152603, -0.022031085565686226, 0.014738636091351509, 0.008527341298758984, 0.06742924451828003, -0.054558493196964264, 0.0423477366566658, 0.05420193448662758, -0.02332836575806141, -0.046150848269462585, 0.019456788897514343, -0.0...
ede95bab-cf0d-47f9-908d-10e51aee04b9
Vector search using vector similarity indexes (early access) {#vector-search-using-vector-similarity-indexes-early-access} We are announcing vector similarity indexes for approximate vector search in early access. ClickHouse already offers robust support for vector-based use cases, with a wide range of [distance fu...
{"source_file": "01_changelog.md"}
[ -0.021616728976368904, -0.0023310240358114243, -0.05080161988735199, -0.016340618953108788, 0.02942989580333233, -0.057855475693941116, -0.07381033152341843, -0.04698565602302551, -0.03960804268717766, -0.008196721784770489, -0.016207803040742874, 0.03289852291345596, 0.025630667805671692, ...
dae16ce7-2e8e-4b5d-8719-6b8fddebe258
AI-powered SQL autocomplete {#ai-powered-sql-autocomplete} We've improved autocomplete significantly, allowing you to get in-line SQL completions as you write your queries with the new AI Copilot. This feature can be enabled by toggling the "Enable Inline Code Completion" setting for any ClickHouse Cloud service. ...
{"source_file": "01_changelog.md"}
[ -0.0728369951248169, -0.0728127658367157, -0.0030924887396395206, 0.027765769511461258, -0.00946803204715252, 0.05667485296726227, 0.14416886866092682, -0.014642631635069847, -0.020680969581007957, 0.01516483724117279, -0.050140079110860825, -0.05293342098593712, 0.023049091920256615, 0.01...
2cc915f0-d211-4d66-bfdc-726c3feb3610
Self-service MFA recovery codes {#self-service-mfa-recovery-codes} Customers using multi-factor authentication can now obtain recovery codes that can be used in the event of a lost phone or accidentally deleted token. Customers enrolling in MFA for the first time will be provided the code on set up. Customers with ex...
{"source_file": "01_changelog.md"}
[ -0.12491648644208908, -0.04321606829762459, -0.04989016056060791, -0.019035296514630318, -0.020633181557059288, 0.036035072058439255, 0.004526195582002401, -0.0193291287869215, -0.010023876093327999, -0.019062187522649765, 0.05032683536410332, 0.003475203411653638, 0.0346621498465538, -0.0...
fcda01bf-f5e0-45c3-8905-ac7b5680f03f
2024 SOC 2 Type II report and updated ISO 27001 certificate {#2024-soc-2-type-ii-report-and-updated-iso-27001-certificate} We are proud to announce the availability of our 2024 SOC 2 Type II report and updated ISO 27001 certificate, both of which include our recently launched services on Azure as well as continued co...
{"source_file": "01_changelog.md"}
[ -0.07531911134719849, -0.02791598252952099, -0.039933059364557266, -0.019684763625264168, 0.0023490984458476305, -0.00015000409621279687, 0.01675146073102951, -0.048888783901929855, 0.03495749086141586, 0.07656243443489075, -0.00977218709886074, 0.019706599414348602, 0.06723368912935257, 0...
79d99136-df21-4200-a1d9-a2434952532e
July 18, 2024 {#july-18-2024} Prometheus endpoint for metrics is now generally available {#prometheus-endpoint-for-metrics-is-now-generally-available} In our last cloud changelog, we announced the Private Preview for exporting Prometheus metrics from ClickHouse Cloud. This feature allows you to use the ClickHous...
{"source_file": "01_changelog.md"}
[ -0.011156353168189526, -0.05207730457186699, -0.06705742329359055, 0.03553026542067528, 0.01668224111199379, -0.021575678139925003, -0.03033456765115261, -0.01008494570851326, 0.021648811176419258, 0.08236181735992432, -0.00022808127687312663, -0.07896733283996582, 0.004137863405048847, -0...
a6c4ad4f-eefc-4013-aac9-cf459d390c92
This release also includes support for subscriptions via the Microsoft Azure Marketplace . The service will initially be supported in the following regions: - United States: West US 3 (Arizona) - United States: East US 2 (Virginia) - Europe: Germany West Central (Frankfurt) If you'd like any specific region to be su...
{"source_file": "01_changelog.md"}
[ 0.005067119374871254, -0.059788353741168976, -0.02955283597111702, 0.08337150514125824, -0.0023921839892864227, -0.016210542991757393, 0.035877641290426254, -0.047233063727617264, 0.009543189778923988, 0.07792053371667862, -0.03838953375816345, -0.016299817711114883, 0.07849929481744766, 0...
c98e5675-d099-4f25-b5f5-e2123d677c75
ClickPipes for Kafka has added a new feature that enhances the flexibility and control over data consumption from Kafka topics. You can now configure the offset from which data is consumed. The following options are available: - From the beginning: Start consuming data from the very beginning of the Kafka topic. This...
{"source_file": "01_changelog.md"}
[ -0.061207715421915054, -0.03824140876531601, -0.04220477491617203, -0.020641019567847252, -0.030169470235705376, -0.01250016875565052, -0.04656069725751877, -0.03459496423602104, 0.04747653752565384, 0.1298273801803589, 0.012957104481756687, 0.0275082066655159, -0.05261965095996857, -0.066...
73fb5b83-f5b2-4b06-ab97-1360635de31d
ClickHouse Cloud for Microsoft Azure is now in beta {#clickhouse-cloud-for-microsoft-azure-is-now-in-beta} We've finally launched the ability to create ClickHouse Cloud services on Microsoft Azure. We already have many customers using ClickHouse Cloud on Azure in production as part of our Private Preview program. Now...
{"source_file": "01_changelog.md"}
[ -0.03226107358932495, -0.11178053915500641, 0.002030160278081894, -0.01944742538034916, -0.012078516185283661, 0.07426206022500992, 0.005681892856955528, -0.07688356935977936, 0.006449985317885876, 0.10618193447589874, 0.04568003863096237, 0.015756772831082344, 0.030252931639552116, 0.0474...
4e56d1e6-b9b9-4e24-9126-891d18eba65f
Create APIs from your SQL queries (Beta) {#create-apis-from-your-sql-queries-beta} When you write a SQL query for ClickHouse, you still need to connect to ClickHouse via a driver to expose your query to your application. Now with our now Query Endpoints feature, you can execute SQL queries directly from an API with...
{"source_file": "01_changelog.md"}
[ -0.014298005029559135, -0.07685597240924835, -0.07311026006937027, 0.06213025748729706, -0.06614571809768677, -0.013830436393618584, 0.0396835096180439, -0.002500944770872593, -0.08950936049222946, -0.03163508325815201, -0.03628835082054138, -0.03934973478317261, 0.10284483432769775, 0.014...
5566c9f6-b248-45cb-b5c7-0799440314ae
- Output formats support in the SQL console Integrations changes - ClickPipes Kafka connector supports multi-broker setup - PowerBI connector supports providing ODBC driver configuration options. April 18, 2024 {#april-18-2024} AWS Tokyo region is now available for ClickHouse Cloud {#aws-tokyo-region-is-now-avai...
{"source_file": "01_changelog.md"}
[ 0.009788738563656807, -0.08067423105239868, -0.049745094031095505, 0.0010578552028164268, -0.014769342727959156, 0.01625404693186283, -0.07642236351966858, -0.019356636330485344, -0.019902953878045082, 0.07036259770393372, -0.04778924211859703, -0.015163461677730083, -0.04306190833449364, ...
8c457703-fe04-4e87-b5f5-7eed5032081b
General updates {#general-updates} Introduced support for Microsoft Azure in Private Preview. To gain access, please reach out to account management or support, or join the waitlist . Introduced Release Channels – the ability to specify the timing of upgrades based on environment type. In this release, we added ...
{"source_file": "01_changelog.md"}
[ -0.022618401795625687, -0.027529126033186913, 0.013418336398899555, 0.017694978043437004, 0.04459105432033539, 0.028260603547096252, -0.04501396790146828, -0.023711854591965675, -0.0556330606341362, 0.14782342314720154, -0.016511067748069763, -0.008950388990342617, -0.01938013918697834, -0...
80aff339-498d-4c69-bb7c-6118bbbfab6c
ClickHouse version upgrade {#clickhouse-version-upgrade} Optimizations for FINAL, vectorization improvements, faster aggregations - see 23.12 release blog for details. New functions for processing punycode, string similarity, detecting outliers, as well as memory optimizations for merges and Keeper - see 24.1 ...
{"source_file": "01_changelog.md"}
[ -0.060360126197338104, -0.04605992138385773, -0.0480034165084362, -0.0280064158141613, -0.020557815209031105, -0.04647371545433998, -0.08624720573425293, -0.005617070011794567, -0.07721097022294998, 0.0547666996717453, -0.01981041580438614, 0.01847762241959572, -0.042643602937459946, -0.04...
2bb9556e-35db-43b4-ae46-c3de621a6276
Significant performance improvements for FINAL and vectorization improvements for SIMD instructions resulting in faster queries - see 23.12 release blog for details. This ClickHouse cloud version is based on 23.12, you can see dozens of new features, performance improvements, and bug fixes. See core database chang...
{"source_file": "01_changelog.md"}
[ -0.057148855179548264, -0.012942618690431118, -0.035689570009708405, 0.03064250759780407, -0.04370792582631111, -0.004322786815464497, -0.10729819536209106, -0.016034087166190147, -0.04389923810958862, 0.09510281682014465, 0.013910145498812199, 0.03638011962175369, 0.02476389892399311, -0....
6c35b45c-1f20-4970-a20c-123d76f1ca27
Added ClickPipes support for Redpanda, Upstash, and Warpstream Made the ClickPipes authentication mechanism configurable in the UI Integrations changes {#integrations-changes-6} Java client: Breaking changes: Removed the ability to specify random URL handles in the call. This functionality has been removed ...
{"source_file": "01_changelog.md"}
[ -0.12100069224834442, -0.052269116044044495, -0.07795953005552292, -0.01755273900926113, -0.04346872493624687, -0.07007256895303726, -0.022399570792913437, -0.0055636633187532425, -0.0964796170592308, -0.030136989429593086, -0.04663734510540962, 0.019247492775321007, -0.029546068981289864, ...
ffbe473e-bcdb-4cee-acd8-bc90de9ad070
Add support text-based formats (CSV, TSV) Apache Beam: add support for Boolean and LowCardinality types Nodejs client: add support for Parquet format Security announcements {#security-announcements} Patched 3 security vulnerabilities - see security changelog for details: CVE 2023-47118 (CVSS 7.0) - a he...
{"source_file": "01_changelog.md"}
[ -0.10456342250108719, 0.016417786478996277, -0.035659704357385635, -0.030613800510764122, 0.003965435083955526, -0.026695188134908676, -0.08176004886627197, 0.05237073823809624, -0.020750343799591064, 0.010337005369365215, -0.08580886572599411, 0.01293404120951891, -0.07830911129713058, 0....
d1f12b1f-a5ce-49c0-8cb9-fbb593bc5635
MySQL Improved Tableau Online and QuickSight support via MySQL Kafka Connector Introduced a new StringConverter to support text-based formats (CSV, TSV) Added support for Bytes and Decimal data types Adjusted Retryable Exceptions to now always be retried (even when errors.tolerance=all) Node.js client Fix...
{"source_file": "01_changelog.md"}
[ -0.035383161157369614, -0.012536483816802502, -0.02213190495967865, 0.024969106540083885, 0.00047228753101080656, -0.028558935970067978, -0.06102791428565979, 0.052415456622838974, -0.053533829748630524, 0.04616833105683327, -0.046228498220443726, 0.03837720304727554, 0.04093022271990776, ...
248b56c3-ea6e-48e9-8769-0c879960d726
Console changes {#console-changes-12} Added remaining credits and payment retries to support charges from India Integrations changes {#integrations-changes-12} Kafka Connector: added support for configuring ClickHouse settings, added error.tolerance configuration option PowerBI Desktop: released the beta ...
{"source_file": "01_changelog.md"}
[ -0.0831175297498703, -0.025535425171256065, -0.07463542371988297, 0.0023161773569881916, -0.032831937074661255, 0.00009221588697982952, -0.06163507327437401, 0.002692602341994643, -0.0470314621925354, 0.04776234179735184, -0.008111371658742428, -0.010607730597257614, -0.01919526606798172, ...
184cd88e-d4d8-47fb-89af-f577fea5bc44
JavaScript client: released support for web-based environment (browser, Cloudflare workers). The code is refactored to allow community creating connectors for custom environments. Kafka Connector: Added support for inline schema with Timestamp and Time Kafka types Python client: Fixed insert compression and LowCard...
{"source_file": "01_changelog.md"}
[ -0.09160677343606949, -0.02373713254928589, -0.03906458616256714, -0.004022574983537197, 0.0022228930611163378, -0.006248967722058296, -0.08363417536020279, -0.014428386464715004, 0.062010426074266434, 0.12433351576328278, -0.02719404175877571, 0.020277325063943863, 0.005191815085709095, 0...
e6b1b6da-c97d-4dd1-9236-64b82ce7b494
ClickHouse 23.4 version upgrade {#clickhouse-234-version-upgrade} Added JOIN support for parallel replicas (please contact support to set it up) Improved performance of lightweight deletes Improved caching while processing large inserts Administration changes {#administration-changes-1} Expanded local...
{"source_file": "01_changelog.md"}
[ -0.036064617335796356, -0.04683336615562439, -0.03617872670292854, -0.04534865543246269, -0.0191411841660738, 0.002414664486423135, -0.07114625722169876, -0.046208277344703674, -0.008539702743291855, 0.09075476229190826, 0.026579052209854126, -0.0034557811450213194, 0.06659567356109619, -0...
6a3c91b5-836b-436d-8501-dea0e0ba05e5
Launches a fully-managed separated storage and compute ClickHouse offering, running on top of Google Compute and Google Cloud Storage Available in Iowa (us-central1), Netherlands (europe-west4), and Singapore (asia-southeast1) regions Supports both Development and Production services in all three initial regions ...
{"source_file": "01_changelog.md"}
[ -0.07554207742214203, -0.003122713416814804, -0.04301784932613373, -0.03544248268008232, -0.08674570173025131, 0.023970291018486023, -0.05977891758084297, -0.01444255281239748, -0.03448692336678505, 0.08225523680448532, -0.018378522247076035, -0.043235164135694504, -0.0005376034532673657, ...
2105ea8f-af7d-47c2-9ea9-2af41f311a23
Improve speed of cold reads by the means of S3 prefetching via allow_prefetched_read_pool_for_remote_filesystem setting ClickHouse 23.3 version upgrade {#clickhouse-233-version-upgrade} Lightweight deletes are production-ready–see 23.3 release blog for details Added support for multi-stage PREWHERE-see 23...
{"source_file": "01_changelog.md"}
[ -0.05612074211239815, -0.03324286639690399, -0.020090922713279724, 0.0526791587471962, 0.03423051908612251, -0.02992909774184227, -0.06637037545442581, -0.017462603747844696, 0.016453104093670845, 0.05567197501659393, -0.02723114565014839, 0.05807105079293251, -0.0009843203006312251, -0.04...
71a11b1a-c8b3-4907-a098-1ac7cae41498
Node.js client Added support for JSONStrings, JSONCompact, JSONCompactStrings, JSONColumnsWithMetadata formats query_id can now be provided for all main client methods Bug fixes {#bug-fixes-2} Fixed a bug resulting in slow initial provisioning and startup times for new services Fixed a bug that resulted ...
{"source_file": "01_changelog.md"}
[ -0.05892603099346161, 0.008318137377500534, -0.024207720533013344, 0.03691805154085159, 0.014665957540273666, -0.017691370099782944, -0.08881516754627228, 0.08356974273920059, -0.05750526487827301, 0.027369970455765724, -0.04638272896409035, 0.06728378683328629, 0.02002703957259655, 0.0066...
45514c44-4ef7-4ef2-b3e4-264393a80571
Added a feature to explore all available databases Fixed synchronization of database with AggregationFunction type DBT-clickhouse : Added support for the latest DBT version v1.4.1 Python client : Improved proxy and ssh tunneling support; added a number of fixes and performance optimizations for Pandas DataFrames ...
{"source_file": "01_changelog.md"}
[ -0.07610651105642319, -0.04773898422718048, 0.03910541534423828, -0.01537586934864521, -0.002337716519832611, -0.029577314853668213, -0.010613992810249329, 0.03374585136771202, -0.07785212248563766, 0.0032029920257627964, -0.02599051408469677, 0.0823701024055481, 0.008447526022791862, -0.0...
e529285a-7ed6-402d-82d8-9abbfe5cd3fb
Extended JOIN support to include Grace Hash Join Added Binary JSON (BSON) support for reading files Added support for GROUP BY ALL standard SQL syntax New mathematical functions for decimal operations with fixed precision See the 22.12 release blog and detailed 22.12 changelog for the complete list of chang...
{"source_file": "01_changelog.md"}
[ -0.09110479801893234, -0.016996165737509727, -0.05802353844046593, 0.001010856474749744, -0.03408895805478096, -0.022693034261465073, -0.021012108772993088, 0.04520302265882492, -0.057737085968256, 0.019493266940116882, -0.03994189575314522, 0.06776741147041321, 0.06482521444559097, -0.037...
dfcd7e5d-4906-464f-87f6-49eb5a9e69fb
Availability on AWS Marketplace Major new capabilities {#major-new-capabilities} Introduced SQL console, the data exploration workbench for ClickHouse users Launched ClickHouse Academy , self-paced learning in ClickHouse Cloud Pricing and metering changes {#pricing-and-metering-changes} Extended tri...
{"source_file": "01_changelog.md"}
[ -0.03807844966650009, -0.09278018772602081, -0.00041863086516968906, 0.012813492678105831, 0.008410259149968624, 0.02424120157957077, -0.07321731001138687, -0.023501139134168625, -0.06374029815196991, 0.07024668157100677, -0.014497397467494011, 0.014223084785044193, 0.029088011011481285, -...
4cfe0fc5-6756-4093-928c-835a0302f2b1
Known issues in this release {#known-issues-in-this-release} Restore from backup may not work due to dependency resolution November 17, 2022 {#november-17-2022} This release enables dictionaries from local ClickHouse table and HTTP sources, introduces support for the Mumbai region, and improves the cloud cons...
{"source_file": "01_changelog.md"}
[ -0.10063684731721878, -0.0034238200169056654, 0.006731714587658644, -0.017722278833389282, -0.0006868423661217093, 0.01040982361882925, -0.06840655207633972, -0.016742493957281113, -0.07788076251745224, 0.09887564927339554, 0.029294075444340706, 0.04570474475622177, -0.03487758710980415, -...
6d8eadab-f137-47eb-b06f-e0a99fada415
See the detailed 22.10 changelog for the complete list of changes. October 25, 2022 {#october-25-2022} This release significantly lowers compute consumption for small workloads, lowers compute pricing (see pricing page for details), improves stability through better defaults, and enhances the Billing and Usag...
{"source_file": "01_changelog.md"}
[ 0.020241498947143555, -0.044703755527734756, 0.06847519427537918, -0.05674970522522926, 0.04126825928688049, -0.029583143070340157, -0.0734858289361, 0.07199663668870926, 0.030546758323907852, 0.08841494470834732, 0.0039211539551615715, 0.08241716027259827, -0.04641380161046982, -0.0325130...
b81b456d-6a25-4d4f-8c7b-a6d228e449f8
sidebar_label: 'ClickHouse Cloud billing compliance' slug: /manage/clickhouse-cloud-billing-compliance title: 'ClickHouse Cloud billing compliance' description: 'Page describing ClickHouse Cloud billing compliance' keywords: ['billing compliance', 'pay-as-you-go'] doc_type: 'guide' import billing_compliance from '@...
{"source_file": "06_billing_compliance.md"}
[ -0.0121671874076128, 0.015663521364331245, -0.00605977326631546, -0.023130783811211586, 0.03948597609996796, 0.023843904957175255, -0.02268858067691326, -0.05568151921033859, -0.013739262707531452, 0.03693892061710358, 0.03274858370423317, -0.02351619489490986, 0.017102591693401337, -0.033...
cf32a860-0048-4277-a2f8-7d7f5b2adf25
You will only be able to scale up to 120 GiB per replica You will not be able to start your services if stopped You will not be able to start or create new services We will attempt to process payment using the organization's configured billing method for up to 30 days. If payment is not successful after 14 day...
{"source_file": "06_billing_compliance.md"}
[ -0.009015566669404507, -0.03737713769078255, -0.023353219032287598, -0.007762467954307795, -0.03168701007962227, 0.024681568145751953, 0.019014829769730568, -0.04033878073096275, 0.02322087436914444, 0.0709761306643486, 0.024516986683011055, 0.004817212000489235, 0.0681370347738266, 0.0323...
05860a41-d62b-44c9-a464-c49f4240b636
Credits applied to an organization (e.g. through committed contracts or refunds) are available for your use for the term specified in the order form or accepted private offer. Credits are consumed starting on the day credit was granted in billing periods based on the date the first organization tier (Basic, Scale, or...
{"source_file": "06_billing_compliance.md"}
[ -0.07604121416807175, -0.052105437964200974, 0.003793629352003336, -0.007436153944581747, 0.038063663989305496, 0.057172421365976334, 0.026557886973023415, -0.05447041988372803, 0.10712212324142456, 0.05922672152519226, 0.0736173540353775, 0.020907796919345856, -0.004153449088335037, 0.005...
3a513023-e304-4abc-b398-4d7cc97f468d
sidebar_label: 'Payment thresholds' slug: /cloud/billing/payment-thresholds title: 'Payment thresholds' description: 'Payment thresholds and automatic invoicing for ClickHouse Cloud.' keywords: ['billing', 'payment thresholds', 'automatic invoicing', 'invoice'] doc_type: 'guide' Payment thresholds When your amoun...
{"source_file": "05_payment-thresholds.md"}
[ -0.04389167204499245, -0.01456699799746275, 0.004140619188547134, -0.03632064908742905, -0.01645434834063053, -0.02842252515256405, 0.042858269065618515, 0.001027984544634819, 0.033340491354465485, 0.013096476905047894, 0.048971135169267654, -0.09508059918880463, 0.019483977928757668, 0.00...
fb9944a2-3991-46e0-a2b7-7ee3c6056ec2
sidebar_label: 'Overview' slug: /cloud/manage/billing/overview title: 'Pricing' description: 'Overview page for ClickHouse Cloud pricing' doc_type: 'reference' keywords: ['ClickHouse Cloud', 'pricing', 'billing', 'cloud costs', 'compute pricing'] For pricing information, see the ClickHouse Cloud Pricing page. Cli...
{"source_file": "01_billing_overview.md"}
[ -0.020464707165956497, 0.02450244128704071, -0.024021469056606293, -0.012138317339122295, 0.008038242347538471, -0.0025320404674857855, 0.000130309141241014, -0.014820237644016743, 0.051873788237571716, 0.07694165408611298, -0.022809069603681564, -0.03207426145672798, 0.03613492101430893, ...
061b1cf1-4670-404a-80e4-ded8c3e3ac0d
Example 3 Compute 2 replicas x 32 GiB RAM, 8 vCPU \$2,285.60 2 replicas x 64 GiB RAM, 16 vCPU \$4,571.19 2 x 120 GiB RAM, 30 vCPU \$8,570.99 Storage 5 TB + 1 backup \$253.00 10 TB + 1 backup \$506.00 20 TB + 1 backup \$1,012.00 Public internet egress data transfer \$115.20 \$115.20 ...
{"source_file": "01_billing_overview.md"}
[ -0.06811971217393875, -0.021595317870378494, -0.08660479635000229, -0.010718734003603458, -0.011636802926659584, 0.006344348192214966, 0.032917533069849014, 0.023604316636919975, 0.05173986032605171, 0.054171398282051086, -0.016917511820793152, -0.10966175049543381, 0.07071395963430405, -0...
6a0285ce-f2d5-4c92-8259-ddaf7c276939
You can use the query: sql title="Estimating compression" SELECT formatReadableSize(total_bytes) FROM system.tables WHERE name = <your table name> What tools does ClickHouse offer to estimate the cost of running a service in the cloud if I have a self-managed deployment? {#what-tools-does-clickhouse-offer-to-esti...
{"source_file": "01_billing_overview.md"}
[ 0.04383277893066406, -0.03565823659300804, -0.010489974170923233, 0.05584060028195381, -0.0017718824092298746, -0.045286428183317184, 0.018214454874396324, -0.00015955699200276285, -0.0010043696966022253, 0.07532090693712234, -0.04544590786099434, -0.0814228504896164, 0.05533451959490776, ...
8e97e32a-b225-41e7-ae8d-7c3cbd3571dc
ClickHouse Cloud allows users to set a maximum auto-scaling limit on their compute via Advanced scaling control , a significant cost factor for analytical workloads. The Advanced scaling control lets you set memory limits with an option to control the behavior of pausing/idling during inactivity. What controls...
{"source_file": "01_billing_overview.md"}
[ -0.045491427183151245, -0.01831023208796978, -0.06702699512243271, 0.01636343263089657, -0.01242708507925272, 0.007189340423792601, 0.05300677940249443, 0.003880046773701906, 0.015805615112185478, 0.05632610246539116, 0.03261706605553627, 0.04129599779844284, -0.0016246810555458069, -0.036...
554b164e-2e30-4602-ab1b-3d44adcd3168
ClickHouse Cloud usage statements follow a different billing cycle where usage is metered and reported over 30 days starting from the day of sign up. The usage and invoice dates will differ if these dates are not the same. Since usage statements track usage by day for a given service, users can rely on statements to...
{"source_file": "01_billing_overview.md"}
[ -0.03630257025361061, 0.0013275928795337677, 0.014421885833144188, -0.030728105455636978, 0.022782767191529274, 0.03452610597014427, 0.02433047816157341, -0.04509914293885231, 0.08854231983423233, 0.04569867253303528, 0.013575548306107521, -0.010000753216445446, 0.010173334740102291, -0.01...
abb008e4-666e-420d-a8f1-33412617069a
Create a small service with two replicas 16 GiB each - this will satisfy the ETL jobs and provide high availability. For the data scientist, you can create a second service in the same warehouse with only one replica with 236 GiB. You can enable idling for this service so you will not be paying for this service w...
{"source_file": "01_billing_overview.md"}
[ -0.038726940751075745, 0.015316217206418514, 0.02317085489630699, 0.045105550438165665, -0.046713169664144516, -0.08216820657253265, -0.06286414712667465, 0.030548013746738434, -0.03332366421818733, 0.09012094140052795, -0.05391056090593338, -0.1028921902179718, 0.10042808204889297, -0.024...
a30bc72c-5e80-433b-8ab2-a3db7ebb6d37
slug: /cloud/manage/billing title: 'Billing' description: 'Table of contents page for billing.' keywords: ['billing', 'payment thresholds', 'trouble shooting', 'marketplace'] doc_type: 'landing-page' This section of the documentation covers topics related to billing, and contains the following pages: | Page ...
{"source_file": "index.md"}
[ -0.007944690063595772, 0.024878425523638725, -0.016140077263116837, -0.011074330657720566, -0.001586392754688859, 0.03594670444726944, -0.011647372506558895, 0.03221648558974266, 0.01645050197839737, 0.05278020724654198, -0.011766362935304642, -0.06508121639490128, 0.034618258476257324, -0...
95a712d7-8e7b-41cd-8286-de328b86bc78
slug: /changelogs/25.8 title: 'v25.8 Changelog for Cloud' description: 'Fast release changelog for v25.8' keywords: ['changelog', 'cloud'] sidebar_label: '25.8' sidebar_position: 1 doc_type: 'changelog' Backward incompatible changes {#backward-incompatible-changes} JSON and data format changes {#json-and-data-for...
{"source_file": "25_08.md"}
[ 0.005117780063301325, 0.04424332082271576, 0.04279850423336029, -0.05639844387769699, -0.0244984719902277, -0.035627398639917374, -0.017329400405287743, -0.0025178054347634315, -0.04102720692753792, 0.0689733624458313, 0.009389292448759079, -0.024705644696950912, -0.020056599751114845, 0.0...
a92d7e6f-1a68-4d43-a843-224bb7593741
Performance and resource management {#performance-and-resource-management} Previously, BACKUP queries, merges and mutations were not using server-wide throttlers for local ( max_local_read_bandwidth_for_server and max_local_write_bandwidth_for_server ) and remote ( max_remote_read_network_bandwidth_for_server ...
{"source_file": "25_08.md"}
[ -0.04895111545920372, 0.00021015619859099388, -0.046567391604185104, 0.004941390827298164, 0.018814608454704285, -0.0812055915594101, -0.0620231032371521, -0.007495959755033255, -0.01325150951743126, 0.04318217560648918, 0.013869130983948708, 0.028675559908151627, 0.02077409066259861, -0.0...
63bb3057-b5dc-452d-a75f-cd0869340861
Functions azureBlobStorage , deltaLakeAzure , and icebergAzure have been updated to properly validate AZURE permissions. All cluster-variant functions ( -Cluster functions) now verify permissions against their corresponding non-clustered counterparts. Additionally, the icebergLocal and deltaLakeLocal functio...
{"source_file": "25_08.md"}
[ -0.06589130312204361, 0.007597925141453743, -0.0444219596683979, 0.05025867745280266, 0.01523229107260704, 0.02255772240459919, 0.004875035025179386, -0.05704353749752045, -0.03786445036530495, 0.10268247127532959, -0.03185870125889778, 0.021944459527730942, 0.012417382560670376, 0.0485506...
9e8fba38-2c05-48e1-8ab9-bcfbac27746e
Add system.zookeeper_connection_log system table to store historical information about ZooKeeper connections. #79494 ( János Benjamin Antal ). Added a new system table system.codecs to introspect the available codecs. (issue #81525 ). #81600 ( Jimmy Aguilar Mena ). Introduction of system.completions tabl...
{"source_file": "25_08.md"}
[ -0.0799165889620781, -0.05252264440059662, -0.07239298522472382, 0.03785151615738869, 0.0047639417462050915, -0.042006716132164, -0.03150545433163643, 0.05103713646531105, -0.04376205801963806, 0.05131302773952484, -0.028716934844851494, 0.04449539631605148, 0.002235859865322709, -0.049831...
27dfaea3-d5c5-4b25-bb9d-54342a59daf9
Support C# client for mysql protocol. This closes #83992 . #84397 ( scanhex12 ). Force secure connection for mysql_port and postgresql_port . #82962 ( Shaohua Wang ). SQL and query features {#sql-and-query-features} Support DESCRIBE SELECT in addition to DESCRIBE (SELECT ...) . #82947 ( Yarik Bri...
{"source_file": "25_08.md"}
[ -0.034041840583086014, -0.038878340274095535, -0.09877842664718628, -0.04534575715661049, -0.07247776538133621, -0.032268695533275604, 0.025608904659748077, -0.004434854257851839, -0.051408715546131134, 0.08874724060297012, -0.036830514669418335, 0.0067406706511974335, 0.1648653745651245, ...
f449661a-c7b2-4165-a5be-5f8763760785
The text index now supports string tokenizer. #81752 ( Elmi Ahmadov ). Changed the default index granularity value for text indexes to 64. This improves the expected performance for the average test query in internal benchmarks. #82162 ( Jimmy Aguilar Mena ). The 256-bit bitmap stores the outgoing labels of...
{"source_file": "25_08.md"}
[ 0.05650559440255165, 0.05399017035961151, -0.0025121839717030525, 0.03741135448217392, 0.013581974431872368, -0.030859852209687233, -0.0011471564648672938, 0.06352675706148148, -0.02929145097732544, 0.0053574214689433575, -0.03730025142431259, 0.07703253626823425, -0.010256120935082436, -0...
434be590-d322-4c8a-a9fb-151c3d36f1df
The optimizations for null_map and JoinMask from #82308 were applied to the case of JOIN with multiple disjuncts. Also, the KnownRowsHolder data structure was optimized. #83041 ( Nikita Taranov ). Plain std::vector<std::atomic_bool> is used for join flags to avoid calculating a hash on each access to flag...
{"source_file": "25_08.md"}
[ 0.0020193508826196194, 0.08801845461130142, 0.0073021091520786285, -0.05716736987233162, -0.001964487601071596, 0.008163279853761196, -0.00792013667523861, 0.03354714438319206, -0.03916940465569496, 0.00713910860940814, -0.006972834002226591, 0.03874543309211731, -0.019332006573677063, -0....
48b53caf-d387-477a-ab68-3ec47ff44611
Process higher granularity min-max indexes first. Closes #75381 . #83798 ( Maruth Goyal ). The bloom filter index is now used for conditions like has([c1, c2, ...], column) , where column is not of an Array type. This improves performance for such queries, making them as efficient as the IN operator. #8394...
{"source_file": "25_08.md"}
[ -0.0051840925589203835, 0.04471928998827934, 0.006525416858494282, 0.01984909549355507, -0.010208634659647942, -0.05118809640407562, 0.0013022167840972543, 0.07179620116949081, 0.06201395392417908, -0.026554714888334274, -0.04819643869996071, 0.08558264374732971, -0.009293057024478912, -0....
81c19764-7cba-4a87-a418-a94c67a57d94
Format improvements {#format-improvements} New parquet reader implementation. It's generally faster and supports page-level filter pushdown and PREWHERE . Currently experimental. Use setting input_format_parquet_use_native_reader_v3 to enable. #82789 ( Michael Kolupaev ). Improved performance of the Protobuf...
{"source_file": "25_08.md"}
[ -0.047957416623830795, 0.04619714617729187, -0.017655164003372192, -0.09663716703653336, -0.07757101953029633, -0.0768849179148674, -0.09922145307064056, 0.06354012340307236, -0.051745276898145676, -0.012132471427321434, -0.009481490589678288, 0.027750913053750992, -0.03146157041192055, -0...
5fa64807-af0a-4fa4-8492-9e0654c0c90c
Improve parallel files processing with delta-kernel-rs backend. #85642 ( Azat Khuzhin ). Improvements {#improvements} Access control and security {#access-control-and-security} Introduced two new access types: READ and WRITE for sources and deprecates all previous access types related to sources. Before...
{"source_file": "25_08.md"}
[ -0.03497864678502083, -0.0209509190171957, -0.0968785434961319, -0.030833754688501358, 0.028850432485342026, -0.011408797465264797, -0.030579572543501854, -0.021382039412856102, -0.004536034539341927, 0.061022572219371796, 0.007599396165460348, 0.02485201507806778, 0.05382469668984413, -0....
0a1a079f-e0e5-4661-9630-b421336ba0ef
Now mutations snapshot will be built from the snapshot of visible parts. Mutation counters used in snapshot will also be recalculated from the included mutations. #82945 ( Mikhail Artemenko ). Add ability to parse part's prefix and suffix and also check coverage for non constant columns. #83377 ( Mikhail Artemenk...
{"source_file": "25_08.md"}
[ -0.09241383522748947, -0.0013176562497392297, -0.042717378586530685, -0.035545483231544495, 0.0529596284031868, -0.06766074150800705, -0.05165957286953926, 0.027416789904236794, -0.06677531450986862, 0.007981554605066776, 0.003202965250238776, 0.031014537438750267, 0.030032558366656303, -0...
ce7f8ae5-3dfd-43f3-bf54-d0ff0d59fafe
Fix partition pruning with data lake cluster functions. #82131 ( Kseniia Sumarokova ). Fix reading partitioned data in DeltaLakeCluster table function. In this PR cluster functions protocol version is increased, allowing to send extra info from initiator to replicas. This extra info contains delta-kernel transform ...
{"source_file": "25_08.md"}
[ -0.029828974977135658, 0.002086951630190015, 0.029403941705822945, -0.05420819669961929, 0.0168464295566082, -0.059801630675792694, -0.005663901101797819, 0.0133920693770051, -0.05473262444138527, -0.011658307164907455, 0.04857977479696274, -0.06749679148197174, 0.012125822715461254, -0.06...
7efb5891-36a4-4020-aba0-0be17106092b
Allow to use any storage policy (i.e. object storage, such as S3) for external aggregation/sorting. #84734 ( Azat Khuzhin ). Collect all removed objects to execute single object storage remove operation. #85316 ( Mikhail Artemenko ). S3Queue table engine {#s3queue-table-engine} Macros like {uuid} can no...
{"source_file": "25_08.md"}
[ 0.01025231834501028, -0.03403813764452934, -0.10136470198631287, 0.01400439441204071, 0.01920236274600029, 0.028088519349694252, 0.023724859580397606, -0.07586508244276047, 0.06164218485355377, 0.12915484607219696, -0.038216907531023026, 0.050562694668769836, 0.06341622769832611, -0.008667...
1dcd2226-9042-4d17-9b28-f5228cc0ffb5
Enable create_if_not_exists , check_not_exists , remove_recursive feature flags in Keeper by default which enable new types of requests. #83488 ( Antonio Andelic ). Add support for applying extra ACL on specific Keeper nodes using apply_to_children config. #84137 ( Antonio Andelic ). Add get_acl command...
{"source_file": "25_08.md"}
[ -0.0563088096678257, 0.023342851549386978, -0.0531858466565609, 0.012980491854250431, 0.02088838443160057, -0.0750664696097374, -0.0012838452821597457, -0.026533402502536774, 0.04417787119746208, 0.05251525714993477, -0.027985474094748497, -0.06467557698488235, 0.036637645214796066, 0.0614...
3caae62d-bfc6-4793-9047-1b3a233fafb6
Add support of remote-() table functions with parallel replicas if cluster is provided in address_expression argument. Also, fixes #73295 . #82904 ( Igor Nikonov ). Joins with parallel replicas now use the join logical step. In case of any issues with join queries using parallel replicas, try SET query_plan_u...
{"source_file": "25_08.md"}
[ -0.011395644396543503, 0.0007631194894202054, 0.05194422975182533, 0.023514406755566597, -0.0404621958732605, -0.0018346179276704788, -0.041477203369140625, 0.013927079737186432, -0.051806844770908356, 0.04726678878068924, 0.005890614353120327, -0.03606336563825607, 0.054345469921827316, -...
c6d05fac-be7f-4aee-940a-91039dd3968f
System tables and observability {#system-tables-and-observability} Add pressure metrics to ClickHouse async metrics. #80779 ( Xander Garbett ). Add metrics MarkCacheEvictedBytes , MarkCacheEvictedMarks , MarkCacheEvictedFiles for tracking evictions from the mark cache. (issue #60989 ). #80799 ( Shivji Ku...
{"source_file": "25_08.md"}
[ -0.025543279945850372, -0.06786448508501053, -0.13642707467079163, 0.041447993367910385, 0.02333679609000683, -0.025897059589624405, 0.025196366012096405, 0.05368846654891968, -0.01208412740379572, 0.026500817388296127, -0.007097202818840742, -0.05321505665779114, 0.09210033714771271, 0.01...
b74dd5fe-6fdd-4ba7-ba61-fda79071c35f
Chang SystemLogs shutdown order to occur after ordinary tables (and before system tables, instead of before ordinary tables). #83134 ( Kseniia Sumarokova ). Add server setting logs_to_keep for replicated database settings, allowing configuration of the default logs_to_keep parameter for replicated databases. Lo...
{"source_file": "25_08.md"}
[ -0.003324993187561631, -0.039399418979883194, 0.038137465715408325, -0.010029459372162819, -0.005533275660127401, -0.08823899924755096, -0.04848632216453552, -0.003401822177693248, 0.029098037630319595, 0.1139683872461319, -0.02350183017551899, 0.045695364475250244, 0.03585660457611084, 0....
0522f7d5-118e-415a-b703-1f08fc2fdb75
Fix the regexp_tree dictionary layout to support processing strings with zero bytes. #85063 ( Alexey Milovidov ). Fix the formatRowNoNewline function which was erroneously cutting the last character of output when called with Values format or any format without a newline at the end of rows. #85063 ( Alexey ...
{"source_file": "25_08.md"}
[ -0.0808260515332222, 0.011947713792324066, 0.047114260494709015, -0.016185367479920387, -0.05099618807435036, -0.01475747674703598, -0.03262930363416672, 0.025843242183327675, 0.01833709329366684, 0.0724085345864296, 0.026202132925391197, 0.018403666093945503, 0.046181946992874146, -0.0350...
b41a5922-cf5c-4667-8936-1bf84b941b54
Cache and memory management {#cache-and-memory-management} Fix logical error in filesystem cache: "Having zero bytes but range is not finished". #81868 ( Kseniia Sumarokova ). Add rendezvous hashing to improve cache locality. #82511 ( Anton Ivashkin ). Refactor dynamic resize feature of filesystem cache. Ad...
{"source_file": "25_08.md"}
[ -0.009859350509941578, -0.013180640526115894, -0.08267489820718765, -0.005187607370316982, 0.03693130612373352, -0.0733858123421669, 0.003167601302266121, 0.07554858177900314, 0.025759542360901833, 0.014704775996506214, 0.0024046183098107576, 0.06582003086805344, -0.003262000158429146, 0.0...
8334e162-1ad7-4f9f-aefe-38b95f21f35e
Make exception messages for certain situations for loading and adding projections easier to read. #83728 ( Robert Schulze ). Check if connection is cancelled before checking for EOF to prevent reading from closed connection. Fixes #83893 . #84227 ( Raufs Dunamalijevs ). Improved server shutdown handling for cl...
{"source_file": "25_08.md"}
[ 0.018466917797923088, -0.03494476154446602, -0.026573017239570618, 0.040085569024086, -0.05485663190484047, -0.02408684231340885, 0.01812577061355114, 0.053386278450489044, -0.08402539789676666, 0.04715663939714432, -0.013451341539621353, 0.001036201836541295, 0.007834644988179207, -0.0371...
1cc8ba14-a75e-4e1b-a1b4-2481b19c4f43
Allow set values type casting when pushing down IN / GLOBAL IN filters over KeyValue storage primary keys (e.g., EmbeddedRocksDB, KeeperMap). #84515 ( Eduard Karacharov ). Eliminated full scans for the cases when index analysis results in empty ranges for parallel replicas reading. #84971 ( Eduard Karacharov ...
{"source_file": "25_08.md"}
[ 0.012918217107653618, 0.032412800937891006, -0.05465732514858246, 0.0577193982899189, -0.04488556459546089, -0.028852486982941628, 0.002419290831312537, -0.01503105740994215, -0.07601077109575272, -0.005522661376744509, -0.026093024760484695, -0.04179681837558746, 0.02960951440036297, 0.00...