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
  •  
  •  
  •  
10,956 changes: 6,081 additions & 4,875 deletions gt-lock.json

Large diffs are not rendered by default.

1,013 changes: 222 additions & 791 deletions i18n/jp/code.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ keywords: ['ミューテーション']
doc_type: 'guide'
---

import Content from '@site/i18n/jp/docusaurus-plugin-content-docs/current/best-practices/_snippets/_avoid_mutations.md';
import Content from '@site/docs/best-practices/_snippets/_avoid_mutations.md';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These snippet imports should be from the Japanese version, otherwise the snippet content will show up as English inside the Japanese page.


<Content />
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ doc_type: 'guide'

# `OPTIMIZE FINAL` の使用を避ける

import Content from '@site/i18n/jp/docusaurus-plugin-content-docs/current/best-practices/_snippets/_avoid_optimize_final.md';
import Content from '@site/docs/best-practices/_snippets/_avoid_optimize_final.md';

<Content />
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ hide_title: true
doc_type: 'guide'
---

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

<Content />

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,40 +1,20 @@
---
description: '開発と貢献のインデックスページ'
description: "開発とコントリビューションのインデックスページ"
slug: /development/
title: '開発と貢献'
doc_type: 'landing-page'
title: "開発とコントリビューション"
doc_type: "landing-page"
---

このセクションには、次のページが含まれます。
このセクションでは、以下のページをご覧いただけます:

{/* 以下の目次は、YAML フロントマターの title、description、slug フィールドから、
次のスクリプトによって自動生成されています:
<!-- 以下の目次は、YAMLフロントマターフィールド(title、description、slug)から
以下のスクリプトによって自動生成されます:
https://github.com/ClickHouse/clickhouse-docs/blob/main/scripts/autogenerate-table-of-contents.sh
誤りを見つけた場合や説明を改善したい場合は、これらのファイル自体を
直接編集してください
*/ }
誤りを見つけた場合や説明を改善したい場合は、
該当ファイルを直接編集してください
-->

{/*AUTOGENERATED_START*/ }

