Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions docs/about-us/beta-and-experimental-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ Please note: no additional experimental features are allowed to be enabled in Cl
| [promql_evaluation_time](/operations/settings/settings#promql_evaluation_time) | `auto` |
| [allow_experimental_alias_table_engine](/operations/settings/settings#allow_experimental_alias_table_engine) | `0` |
| [use_paimon_partition_pruning](/operations/settings/settings#use_paimon_partition_pruning) | `0` |
| [allow_experimental_object_storage_queue_hive_partitioning](/operations/settings/settings#allow_experimental_object_storage_queue_hive_partitioning) | `0` |
| [query_plan_optimize_join_order_algorithm](/operations/settings/settings#query_plan_optimize_join_order_algorithm) | `greedy` |
| [allow_experimental_database_paimon_rest_catalog](/operations/settings/settings#allow_experimental_database_paimon_rest_catalog) | `0` |
| [allow_experimental_replacing_merge_with_cleanup](/operations/settings/merge-tree-settings#allow_experimental_replacing_merge_with_cleanup) | `0` |
| [allow_experimental_reverse_key](/operations/settings/merge-tree-settings#allow_experimental_reverse_key) | `0` |
| [allow_remote_fs_zero_copy_replication](/operations/settings/merge-tree-settings#allow_remote_fs_zero_copy_replication) | `0` |
Expand Down
3 changes: 3 additions & 0 deletions docs/cloud/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
| Page | Description |
|-----|-----|
| [Overview](/cloud/manage/backups/overview) | Provides an overview of backups in ClickHouse Cloud |
| [Enabling the ClickHouse Cloud Remote MCP Server](/use-cases/AI/MCP/remote_mcp) | This guide explains how to enable and use the ClickHouse Cloud Remote MCP |

Check notice on line 14 in docs/cloud/guides/index.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Uppercase

Suggestion: Instead of uppercase for 'MCP', use lowercase or backticks (`) if possible. Otherwise, ask a Technical Writer to add this word or acronym to the rule's exception list.

Check notice on line 14 in docs/cloud/guides/index.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Uppercase

Suggestion: Instead of uppercase for 'MCP', use lowercase or backticks (`) if possible. Otherwise, ask a Technical Writer to add this word or acronym to the rule's exception list.
| [Use Ask AI chat in ClickHouse Cloud](/use-cases/AI_ML/AIChat) | Guide to enabling and using the AI Chat feature in ClickHouse Cloud Console |
| [Take a backup or restore a backup from the UI](/cloud/manage/backups/backup-restore-via-ui) | Page describing how to take a backup or restore a backup from the UI with your own bucket |
| [Take a backup or restore a backup using commands](/cloud/manage/backups/backup-restore-via-commands) | Page describing how to take a backup or restore a backup with your own bucket using commands |
| [Accessing S3 data securely](/cloud/data-sources/secure-s3) | This article demonstrates how ClickHouse Cloud customers can leverage role-based access to authenticate with Amazon Simple Storage Service(S3) and access their data securely. |
Expand Down Expand Up @@ -42,6 +44,7 @@
| [Manage SQL console role assignments](/cloud/guides/sql-console/manage-sql-console-role-assignments) | Guide showing how to manage SQL console role assignments |
| [Migrating from CMEK v1 to v2](/cloud/security/cmek-migration) | Migration instructions to move from legacy CMEK to version 2 |
| [Multi tenancy](/cloud/bestpractices/multi-tenancy) | Best practices to implement multi tenancy |
| [Optimizing Ask AI Agent Conversations with a Semantic Layer](/use-cases/AI_ML/AIChat/semantic-layer) | Guide to using AGENTS.md to provide custom business logic and data-specific instructions to the Ask AI chat agent |
| [Overview](/cloud/reference/byoc/overview) | Deploy ClickHouse on your own cloud infrastructure |
| [PCI onboarding](/cloud/security/compliance/pci-onboarding) | Learn more about how to onboard to PCI compliant services |
| [Query API Endpoints](/cloud/get-started/query-endpoints) | Easily spin up REST API endpoints from your saved queries |
Expand Down
12,090 changes: 7,302 additions & 4,788 deletions gt-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROFILE](https://clickhouse.com/docs/sql-reference/statements/system#instrument-
[system.symbols](https://clickhouse.com/docs/operations/system-tables/symbols) システムテーブルから取得できます。たとえば、実行にどれくらい時間がかかるかを確認するのに便利な `sleepForNanoseconds` 関数をプロファイリングしたいとします。

```sql
SYSTEM INSTRUMENT ADD `sleepForNanoseconds` PROFILE
SYSTEM INSTRUMENT ADD 'sleepForNanoseconds' PROFILE
```

その後、プロファイリングしたい時間のあいだ動かしてから、停止します。
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ ClickHouse はオープンソースであるため、ClickHouse の従業員だ
| [promql_evaluation_time](/operations/settings/settings#promql_evaluation_time) | `auto` |
| [allow_experimental_alias_table_engine](/operations/settings/settings#allow_experimental_alias_table_engine) | `0` |
| [use_paimon_partition_pruning](/operations/settings/settings#use_paimon_partition_pruning) | `0` |
| [allow_experimental_object_storage_queue_hive_partitioning](/operations/settings/settings#allow_experimental_object_storage_queue_hive_partitioning) | `0` |
| [query_plan_optimize_join_order_algorithm](/operations/settings/settings#query_plan_optimize_join_order_algorithm) | `greedy` |
| [allow_experimental_database_paimon_rest_catalog](/operations/settings/settings#allow_experimental_database_paimon_rest_catalog) | `0` |
| [allow_experimental_replacing_merge_with_cleanup](/operations/settings/merge-tree-settings#allow_experimental_replacing_merge_with_cleanup) | `0` |
| [allow_experimental_reverse_key](/operations/settings/merge-tree-settings#allow_experimental_reverse_key) | `0` |
| [allow_remote_fs_zero_copy_replication](/operations/settings/merge-tree-settings#allow_remote_fs_zero_copy_replication) | `0` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ ClickHouse Cloud を利用する主な利点は次のとおりです。

## ClickHouse Cloud はどのバージョンの ClickHouse を使用していますか? {#what-version-of-clickhouse-does-clickhouse-cloud-use}

ClickHouse Cloud は、お使いのサービスを継続的に新しいバージョンへアップグレードします。コアとなるデータベースバージョンをオープンソースとして公開した後、クラウドのステージング環境で追加の検証を行い、通常は本番環境へのロールアウトまでに 6〜8 週間かかります。ロールアウトは、クラウドサービスプロバイダー、サービスの種類、リージョンごとに段階的に行われます。
ClickHouse Cloud は、お使いのサービスを、修正・新機能・パフォーマンス向上を含む新しいバージョンへ定期的にアップグレードします。コアとなるデータベースバージョンをオープンソースとして公開した後、クラウドのステージング環境で追加の検証を行い、通常は本番環境へのロールアウトまでに 6〜8 週間かかります。ロールアウトは、クラウドサービスプロバイダー、サービスの種類、リージョンごとに段階的に行われます。

通常のリリーススケジュールより先行してアップデートを受け取るために利用できる「Fast」リリースチャネルを提供しています。詳細については、["Fast Release Channel"](/manage/updates#fast-release-channel-early-upgrades) を参照してください
特定のリリースチャネルを購読することで、ClickHouse Cloud サービスのアップグレードスケジュールを指定できます。たとえば、通常のリリーススケジュールより先行してアップデートを受け取るために利用できる ["Fast" Release Channel](/manage/updates#fast-release-channel-early-upgrades) のほか、アップグレードを延期するための ["Slow" Release Channel](/manage/updates#slow-release-channel-deferred-upgrades) や、より細かなスケジューリングオプションも提供しています

より古いバージョンの機能に依存している場合、場合によっては、サービスの互換性設定を使用して以前の動作に戻すことができます
後方互換性の保証を含む ClickHouse Cloud のアップグレードプロセスの概要については、[Upgrades](/manage/updates) のリファレンスドキュメントを参照してください
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ ClickHouse Cloud におけるスケーリングは、["Make Before Break" (MBB)]
特にスケールアップのシナリオにおいて、リソース利用率の上昇によって追加キャパシティが必要になる場合に有益です。このような状況でレプリカを早まって削除すると、リソース逼迫を悪化させるだけだからです。
このアプローチの一環として、古いレプリカを削除する前に、既存のクエリが完了するのを待つため、最大 1 時間待機します。
これにより、既存のクエリ完了の必要性と、古いレプリカを長時間残さないようにする必要性とのバランスを取ります。

この変更の一部として、次の点に注意してください:
1. スケーリングイベントの一部として、`system` テーブルの履歴データは最大 30 日間保持されます。加えて、AWS または GCP 上のサービスに対しては 2024 年 12 月 19 日より前、Azure 上のサービスに対しては 2025 年 1 月 14 日より前の `system` テーブルデータは、新しい組織ティアへの移行の一環として保持されません。
2. TDE (Transparent Data Encryption) を利用しているサービスでは、現在 MBB の実行後に `system` テーブルデータは保持されません。この制限を取り除くべく対応中です。
:::

### 垂直オートスケーリング {#vertical-auto-scaling}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
sidebar_label: 'Ask AI エージェント'
slug: /cloud/features/ai-ml/ask-ai
title: 'Cloud の Ask AI エージェントに質問する'
description: 'ClickHouse Cloud における Ask AI チャット機能の説明'
doc_type: 'reference'
---

# Cloud で AI エージェントに質問する {#ask-ai-agent-in-cloud}

“Ask AI” エージェントは、ClickHouse Cloud サービス上にホストされているデータに対して複雑な分析タスクをすぐに実行できる、ターンキー型のエクスペリエンスです。
ユーザーは SQL を書いたりダッシュボードを操作したりする代わりに、自然言語で探している内容を記述できます。
アシスタントはクエリ、可視化、要約を生成して応答し、アクティブなタブ、保存済みクエリ、スキーマの詳細、ダッシュボードといったコンテキストを取り込むことで精度を高めます。
組み込みアシスタントとして機能するよう設計されており、ユーザーが質問からインサイトへ、さらにプロンプトから実用的なダッシュボードや API へと素早く到達できるよう支援します。

このエクスペリエンスには、コンソールから直接 ClickHouse ドキュメントに関する具体的な質問ができる "Docs AI" サブエージェントも組み込まれています。
数百ページにわたるドキュメントを検索する代わりに、ユーザーは "How do I configure materialized views?" や "What's the difference between ReplacingMergeTree and AggregatingMergeTree?" といった直接的な質問を行い、関連するコード例や元ドキュメントへのリンクを含む正確な回答を受け取ることができます。

詳細については [guides](/use-cases/AI_ML/AIChat) セクションを参照してください。
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "AI/ML",
"collapsible": true,
"collapsed": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_label: '概要'
slug: /cloud/features/ai-ml
title: 'ClickHouse Cloud の AI/ML 機能'
description: 'ClickHouse Cloud で提供される AI/ML 機能の概要'
doc_type: 'reference'
---

# ClickHouse Cloud における AI/ML {#aiml-in-clickhouse-cloud}

従来のアナリティクスのワークフローでは、クエリを作成するデータエンジニア、ダッシュボードを構築するアナリスト、結果を解釈するビジネスユーザーの間で、複数回の受け渡しが発生するのが一般的です。
各ステップで発生するレイテンシは、数時間から数日に及びます。
ClickHouse Cloud は、こうした所要時間を数秒から数分にまで短縮する、次のエージェント型機能を提供します。
これにより、プロダクトマネージャーが「先週の解約率急増を引き起こしている要因は何か?」といった質問を投げかけると、回答だけでなく、その根拠となるクエリ、可視化、およびさらに深掘りするための次の問いまで、即座に得ることが可能になります。

* [Ask AI agent](/cloud/features/ai-ml/ask-ai)
* [Remote MCP server](/cloud/features/ai-ml/remote-mcp)
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
sidebar_label: 'リモート MCP サーバー'
slug: /cloud/features/ai-ml/remote-mcp
title: 'Cloud におけるリモート MCP'
description: 'ClickHouse Cloud におけるリモート MCP 機能の説明'
doc_type: 'reference'
---

# ClickHouse Cloud 上のリモート MCP サーバー {#remote-mcp-server-in-cloud}

すべてのユーザーが ClickHouse Cloud コンソール経由で ClickHouse を操作するわけではありません。
たとえば、多くの開発者は好みのコードエディタや CLI エージェントから直接作業したり、カスタムセットアップを通じてデータベースに接続したりします。また、Anthropic Claude のような汎用 AI アシスタントに、探索や試行の多くを任せているユーザーもいます。
これらのユーザーと、その代理として動作するエージェント指向のワークロードには、複雑なセットアップやカスタムインフラなしに、ClickHouse Cloud に安全にアクセスしクエリを実行する手段が必要です。

ClickHouse Cloud のリモート MCP サーバー機能は、外部エージェントが分析コンテキストを取得するために利用できる標準インターフェースを公開することで、このニーズに対応します。
MCP(Model Context Protocol)は、LLM を活用する AI アプリケーションによる構造化データアクセスのための標準です。
この連携により、外部エージェントはデータベースやテーブルの一覧取得、スキーマの確認、範囲が限定された読み取り専用の SELECT クエリの実行が可能になります。
認証は OAuth を通じて処理され、サーバーは ClickHouse Cloud 上でフルマネージドで提供されるため、セットアップや保守は一切不要です。

これにより、エージェント型ツールは ClickHouse に容易に連携し、必要なデータを取得できるようになり、分析、要約、コード生成、探索などの用途に活用できます。

詳細については、[guides](/use-cases/AI/MCP/remote_mcp) セクションを参照してください。

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
sidebar_label: 'Cloud サポート'
title: 'サポート'
slug: /cloud/support
description: 'Cloud サポートについて'
keywords: ['ClickHouse Cloud', 'cloud support', 'customer support', 'technical assistance', 'managed service support']
hide_title: true
doc_type: 'guide'
---

import Content from '@site/i18n/jp/docusaurus-plugin-content-docs/current/about-us/support.md';

<Content />
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "AI に質問",
"collapsible": true,
"collapsed": true
}
Loading