| Page | Description |
| ------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| [Developer Prerequisites](/development/developer-instruction) | ClickHouse 開発の前提条件とセットアップ手順 |
| [How to Build ClickHouse on Linux](/development/build) | Linux システム上で ClickHouse をソースからビルドするためのステップバイステップガイド |
| [Build on macOS for macOS](/development/build-osx) | macOS システム上で ClickHouse をソースからビルドするためのガイド |
| [Build on Linux for macOS](/development/build-cross-osx) | Linux 上で macOS 向けに ClickHouse をクロスコンパイルするためのガイド |
| [How to Build ClickHouse on Linux for AARCH64](/development/build-cross-arm) | AARCH64 アーキテクチャ向けに ClickHouse をソースからビルドするためのガイド |
| [How to Build ClickHouse on Linux for RISC-V 64](/development/build-cross-riscv) | RISC-V 64 アーキテクチャ向けに ClickHouse をソースからビルドするためのガイド |
| [Build on Linux for s390x (zLinux)](/development/build-cross-s390x) | s390x アーキテクチャ向けに ClickHouse をソースからビルドするためのガイド |
| [Build on Linux for E2K](/development/build-e2k) | E2K アーキテクチャ向けに ClickHouse をソースからビルドするためのガイド |
| [Build on Linux for LoongArch64](/development/build-cross-loongarch) | LoongArch64 アーキテクチャ向けに ClickHouse をソースからビルドするためのガイド |
| [Testing ClickHouse](/development/tests) | ClickHouse のテスト実行およびテストスイートの実行方法に関するガイド |
| [Architecture Overview](/development/architecture) | ClickHouse のアーキテクチャとカラム指向設計に関する包括的な概要 |
| [Continuous Integration (CI)](/development/continuous-integration) | ClickHouse の継続的インテグレーション (CI) システムの概要 |
| [Third-Party Libraries](/development/contrib) | ClickHouse におけるサードパーティライブラリの利用方法、およびライブラリの追加と保守方法を説明するページ |
| [C++ Style Guide](/development/style) | ClickHouse の C++ 開発におけるコーディングスタイルガイドライン |
| [Build Clickhouse with DEFLATE&#95;QPL](/development/building_and_benchmarking_deflate_qpl) | ClickHouse を DEFLATE&#95;QPL コーデック付きでビルドし、ベンチマークを実行する方法 |
| [Integrating Rust Libraries](/development/integrating_rust_libraries) | Rust ライブラリを ClickHouse に統合するためのガイド |

{/*AUTOGENERATED_END*/ }
<!--AUTOGENERATED_START-->
<!--AUTOGENERATED_END-->
Comment on lines +19 to +20
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is also a build time script https://github.com/ClickHouse/clickhouse-docs/blob/3ca614629bc6c4c1eeecb97840e8e1b5ad7c07bc/scripts/autogenerate-table-of-contents.sh that generates a table of contents for these landing pages.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: 'データベースエンジンに関するドキュメント'
description: 'データベースエンジンのドキュメント'
slug: /engines/database-engines/
toc_folder_title: 'データベースエンジン'
toc_priority: 27
Expand All @@ -12,30 +12,16 @@ doc_type: 'landing-page'

# データベースエンジン

データベースエンジンは、テーブルを操作するための仕組みです。デフォルトでは、ClickHouse は [Atomic](../../engines/database-engines/atomic.md) データベースエンジンを使用しており、これにより設定可能な[テーブルエンジン](../../engines/table-engines/index.md)と [SQL の方言](../../sql-reference/syntax.md)が提供されます
データベースエンジンを使用することで、テーブルを操作できます。デフォルトでは、ClickHouseは[Atomic](../../engines/database-engines/atomic.md)データベースエンジンを使用しており、設定可能な[テーブルエンジン](../../engines/table-engines/index.md)と[SQL方言](../../sql-reference/syntax.md)を提供します

利用可能なデータベースエンジンの一覧は次のとおりです。詳細については、各リンクを参照してください。
以下は、利用可能なデータベースエンジンの完全なリストです。詳細については、リンク先を参照してください:

{/* このページの目次は、YAML フロントマターのフィールド slug、description、title から
https://github.com/ClickHouse/clickhouse-docs/blob/main/scripts/autogenerate-table-of-contents.sh
によって自動生成されています
<!-- このページの目次テーブルは、YAMLフロントマターフィールド(slug、description、titleから
https://github.com/ClickHouse/clickhouse-docs/blob/main/scripts/autogenerate-table-of-contents.sh
によって自動生成されます

誤りを見つけた場合は、各ページの YML フロントマターを編集してください
*/ }
誤りを見つけた場合は、各ページのYMLフロントマターを編集してください
-->

{/*AUTOGENERATED_START*/ }

| Page | Description |
| --------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| [Shared](/engines/database-engines/shared) | ClickHouse Cloud で利用可能な `Shared` データベースエンジンについて説明します。 |
| [Atomic](/engines/database-engines/atomic) | `Atomic` エンジンは、ブロックしない `DROP TABLE` および `RENAME TABLE` クエリと、アトミックな `EXCHANGE TABLES` クエリをサポートします。`Atomic` データベースエンジンはデフォルトで使用されます。 |
| [Lazy](/engines/database-engines/lazy) | 最終アクセスから `expiration_time_in_seconds` 秒間のみテーブルを RAM に保持します。Log 型テーブルでのみ使用できます。 |
| [Replicated](/engines/database-engines/replicated) | このエンジンは Atomic エンジンを基盤としています。ZooKeeper に書き込まれる DDL ログを介してメタデータのレプリケーションをサポートし、対象データベースのすべてのレプリカで実行されます。 |
| [PostgreSQL](/engines/database-engines/postgresql) | リモートの PostgreSQL サーバー上のデータベースに接続できます。 |
| [MySQL](/engines/database-engines/mysql) | リモートの MySQL サーバー上のデータベースに接続し、ClickHouse と MySQL 間でデータを交換するために `INSERT` および `SELECT` クエリを実行できます。 |
| [SQLite](/engines/database-engines/sqlite) | SQLite データベースに接続し、ClickHouse と SQLite 間でデータを交換するために `INSERT` および `SELECT` クエリを実行できます。 |
| [MaterializedPostgreSQL](/engines/database-engines/materialized-postgresql) | PostgreSQL データベース内のテーブルを用いて ClickHouse データベースを作成します。 |
| [Backup](/engines/database-engines/backup) | バックアップからテーブル/データベースを読み取り専用モードで即座にアタッチできます。 |
| [DataLakeCatalog](/engines/database-engines/datalakecatalog) | DataLakeCatalog データベースエンジンを使用すると、ClickHouse を外部データカタログに接続し、オープンテーブル形式のデータをクエリできます。 |

{/*AUTOGENERATED_END*/ }
<!--AUTOGENERATED_START-->
<!--AUTOGENERATED_END-->
Loading