diff --git a/docusaurus.config.jp.js b/docusaurus.config.jp.js index a75c6c8d82b..c8e2f5f4b56 100644 --- a/docusaurus.config.jp.js +++ b/docusaurus.config.jp.js @@ -46,7 +46,7 @@ const config = { "ドキュメント、クイックスタートガイド、ユーザーガイド、技術リファレンス、FAQ など、多様な情報をご提供します。", url: "https://clickhouse.com", // url: process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` : 'https://bookish-disco-5997zvo.pages.github.io', - baseUrl: "/docs/", + baseUrl: "/docs/jp/", baseUrlIssueBanner: true, onBrokenLinks: "warn", onBrokenMarkdownLinks: "warn", diff --git a/i18n/jp/docusaurus-plugin-content-docs/current/about-us/distinctive-features.md b/i18n/jp/docusaurus-plugin-content-docs/current/about-us/distinctive-features.md index 1f4dbe01291..84f4261f051 100644 --- a/i18n/jp/docusaurus-plugin-content-docs/current/about-us/distinctive-features.md +++ b/i18n/jp/docusaurus-plugin-content-docs/current/about-us/distinctive-features.md @@ -1,6 +1,6 @@ --- slug: /about-us/distinctive-features -sidebar_label: Why is ClickHouse unique? +sidebar_label: 'ClickHouse はなぜ独自性があるのか?' sidebar_position: 50 description: Understand what makes ClickHouse stand apart from other database management systems --- diff --git a/i18n/jp/docusaurus-plugin-content-docs/current/cloud/reference/byoc.md b/i18n/jp/docusaurus-plugin-content-docs/current/cloud/reference/byoc.md index 638560d3ece..2926a9237d8 100644 --- a/i18n/jp/docusaurus-plugin-content-docs/current/cloud/reference/byoc.md +++ b/i18n/jp/docusaurus-plugin-content-docs/current/cloud/reference/byoc.md @@ -1,7 +1,7 @@ --- -title: BYOC (Bring Your Own Cloud) for AWS +title: AWS向けBYOC(Bring Your Own Cloud) slug: /cloud/reference/byoc -sidebar_label: BYOC (Bring Your Own Cloud) +sidebar_label: BYOC(お客様クラウド環境の活用) keywords: [BYOC, cloud, bring your own cloud] description: ClickHouseを独自のクラウドインフラストラクチャにデプロイします --- @@ -26,7 +26,7 @@ BYOC (Bring Your Own Cloud) は、独自のクラウドインフラストラク BYOCは現在、AWSのみでサポートされており、GCPとMicrosoft Azureは開発中です。 -:::note +:::note BYOCは大規模なデプロイメント専用に設計されており、顧客には契約の締結が求められます。 ::: diff --git a/scripts/translate/translate.py b/scripts/translate/translate.py index eca189f0857..dd65a98b577 100644 --- a/scripts/translate/translate.py +++ b/scripts/translate/translate.py @@ -82,6 +82,7 @@ def translate_text(config, text, model="gpt-4o-mini"): - Ensure the markdown is MDX 3 compatible - escaping < and > with < and > and avoiding the creation of unclosed xml tags. - Do not add new code delimiters which are not present in the original content e.g. '```html', even if the content appears to contain this type. - Do not translate terms which indicate setting names. These are denoted by lower case and underscore e.g. live_view_heartbeat_interval. + - Translate the title, sidebar_label, keywords and description in metadata blocks. Ensure these are wrapped in single quotes. - This translation is intended for users familiar with ClickHouse, databases, and IT terminology, so use technically accurate and context-appropriate language. Keep the translation precise and professional, reflecting the technical nature of the content. - Strive to convey the original meaning clearly, adapting phrases where necessary to maintain natural and fluent {language}. """ diff --git a/vercel.json b/vercel.json index 0017721b96c..d6a0b5c2f52 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,6 @@ { "rewrites": [ + { "source": "/docs/jp/:path*", "destination": "/:path*" }, { "source": "/docs/:path*", "destination": "/:path*" } ], "trailingSlash": false, @@ -13,2843 +14,2843 @@ "destination": "/docs/:path*" }, { - "source" : "/docs/en/docs/en/cloud/manage/service-types", - "destination" : "/docs/cloud/manage/cloud-tiers", - "permanent" : true + "source": "/docs/en/docs/en/cloud/manage/service-types", + "destination": "/docs/cloud/manage/cloud-tiers", + "permanent": true }, { - "source" : "/docs/knowledgebase/why-clickhouse-is-so-fast", - "destination" : "/docs/concepts/why-clickhouse-is-so-fast", - "permanent" : true + "source": "/docs/knowledgebase/why-clickhouse-is-so-fast", + "destination": "/docs/concepts/why-clickhouse-is-so-fast", + "permanent": true }, { - "source" : "/docs/en/faq/general/why-clickhouse-is-so-fast", - "destination" : "/docs/concepts/why-clickhouse-is-so-fast", - "permanent" : true + "source": "/docs/en/faq/general/why-clickhouse-is-so-fast", + "destination": "/docs/concepts/why-clickhouse-is-so-fast", + "permanent": true }, { - "source" : "/docs/en/integrations/data-formats/json", - "destination" : "/docs/integrations/data-formats/json/overview", - "permanent" : true + "source": "/docs/en/integrations/data-formats/json", + "destination": "/docs/integrations/data-formats/json/overview", + "permanent": true }, { - "source" : "/docs/en/faq/marketplace", - "destination" : "/docs/cloud/marketplace/marketplace-billing", - "permanent" : true + "source": "/docs/en/faq/marketplace", + "destination": "/docs/cloud/marketplace/marketplace-billing", + "permanent": true }, { - "source" : "/docs/en/integrations/data-ingestion/data-formats/json", - "destination" : "/docs/sql-reference/data-types/object-data-type", - "permanent" : true + "source": "/docs/en/integrations/data-ingestion/data-formats/json", + "destination": "/docs/sql-reference/data-types/object-data-type", + "permanent": true }, { - "source" : "/docs/en/sql-reference/data-types/json", - "destination" : "/docs/sql-reference/data-types/object-data-type", - "permanent" : true + "source": "/docs/en/sql-reference/data-types/json", + "destination": "/docs/sql-reference/data-types/object-data-type", + "permanent": true }, { - "source" : "/docs/en/native-protocol/compression", - "destination" : "/docs/data-compression/compression-modes", - "permanent" : true + "source": "/docs/en/native-protocol/compression", + "destination": "/docs/data-compression/compression-modes", + "permanent": true }, { - "source" : "/docs/en/manage/backups", - "destination" : "/docs/cloud/manage/backups", - "permanent" : true + "source": "/docs/en/manage/backups", + "destination": "/docs/cloud/manage/backups", + "permanent": true }, { - "source" : "/docs/en/cloud/manage/security/secure-s3", - "destination" : "/docs/cloud/security/secure-s3", - "permanent" : true + "source": "/docs/en/cloud/manage/security/secure-s3", + "destination": "/docs/cloud/security/secure-s3", + "permanent": true }, { - "source" : "/docs/en/manage/security/organization-activity", - "destination" : "/docs/cloud/security/audit-logging", - "permanent" : true + "source": "/docs/en/manage/security/organization-activity", + "destination": "/docs/cloud/security/audit-logging", + "permanent": true }, { - "source" : "/docs/en/security/cloud-access-management", - "destination" : "/docs/cloud/security/cloud-access-management", - "permanent" : true + "source": "/docs/en/security/cloud-access-management", + "destination": "/docs/cloud/security/cloud-access-management", + "permanent": true }, { - "source" : "/docs/en/cloud/manage/cmek", - "destination" : "/docs/cloud/security/cmek", - "permanent" : true + "source": "/docs/en/cloud/manage/cmek", + "destination": "/docs/cloud/security/cmek", + "permanent": true }, { - "source" : "/docs/en/manage/security/ip-access-list", - "destination" : "/docs/cloud/security/setting-ip-filters", - "permanent" : true + "source": "/docs/en/manage/security/ip-access-list", + "destination": "/docs/cloud/security/setting-ip-filters", + "permanent": true }, { - "source" : "/docs/en/faq/billing#faq", - "destination" : "/docs/cloud/manage/billing/overview#faqs", - "permanent" : true + "source": "/docs/en/faq/billing#faq", + "destination": "/docs/cloud/manage/billing/overview#faqs", + "permanent": true }, { - "source" : "/docs/en/guides/developer/lightweght-delete", - "destination" : "/docs/guides/developer/lightweight-delete", - "permanent" : true + "source": "/docs/en/guides/developer/lightweght-delete", + "destination": "/docs/guides/developer/lightweight-delete", + "permanent": true }, { - "source" : "/docs/en/guides/developer/lightweght-update", - "destination" : "/docs/guides/developer/lightweight-update", - "permanent" : true + "source": "/docs/en/guides/developer/lightweght-update", + "destination": "/docs/guides/developer/lightweight-update", + "permanent": true }, { - "source" : "/docs/en/guides/developer/shared-merge-tree", - "destination" : "/docs/cloud/reference/shared-merge-tree", - "permanent" : true + "source": "/docs/en/guides/developer/shared-merge-tree", + "destination": "/docs/cloud/reference/shared-merge-tree", + "permanent": true }, { - "source" : "/docs/en/integrations/data-ingestion", - "destination" : "/docs/sql-reference/statements/insert-into", - "permanent" : true + "source": "/docs/en/integrations/data-ingestion", + "destination": "/docs/sql-reference/statements/insert-into", + "permanent": true }, { - "source" : "/docs/en/integrations/data-ingestion/kafka", - "destination" : "/docs/integrations/kafka", - "permanent" : true + "source": "/docs/en/integrations/data-ingestion/kafka", + "destination": "/docs/integrations/kafka", + "permanent": true }, { - "source" : "/docs/en/integrations/data-ingestion/kafka/code", - "destination" : "/docs/integrations/kafka", - "permanent" : true + "source": "/docs/en/integrations/data-ingestion/kafka/code", + "destination": "/docs/integrations/kafka", + "permanent": true }, { - "source" : "/docs/en/integrations/data-ingestion/kafka/code/connectors", - "destination" : "/docs/integrations/kafka", - "permanent" : true + "source": "/docs/en/integrations/data-ingestion/kafka/code/connectors", + "destination": "/docs/integrations/kafka", + "permanent": true }, { - "source" : "/docs/en/integrations/connect-a-client", - "destination" : "/docs/interfaces/cli", - "permanent" : true + "source": "/docs/en/integrations/connect-a-client", + "destination": "/docs/interfaces/cli", + "permanent": true }, { - "source" : "/docs/en/cloud/sql-console", - "destination" : "/docs/integrations/sql-clients/sql-console", - "permanent" : true + "source": "/docs/en/cloud/sql-console", + "destination": "/docs/integrations/sql-clients/sql-console", + "permanent": true }, { - "source" : "/category/cloud-reference", - "destination" : "/docs/cloud/overview", - "permanent" : true + "source": "/category/cloud-reference", + "destination": "/docs/cloud/overview", + "permanent": true }, { - "source" : "/docs/en/about-us/performance", - "destination" : "/docs/concepts/why-clickhouse-is-so-fast", - "permanent" : true + "source": "/docs/en/about-us/performance", + "destination": "/docs/concepts/why-clickhouse-is-so-fast", + "permanent": true }, { - "source" : "/docs/en/operations/optimizing-performance", - "destination" : "/docs/operations/optimizing-performance/sampling-query-profiler", - "permanent" : true + "source": "/docs/en/operations/optimizing-performance", + "destination": "/docs/operations/optimizing-performance/sampling-query-profiler", + "permanent": true }, { - "source" : "/docs/en/guides/improving-query-performance/skipping-indexes", - "destination" : "/docs/optimize/skipping-indexes", - "permanent" : true + "source": "/docs/en/guides/improving-query-performance/skipping-indexes", + "destination": "/docs/optimize/skipping-indexes", + "permanent": true }, { - "source" : "/docs/en/analyze", - "destination" : "/docs/sql-reference", - "permanent" : true + "source": "/docs/en/analyze", + "destination": "/docs/sql-reference", + "permanent": true }, { - "source" : "/docs/en/guides", - "destination" : "/docs/guides/creating-tables", - "permanent" : true + "source": "/docs/en/guides", + "destination": "/docs/guides/creating-tables", + "permanent": true }, { - "source" : "/docs/en/optimize/sparse-primary-indexes", - "destination" : "/docs/guides/best-practices/sparse-primary-indexes", - "permanent" : true + "source": "/docs/en/optimize/sparse-primary-indexes", + "destination": "/docs/guides/best-practices/sparse-primary-indexes", + "permanent": true }, { - "source" : "/docs/en/guides/improving-query-performance/sparse-primary-indexes", - "destination" : "/docs/guides/best-practices/sparse-primary-indexes", - "permanent" : true + "source": "/docs/en/guides/improving-query-performance/sparse-primary-indexes", + "destination": "/docs/guides/best-practices/sparse-primary-indexes", + "permanent": true }, { - "source" : "/docs/en/guides/improving-query-performance/sparse-primary-indexes/sparse-primary-indexes-cardinality", - "destination" : "/docs/guides/best-practices/sparse-primary-indexes", - "permanent" : true + "source": "/docs/en/guides/improving-query-performance/sparse-primary-indexes/sparse-primary-indexes-cardinality", + "destination": "/docs/guides/best-practices/sparse-primary-indexes", + "permanent": true }, { - "source" : "/docs/en/guides/improving-query-performance/sparse-primary-indexes/sparse-primary-indexes-design", - "destination" : "/docs/guides/best-practices/sparse-primary-indexes", - "permanent" : true + "source": "/docs/en/guides/improving-query-performance/sparse-primary-indexes/sparse-primary-indexes-design", + "destination": "/docs/guides/best-practices/sparse-primary-indexes", + "permanent": true }, { - "source" : "/docs/en/guides/improving-query-performance/sparse-primary-indexes/sparse-primary-indexes-intro", - "destination" : "/docs/guides/best-practices/sparse-primary-indexes", - "permanent" : true + "source": "/docs/en/guides/improving-query-performance/sparse-primary-indexes/sparse-primary-indexes-intro", + "destination": "/docs/guides/best-practices/sparse-primary-indexes", + "permanent": true }, { - "source" : "/docs/en/guides/improving-query-performance/sparse-primary-indexes/sparse-primary-indexes-multiple", - "destination" : "/docs/guides/best-practices/sparse-primary-indexes", - "permanent" : true + "source": "/docs/en/guides/improving-query-performance/sparse-primary-indexes/sparse-primary-indexes-multiple", + "destination": "/docs/guides/best-practices/sparse-primary-indexes", + "permanent": true }, { - "source" : "/docs/en/guides/improving-query-performance/sparse-primary-indexes/sparse-primary-indexes-uuids", - "destination" : "/docs/guides/best-practices/sparse-primary-indexes", - "permanent" : true + "source": "/docs/en/guides/improving-query-performance/sparse-primary-indexes/sparse-primary-indexes-uuids", + "destination": "/docs/guides/best-practices/sparse-primary-indexes", + "permanent": true }, { - "source" : "/docs/en/integrations/data-ingestion/dbms/", - "destination" : "/docs/integrations", - "permanent" : true + "source": "/docs/en/integrations/data-ingestion/dbms/", + "destination": "/docs/integrations", + "permanent": true }, { - "source" : "/docs/en/integrations/data-ingestion/etl-tools", - "destination" : "/docs/integrations", - "permanent" : true + "source": "/docs/en/integrations/data-ingestion/etl-tools", + "destination": "/docs/integrations", + "permanent": true }, { - "source" : "/docs/en/integrations/intro", - "destination" : "/docs/integrations", - "permanent" : true + "source": "/docs/en/integrations/intro", + "destination": "/docs/integrations", + "permanent": true }, { - "source" : "/docs/en/integrations/migration/clickhouse-local", - "destination" : "/docs/cloud/migration/clickhouse-local", - "permanent" : true + "source": "/docs/en/integrations/migration/clickhouse-local", + "destination": "/docs/cloud/migration/clickhouse-local", + "permanent": true }, { - "source" : "/docs/en/integrations/migration/clickhouse-to-cloud", - "destination" : "/docs/cloud/migration/clickhouse-to-cloud", - "permanent" : true + "source": "/docs/en/integrations/migration/clickhouse-to-cloud", + "destination": "/docs/cloud/migration/clickhouse-to-cloud", + "permanent": true }, { - "source" : "/docs/en/integrations/migration/etl-tool-to-clickhouse", - "destination" : "/docs/cloud/migration/etl-tool-to-clickhouse", - "permanent" : true + "source": "/docs/en/integrations/migration/etl-tool-to-clickhouse", + "destination": "/docs/cloud/migration/etl-tool-to-clickhouse", + "permanent": true }, { - "source" : "/docs/en/integrations/sql-clients/index", - "destination" : "/docs/integrations", - "permanent" : true + "source": "/docs/en/integrations/sql-clients/index", + "destination": "/docs/integrations", + "permanent": true }, { - "source" : "/docs/en/interfaces", - "destination" : "/docs/interfaces/overview", - "permanent" : true + "source": "/docs/en/interfaces", + "destination": "/docs/interfaces/overview", + "permanent": true }, { - "source" : "/docs/en/native-protocol", - "destination" : "/docs/native-protocol/basics", - "permanent" : true + "source": "/docs/en/native-protocol", + "destination": "/docs/native-protocol/basics", + "permanent": true }, { - "source" : "/docs/en/manage/users", - "destination" : "/docs/operations/access-rights", - "permanent" : true + "source": "/docs/en/manage/users", + "destination": "/docs/operations/access-rights", + "permanent": true }, { - "source" : "/docs/en/manage", - "destination" : "/docs/operations/access-rights", - "permanent" : true + "source": "/docs/en/manage", + "destination": "/docs/operations/access-rights", + "permanent": true }, { - "source" : "/docs/en/manage/configuration", - "destination" : "/docs/operations/configuration-files", - "permanent" : true + "source": "/docs/en/manage/configuration", + "destination": "/docs/operations/configuration-files", + "permanent": true }, { - "source" : "/docs/en/manage/replication-and-sharding", - "destination" : "/docs/guides/sre/keeper/clickhouse-keeper", - "permanent" : true + "source": "/docs/en/manage/replication-and-sharding", + "destination": "/docs/guides/sre/keeper/clickhouse-keeper", + "permanent": true }, { - "source" : "/docs/en/integrations/sql-clients/datagrip", - "destination" : "/docs/integrations/datagrip", - "permanent" : true + "source": "/docs/en/integrations/sql-clients/datagrip", + "destination": "/docs/integrations/datagrip", + "permanent": true }, { - "source" : "/docs/en/integrations/sql-clients/dbeaver", - "destination" : "/docs/integrations/dbeaver", - "permanent" : true + "source": "/docs/en/integrations/sql-clients/dbeaver", + "destination": "/docs/integrations/dbeaver", + "permanent": true }, { - "source" : "/docs/en/integrations/sql-clients/qstudio", - "destination" : "/docs/integrations/qstudio", - "permanent" : true + "source": "/docs/en/integrations/sql-clients/qstudio", + "destination": "/docs/integrations/qstudio", + "permanent": true }, { - "source" : "/docs/en/integrations/sql-clients/jupysql", - "destination" : "/docs/integrations/jupysql", - "permanent" : true + "source": "/docs/en/integrations/sql-clients/jupysql", + "destination": "/docs/integrations/jupysql", + "permanent": true }, { - "source" : "/docs/en/integrations/sql-clients/tablum.io", - "destination" : "/docs/integrations/tablumio", - "permanent" : true + "source": "/docs/en/integrations/sql-clients/tablum.io", + "destination": "/docs/integrations/tablumio", + "permanent": true }, { - "source" : "/docs/en/sql-reference/dictionaries/external-dictionaries", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql-reference/dictionaries/external-dictionaries", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-lifetime", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-lifetime", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-structure", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-structure", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-hierarchical", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-hierarchical", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-polygon", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-polygon", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql-reference/dictionaries/external-dictionaries/regexp-tree", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql-reference/dictionaries/external-dictionaries/regexp-tree", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql-reference/dictionaries/internal-dicts", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql-reference/dictionaries/internal-dicts", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/operations/clickhouse-keeper/", - "destination" : "/docs/guides/sre/keeper/clickhouse-keeper", - "permanent" : true + "source": "/docs/en/operations/clickhouse-keeper/", + "destination": "/docs/guides/sre/keeper/clickhouse-keeper", + "permanent": true }, { - "source" : "/docs/en/connect-a-ui/grafana-and-clickhouse", - "destination" : "/docs/integrations/grafana", - "permanent" : true + "source": "/docs/en/connect-a-ui/grafana-and-clickhouse", + "destination": "/docs/integrations/grafana", + "permanent": true }, { - "source" : "/docs/en/connect-a-ui/metabase-and-clickhouse", - "destination" : "/docs/integrations/metabase", - "permanent" : true + "source": "/docs/en/connect-a-ui/metabase-and-clickhouse", + "destination": "/docs/integrations/metabase", + "permanent": true }, { - "source" : "/docs/en/connect-a-ui/mitzu-and-clickhouse", - "destination" : "/docs/integrations/mitzu", - "permanent" : true + "source": "/docs/en/connect-a-ui/mitzu-and-clickhouse", + "destination": "/docs/integrations/mitzu", + "permanent": true }, { - "source" : "/docs/en/connect-a-ui/rocketbi-and-clickhouse", - "destination" : "/docs/integrations/rocketbi", - "permanent" : true + "source": "/docs/en/connect-a-ui/rocketbi-and-clickhouse", + "destination": "/docs/integrations/rocketbi", + "permanent": true }, { - "source" : "/docs/en/connect-a-ui/superset-and-clickhouse", - "destination" : "/docs/integrations/superset", - "permanent" : true + "source": "/docs/en/connect-a-ui/superset-and-clickhouse", + "destination": "/docs/integrations/superset", + "permanent": true }, { - "source" : "/docs/en/connect-a-ui/tableau-and-clickhouse", - "destination" : "/docs/integrations/tableau", - "permanent" : true + "source": "/docs/en/connect-a-ui/tableau-and-clickhouse", + "destination": "/docs/integrations/tableau", + "permanent": true }, { - "source" : "/docs/en/integrations/language-clients/javascript", - "destination" : "/docs/integrations/javascript", - "permanent" : true + "source": "/docs/en/integrations/language-clients/javascript", + "destination": "/docs/integrations/javascript", + "permanent": true }, { - "source" : "/docs/en/integrations/language-clients/python/intro", - "destination" : "/docs/integrations/python", - "permanent" : true + "source": "/docs/en/integrations/language-clients/python/intro", + "destination": "/docs/integrations/python", + "permanent": true }, { - "source" : "/docs/en/integrations/language-clients/python/driver-api", - "destination" : "/docs/integrations/python", - "permanent" : true + "source": "/docs/en/integrations/language-clients/python/driver-api", + "destination": "/docs/integrations/python", + "permanent": true }, { - "source" : "/docs/en/integrations/language-clients/python/queries", - "destination" : "/docs/integrations/python", - "permanent" : true + "source": "/docs/en/integrations/language-clients/python/queries", + "destination": "/docs/integrations/python", + "permanent": true }, { - "source" : "/docs/en/integrations/language-clients/python/inserts", - "destination" : "/docs/integrations/python", - "permanent" : true + "source": "/docs/en/integrations/language-clients/python/inserts", + "destination": "/docs/integrations/python", + "permanent": true }, { - "source" : "/docs/en/integrations/language-clients/python/options", - "destination" : "/docs/integrations/python", - "permanent" : true + "source": "/docs/en/integrations/language-clients/python/options", + "destination": "/docs/integrations/python", + "permanent": true }, { - "source" : "/docs/en/integrations/go/intro", - "destination" : "/docs/integrations/go", - "permanent" : true + "source": "/docs/en/integrations/go/intro", + "destination": "/docs/integrations/go", + "permanent": true }, { - "source" : "/docs/en/integrations/go/choosing-a-client", - "destination" : "/docs/integrations/go", - "permanent" : true + "source": "/docs/en/integrations/go/choosing-a-client", + "destination": "/docs/integrations/go", + "permanent": true }, { - "source" : "/docs/en/integrations/go/clickhouse-go", - "destination" : "/docs/integrations/go", - "permanent" : true + "source": "/docs/en/integrations/go/clickhouse-go", + "destination": "/docs/integrations/go", + "permanent": true }, { - "source" : "/docs/en/integrations/go/clickhouse-go/introduction", - "destination" : "/docs/integrations/go", - "permanent" : true + "source": "/docs/en/integrations/go/clickhouse-go/introduction", + "destination": "/docs/integrations/go", + "permanent": true }, { - "source" : "/docs/en/integrations/go/clickhouse-go/installation", - "destination" : "/docs/integrations/go", - "permanent" : true + "source": "/docs/en/integrations/go/clickhouse-go/installation", + "destination": "/docs/integrations/go", + "permanent": true }, { - "source" : "/docs/en/integrations/go/clickhouse-go/clickhouse-api", - "destination" : "/docs/integrations/go", - "permanent" : true + "source": "/docs/en/integrations/go/clickhouse-go/clickhouse-api", + "destination": "/docs/integrations/go", + "permanent": true }, { - "source" : "/docs/en/integrations/go/clickhouse-go/database-sql-api", - "destination" : "/docs/integrations/go", - "permanent" : true + "source": "/docs/en/integrations/go/clickhouse-go/database-sql-api", + "destination": "/docs/integrations/go", + "permanent": true }, { - "source" : "/docs/en/integrations/go/clickhouse-go/performance-tips", - "destination" : "/docs/integrations/go", - "permanent" : true + "source": "/docs/en/integrations/go/clickhouse-go/performance-tips", + "destination": "/docs/integrations/go", + "permanent": true }, { - "source" : "/docs/en/integrations/language-clients/java", - "destination" : "/docs/integrations/java", - "permanent" : true + "source": "/docs/en/integrations/language-clients/java", + "destination": "/docs/integrations/java", + "permanent": true }, { - "source" : "/docs/en/integrations/language-clients/java/jdbc", - "destination" : "/docs/integrations/java", - "permanent" : true + "source": "/docs/en/integrations/language-clients/java/jdbc", + "destination": "/docs/integrations/java", + "permanent": true }, { - "source" : "/docs/en/integrations/language-clients/java/client", - "destination" : "/docs/integrations/java", - "permanent" : true + "source": "/docs/en/integrations/language-clients/java/client", + "destination": "/docs/integrations/java", + "permanent": true }, { - "source" : "/docs/en/integrations/language-clients/java/r2dbc", - "destination" : "/docs/integrations/java", - "permanent" : true + "source": "/docs/en/integrations/language-clients/java/r2dbc", + "destination": "/docs/integrations/java", + "permanent": true }, { - "source" : "/docs/en/integrations/redshift/migrate-redshift-to-clickhouse", - "destination" : "/docs/integrations/redshift", - "permanent" : true + "source": "/docs/en/integrations/redshift/migrate-redshift-to-clickhouse", + "destination": "/docs/integrations/redshift", + "permanent": true }, { - "source" : "/docs/en/integrations/redshift/redshift-push-to-clickhouse", - "destination" : "/docs/integrations/redshift", - "permanent" : true + "source": "/docs/en/integrations/redshift/redshift-push-to-clickhouse", + "destination": "/docs/integrations/redshift", + "permanent": true }, { - "source" : "/docs/en/integrations/redshift/redshift-pull-to-clickhouse", - "destination" : "/docs/integrations/redshift", - "permanent" : true + "source": "/docs/en/integrations/redshift/redshift-pull-to-clickhouse", + "destination": "/docs/integrations/redshift", + "permanent": true }, { - "source" : "/docs/en/integrations/redshift/redshift-pivot-to-clickhouse", - "destination" : "/docs/integrations/redshift", - "permanent" : true + "source": "/docs/en/integrations/redshift/redshift-pivot-to-clickhouse", + "destination": "/docs/integrations/redshift", + "permanent": true }, { - "source" : "/docs/en/integrations/nifi-and-clickhouse", - "destination" : "/docs/integrations/nifi", - "permanent" : true + "source": "/docs/en/integrations/nifi-and-clickhouse", + "destination": "/docs/integrations/nifi", + "permanent": true }, { - "source" : "/docs/en/integrations/kafka/intro", - "destination" : "/docs/integrations/kafka", - "permanent" : true + "source": "/docs/en/integrations/kafka/intro", + "destination": "/docs/integrations/kafka", + "permanent": true }, { - "source" : "/docs/en/integrations/kafka/self-managed/connect-sink", - "destination" : "/docs/integrations/kafka/clickhouse-kafka-connect-sink", - "permanent" : true + "source": "/docs/en/integrations/kafka/self-managed/connect-sink", + "destination": "/docs/integrations/kafka/clickhouse-kafka-connect-sink", + "permanent": true }, { - "source" : "/docs/en/integrations/kafka/self-managed/jdbc", - "destination" : "/docs/integrations/kafka/kafka-connect-jdbc", - "permanent" : true + "source": "/docs/en/integrations/kafka/self-managed/jdbc", + "destination": "/docs/integrations/kafka/kafka-connect-jdbc", + "permanent": true }, { - "source" : "/docs/en/integrations/kafka/self-managed/vector", - "destination" : "/docs/integrations/kafka/kafka-vector", - "permanent" : true + "source": "/docs/en/integrations/kafka/self-managed/vector", + "destination": "/docs/integrations/kafka/kafka-vector", + "permanent": true }, { - "source" : "/docs/en/integrations/data-ingestion/kafka/cloud/msk/connect-sink", - "destination" : "/docs/integrations/kafka/cloud/amazon-msk/", - "permanent" : true + "source": "/docs/en/integrations/data-ingestion/kafka/cloud/msk/connect-sink", + "destination": "/docs/integrations/kafka/cloud/amazon-msk/", + "permanent": true }, { - "source" : "/docs/en/integrations/s3/s3-intro", - "destination" : "/docs/integrations/s3", - "permanent" : true + "source": "/docs/en/integrations/s3/s3-intro", + "destination": "/docs/integrations/s3", + "permanent": true }, { - "source" : "/docs/en/integrations/s3/s3-table-functions", - "destination" : "/docs/integrations/s3", - "permanent" : true + "source": "/docs/en/integrations/s3/s3-table-functions", + "destination": "/docs/integrations/s3", + "permanent": true }, { - "source" : "/docs/en/integrations/s3/s3-table-engine", - "destination" : "/docs/integrations/s3", - "permanent" : true + "source": "/docs/en/integrations/s3/s3-table-engine", + "destination": "/docs/integrations/s3", + "permanent": true }, { - "source" : "/docs/en/integrations/s3/s3-merge-tree", - "destination" : "/docs/integrations/s3", - "permanent" : true + "source": "/docs/en/integrations/s3/s3-merge-tree", + "destination": "/docs/integrations/s3", + "permanent": true }, { - "source" : "/docs/en/integrations/s3/s3-optimizing-performance", - "destination" : "/docs/integrations/s3", - "permanent" : true + "source": "/docs/en/integrations/s3/s3-optimizing-performance", + "destination": "/docs/integrations/s3", + "permanent": true }, { - "source" : "/docs/en/guides/sre/configuring-s3-for-clickhouse-use", - "destination" : "/docs/integrations/s3", - "permanent" : true + "source": "/docs/en/guides/sre/configuring-s3-for-clickhouse-use", + "destination": "/docs/integrations/s3", + "permanent": true }, { - "source" : "/docs/en/guides/sre/s3-multi-region", - "destination" : "/docs/integrations/s3", - "permanent" : true + "source": "/docs/en/guides/sre/s3-multi-region", + "destination": "/docs/integrations/s3", + "permanent": true }, { - "source" : "/docs/en/guides/sre/gcs-multi-region", - "destination" : "/docs/integrations/gcs", - "permanent" : true + "source": "/docs/en/guides/sre/gcs-multi-region", + "destination": "/docs/integrations/gcs", + "permanent": true }, { - "source" : "/docs/en/integrations/s3/gcs-merge-tree", - "destination" : "/docs/integrations/gcs", - "permanent" : true + "source": "/docs/en/integrations/s3/gcs-merge-tree", + "destination": "/docs/integrations/gcs", + "permanent": true }, { - "source" : "/docs/en/integrations/s3/s3-minio", - "destination" : "/docs/integrations/minio", - "permanent" : true + "source": "/docs/en/integrations/s3/s3-minio", + "destination": "/docs/integrations/minio", + "permanent": true }, { - "source" : "/docs/en/integrations/vector-to-clickhouse", - "destination" : "/docs/integrations/vector", - "permanent" : true + "source": "/docs/en/integrations/vector-to-clickhouse", + "destination": "/docs/integrations/vector", + "permanent": true }, { - "source" : "/docs/en/integrations/airbyte-and-clickhouse", - "destination" : "/docs/integrations/airbyte", - "permanent" : true + "source": "/docs/en/integrations/airbyte-and-clickhouse", + "destination": "/docs/integrations/airbyte", + "permanent": true }, { - "source" : "/docs/en/integrations/postgresql/postgres-with-clickhouse", - "destination" : "/docs/integrations/postgresql", - "permanent" : true + "source": "/docs/en/integrations/postgresql/postgres-with-clickhouse", + "destination": "/docs/integrations/postgresql", + "permanent": true }, { - "source" : "/docs/en/integrations/postgresql/postgres-with-clickhouse-database-engine", - "destination" : "/docs/integrations/postgresql", - "permanent" : true + "source": "/docs/en/integrations/postgresql/postgres-with-clickhouse-database-engine", + "destination": "/docs/integrations/postgresql", + "permanent": true }, { - "source" : "/docs/en/integrations/mqtt", - "destination" : "/docs/integrations/emqx", - "permanent" : true + "source": "/docs/en/integrations/mqtt", + "destination": "/docs/integrations/emqx", + "permanent": true }, { - "source" : "/docs/en/integrations/emqx/emqx-intro", - "destination" : "/docs/integrations/emqx", - "permanent" : true + "source": "/docs/en/integrations/emqx/emqx-intro", + "destination": "/docs/integrations/emqx", + "permanent": true }, { - "source" : "/docs/en/integrations/emqx/clickhouse-service-set-up", - "destination" : "/docs/integrations/emqx", - "permanent" : true + "source": "/docs/en/integrations/emqx/clickhouse-service-set-up", + "destination": "/docs/integrations/emqx", + "permanent": true }, { - "source" : "/docs/en/integrations/emqx/create-emqx-cloud-deployment", - "destination" : "/docs/integrations/emqx", - "permanent" : true + "source": "/docs/en/integrations/emqx/create-emqx-cloud-deployment", + "destination": "/docs/integrations/emqx", + "permanent": true }, { - "source" : "/docs/en/integrations/emqx/emqx-cloud-data-integration", - "destination" : "/docs/integrations/emqx", - "permanent" : true + "source": "/docs/en/integrations/emqx/emqx-cloud-data-integration", + "destination": "/docs/integrations/emqx", + "permanent": true }, { - "source" : "/docs/en/integrations/emqx/workflow-samples", - "destination" : "/docs/integrations/emqx", - "permanent" : true + "source": "/docs/en/integrations/emqx/workflow-samples", + "destination": "/docs/integrations/emqx", + "permanent": true }, { - "source" : "/docs/en/integrations/dbt/dbt-intro", - "destination" : "/docs/integrations/dbt", - "permanent" : true + "source": "/docs/en/integrations/dbt/dbt-intro", + "destination": "/docs/integrations/dbt", + "permanent": true }, { - "source" : "/docs/en/integrations/dbt/dbt-setup", - "destination" : "/docs/integrations/dbt", - "permanent" : true + "source": "/docs/en/integrations/dbt/dbt-setup", + "destination": "/docs/integrations/dbt", + "permanent": true }, { - "source" : "/docs/en/integrations/dbt/dbt-connecting", - "destination" : "/docs/integrations/dbt", - "permanent" : true + "source": "/docs/en/integrations/dbt/dbt-connecting", + "destination": "/docs/integrations/dbt", + "permanent": true }, { - "source" : "/docs/en/integrations/dbt/dbt-view-model", - "destination" : "/docs/integrations/dbt", - "permanent" : true + "source": "/docs/en/integrations/dbt/dbt-view-model", + "destination": "/docs/integrations/dbt", + "permanent": true }, { - "source" : "/docs/en/integrations/dbt/dbt-table-model", - "destination" : "/docs/integrations/dbt", - "permanent" : true + "source": "/docs/en/integrations/dbt/dbt-table-model", + "destination": "/docs/integrations/dbt", + "permanent": true }, { - "source" : "/docs/en/integrations/dbt/dbt-incremental-model", - "destination" : "/docs/integrations/dbt", - "permanent" : true + "source": "/docs/en/integrations/dbt/dbt-incremental-model", + "destination": "/docs/integrations/dbt", + "permanent": true }, { - "source" : "/docs/en/integrations/dbt/dbt-snapshot", - "destination" : "/docs/integrations/dbt", - "permanent" : true + "source": "/docs/en/integrations/dbt/dbt-snapshot", + "destination": "/docs/integrations/dbt", + "permanent": true }, { - "source" : "/docs/en/integrations/dbt/dbt-seeds", - "destination" : "/docs/integrations/dbt", - "permanent" : true + "source": "/docs/en/integrations/dbt/dbt-seeds", + "destination": "/docs/integrations/dbt", + "permanent": true }, { - "source" : "/docs/en/integrations/dbt/dbt-limitations", - "destination" : "/docs/integrations/dbt", - "permanent" : true + "source": "/docs/en/integrations/dbt/dbt-limitations", + "destination": "/docs/integrations/dbt", + "permanent": true }, { - "source" : "/docs/en/development", - "destination" : "/docs/development/developer-instruction", - "permanent" : true + "source": "/docs/en/development", + "destination": "/docs/development/developer-instruction", + "permanent": true }, { - "source" : "/docs/en/guides/sre/keeper/clickhouse-keeper-uuid", - "destination" : "/docs/guides/sre/keeper/clickhouse-keeper", - "permanent" : true + "source": "/docs/en/guides/sre/keeper/clickhouse-keeper-uuid", + "destination": "/docs/guides/sre/keeper/clickhouse-keeper", + "permanent": true }, { - "source" : "/docs/en/guides/sre/user-management/alter-permissions", - "destination" : "/docs/operations/access-rights", - "permanent" : true + "source": "/docs/en/guides/sre/user-management/alter-permissions", + "destination": "/docs/operations/access-rights", + "permanent": true }, { - "source" : "/docs/en/guides/sre/users-and-roles", - "destination" : "/docs/operations/access-rights", - "permanent" : true + "source": "/docs/en/guides/sre/users-and-roles", + "destination": "/docs/operations/access-rights", + "permanent": true }, { - "source" : "/docs/en/cloud/users-and-roles", - "destination" : "/docs/cloud/security/cloud-access-management", - "permanent" : true + "source": "/docs/en/cloud/users-and-roles", + "destination": "/docs/cloud/security/cloud-access-management", + "permanent": true }, { - "source" : "/docs/en/integrations/data-formats/parquet-arrow-avro-orc", - "destination" : "/docs/integrations/data-formats/parquet", - "permanent" : true + "source": "/docs/en/integrations/data-formats/parquet-arrow-avro-orc", + "destination": "/docs/integrations/data-formats/parquet", + "permanent": true }, { - "source" : "/docs/en/integrations/mysql/mysql-with-clickhouse", - "destination" : "/docs/integrations/mysql", - "permanent" : true + "source": "/docs/en/integrations/mysql/mysql-with-clickhouse", + "destination": "/docs/integrations/mysql", + "permanent": true }, { - "source" : "/docs/en/integrations/mysql/mysql-with-clickhouse-database-engine", - "destination" : "/docs/integrations/mysql", - "permanent" : true + "source": "/docs/en/integrations/mysql/mysql-with-clickhouse-database-engine", + "destination": "/docs/integrations/mysql", + "permanent": true }, { - "source" : "/docs/en/guides/developer/working-with-json", - "destination" : "/docs/integrations/data-formats/json/overview", - "permanent" : true + "source": "/docs/en/guides/developer/working-with-json", + "destination": "/docs/integrations/data-formats/json/overview", + "permanent": true }, { - "source" : "/docs/guides/developer/working-with-json", - "destination" : "/docs/integrations/data-formats/json/overview", - "permanent" : true + "source": "/docs/guides/developer/working-with-json", + "destination": "/docs/integrations/data-formats/json/overview", + "permanent": true }, { - "source" : "/docs/en/guides/developer/working-with-json/json-intro", - "destination" : "/docs/integrations/data-formats/json/overview", - "permanent" : true + "source": "/docs/en/guides/developer/working-with-json/json-intro", + "destination": "/docs/integrations/data-formats/json/overview", + "permanent": true }, { - "source" : "/docs/en/guides/developer/working-with-json/json-load-data", - "destination" : "/docs/integrations/data-formats/json/overview", - "permanent" : true + "source": "/docs/en/guides/developer/working-with-json/json-load-data", + "destination": "/docs/integrations/data-formats/json/overview", + "permanent": true }, { - "source" : "/docs/en/guides/developer/working-with-json/json-other-approaches", - "destination" : "/docs/integrations/data-formats/json/overview", - "permanent" : true + "source": "/docs/en/guides/developer/working-with-json/json-other-approaches", + "destination": "/docs/integrations/data-formats/json/overview", + "permanent": true }, { - "source" : "/docs/en/guides/developer/working-with-json/json-semi-structured", - "destination" : "/docs/integrations/data-formats/json/overview", - "permanent" : true + "source": "/docs/en/guides/developer/working-with-json/json-semi-structured", + "destination": "/docs/integrations/data-formats/json/overview", + "permanent": true }, { - "source" : "/docs/en/guides/developer/working-with-json/json-structured", - "destination" : "/docs/integrations/data-formats/json/overview", - "permanent" : true + "source": "/docs/en/guides/developer/working-with-json/json-structured", + "destination": "/docs/integrations/data-formats/json/overview", + "permanent": true }, { - "source" : "/docs/en/get-started/sql-console/opening", - "destination" : "/docs/cloud/get-started/sql-console", - "permanent" : true + "source": "/docs/en/get-started/sql-console/opening", + "destination": "/docs/cloud/get-started/sql-console", + "permanent": true }, { - "source" : "/docs/en/get-started/sql-console/exploring-tables", - "destination" : "/docs/cloud/get-started/sql-console", - "permanent" : true + "source": "/docs/en/get-started/sql-console/exploring-tables", + "destination": "/docs/cloud/get-started/sql-console", + "permanent": true }, { - "source" : "/docs/en/get-started/sql-console/filtering", - "destination" : "/docs/cloud/get-started/sql-console", - "permanent" : true + "source": "/docs/en/get-started/sql-console/filtering", + "destination": "/docs/cloud/get-started/sql-console", + "permanent": true }, { - "source" : "/docs/en/get-started/sql-console/creating", - "destination" : "/docs/cloud/get-started/sql-console", - "permanent" : true + "source": "/docs/en/get-started/sql-console/creating", + "destination": "/docs/cloud/get-started/sql-console", + "permanent": true }, { - "source" : "/docs/en/get-started/sql-console/advanced", - "destination" : "/docs/cloud/get-started/sql-console", - "permanent" : true + "source": "/docs/en/get-started/sql-console/advanced", + "destination": "/docs/cloud/get-started/sql-console", + "permanent": true }, { - "source" : "/docs/en/get-started/sql-console/visualizing", - "destination" : "/docs/cloud/get-started/sql-console", - "permanent" : true + "source": "/docs/en/get-started/sql-console/visualizing", + "destination": "/docs/cloud/get-started/sql-console", + "permanent": true }, { - "source" : "/docs/en/connect-a-ui", - "destination" : "/docs/integrations/data-visualization", - "permanent" : true + "source": "/docs/en/connect-a-ui", + "destination": "/docs/integrations/data-visualization", + "permanent": true }, { - "source" : "/docs/en/development/browse_code", - "destination" : "/docs/development/developer-instruction", - "permanent" : true + "source": "/docs/en/development/browse_code", + "destination": "/docs/development/developer-instruction", + "permanent": true }, { - "source" : "/docs/en/development/browse-code", - "destination" : "/docs/development/developer-instruction", - "permanent" : true + "source": "/docs/en/development/browse-code", + "destination": "/docs/development/developer-instruction", + "permanent": true }, { - "source" : "/docs/en/development/build_cross_arm", - "destination" : "/docs/development/build-cross-arm", - "permanent" : true + "source": "/docs/en/development/build_cross_arm", + "destination": "/docs/development/build-cross-arm", + "permanent": true }, { - "source" : "/docs/en/development/build_cross_osx", - "destination" : "/docs/development/build-cross-osx", - "permanent" : true + "source": "/docs/en/development/build_cross_osx", + "destination": "/docs/development/build-cross-osx", + "permanent": true }, { - "source" : "/docs/en/development/build_osx", - "destination" : "/docs/development/build-osx", - "permanent" : true + "source": "/docs/en/development/build_osx", + "destination": "/docs/development/build-osx", + "permanent": true }, { - "source" : "/docs/en/development/developer_instruction", - "destination" : "/docs/development/developer-instruction", - "permanent" : true + "source": "/docs/en/development/developer_instruction", + "destination": "/docs/development/developer-instruction", + "permanent": true }, { - "source" : "/docs/en/database_engines/", - "destination" : "/docs/engines/database-engines/", - "permanent" : true + "source": "/docs/en/database_engines/", + "destination": "/docs/engines/database-engines/", + "permanent": true }, { - "source" : "/docs/en/engines/database_engines/", - "destination" : "/docs/engines/database-engines/", - "permanent" : true + "source": "/docs/en/engines/database_engines/", + "destination": "/docs/engines/database-engines/", + "permanent": true }, { - "source" : "/docs/en/database_engines/lazy", - "destination" : "/docs/engines/database-engines/lazy", - "permanent" : true + "source": "/docs/en/database_engines/lazy", + "destination": "/docs/engines/database-engines/lazy", + "permanent": true }, { - "source" : "/docs/en/engines/database_engines/lazy", - "destination" : "/docs/engines/database-engines/lazy", - "permanent" : true + "source": "/docs/en/engines/database_engines/lazy", + "destination": "/docs/engines/database-engines/lazy", + "permanent": true }, { - "source" : "/docs/en/database_engines/mysql", - "destination" : "/docs/engines/database-engines/mysql", - "permanent" : true + "source": "/docs/en/database_engines/mysql", + "destination": "/docs/engines/database-engines/mysql", + "permanent": true }, { - "source" : "/docs/en/engines/database_engines/mysql", - "destination" : "/docs/engines/database-engines/mysql", - "permanent" : true + "source": "/docs/en/engines/database_engines/mysql", + "destination": "/docs/engines/database-engines/mysql", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines", - "destination" : "/docs/engines/table-engines", - "permanent" : true + "source": "/docs/en/engines/table_engines", + "destination": "/docs/engines/table-engines", + "permanent": true }, { - "source" : "/docs/en/guides/developer/full-text-search", - "destination" : "/docs/engines/table-engines/mergetree-family/invertedindexes", - "permanent" : true + "source": "/docs/en/guides/developer/full-text-search", + "destination": "/docs/engines/table-engines/mergetree-family/invertedindexes", + "permanent": true }, { - "source" : "/docs/en/operations/troubleshooting", - "destination" : "/knowledgebase", - "permanent" : true + "source": "/docs/en/operations/troubleshooting", + "destination": "/knowledgebase", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines", - "destination" : "/docs/engines/table-engines", - "permanent" : true + "source": "/docs/en/operations/table_engines", + "destination": "/docs/engines/table-engines", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/integrations", - "destination" : "/docs/engines/table-engines/integrations", - "permanent" : true + "source": "/docs/en/engines/table_engines/integrations", + "destination": "/docs/engines/table-engines/integrations", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/integrations/hdfs", - "destination" : "/docs/engines/table-engines/integrations/hdfs", - "permanent" : true + "source": "/docs/en/engines/table_engines/integrations/hdfs", + "destination": "/docs/engines/table-engines/integrations/hdfs", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/hdfs", - "destination" : "/docs/engines/table-engines/integrations/hdfs", - "permanent" : true + "source": "/docs/en/operations/table_engines/hdfs", + "destination": "/docs/engines/table-engines/integrations/hdfs", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/integrations/jdbc", - "destination" : "/docs/engines/table-engines/integrations/jdbc", - "permanent" : true + "source": "/docs/en/engines/table_engines/integrations/jdbc", + "destination": "/docs/engines/table-engines/integrations/jdbc", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/jdbc", - "destination" : "/docs/engines/table-engines/integrations/jdbc", - "permanent" : true + "source": "/docs/en/operations/table_engines/jdbc", + "destination": "/docs/engines/table-engines/integrations/jdbc", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/integrations/kafka", - "destination" : "/docs/engines/table-engines/integrations/kafka", - "permanent" : true + "source": "/docs/en/engines/table_engines/integrations/kafka", + "destination": "/docs/engines/table-engines/integrations/kafka", + "permanent": true }, { - "source" : "/docs/en/table_engines/replication", - "destination" : "/docs/architecture/replication", - "permanent" : true + "source": "/docs/en/table_engines/replication", + "destination": "/docs/architecture/replication", + "permanent": true }, { - "source" : "/docs/en/integrations/kafka/kafka-connect-http", - "destination" : "/docs/integrations/kafka/cloud/confluent/http", - "permanent" : true + "source": "/docs/en/integrations/kafka/kafka-connect-http", + "destination": "/docs/integrations/kafka/cloud/confluent/http", + "permanent": true }, { - "source" : "/docs/en/integrations/kafka/kafka-connect-options", - "destination" : "/docs/integrations/kafka", - "permanent" : true + "source": "/docs/en/integrations/kafka/kafka-connect-options", + "destination": "/docs/integrations/kafka", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/kafka", - "destination" : "/docs/engines/table-engines/integrations/kafka", - "permanent" : true + "source": "/docs/en/operations/table_engines/kafka", + "destination": "/docs/engines/table-engines/integrations/kafka", + "permanent": true }, { - "source" : "/docs/en/integrations/kafka/kafka-intro", - "destination" : "/docs/integrations/kafka", - "permanent" : true + "source": "/docs/en/integrations/kafka/kafka-intro", + "destination": "/docs/integrations/kafka", + "permanent": true }, { - "source" : "/docs/en/integrations/kafka/kafka-connect-intro", - "destination" : "/docs/integrations/kafka/clickhouse-kafka-connect-sink", - "permanent" : true + "source": "/docs/en/integrations/kafka/kafka-connect-intro", + "destination": "/docs/integrations/kafka/clickhouse-kafka-connect-sink", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/integrations/mysql", - "destination" : "/docs/engines/table-engines/integrations/mysql", - "permanent" : true + "source": "/docs/en/engines/table_engines/integrations/mysql", + "destination": "/docs/engines/table-engines/integrations/mysql", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/mysql", - "destination" : "/docs/engines/table-engines/integrations/mysql", - "permanent" : true + "source": "/docs/en/operations/table_engines/mysql", + "destination": "/docs/engines/table-engines/integrations/mysql", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/integrations/odbc", - "destination" : "/docs/engines/table-engines/integrations/odbc", - "permanent" : true + "source": "/docs/en/engines/table_engines/integrations/odbc", + "destination": "/docs/engines/table-engines/integrations/odbc", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/odbc", - "destination" : "/docs/engines/table-engines/integrations/odbc", - "permanent" : true + "source": "/docs/en/operations/table_engines/odbc", + "destination": "/docs/engines/table-engines/integrations/odbc", + "permanent": true }, { - "source" : "/docs/en/engines/table-engines/log-family/log-family", - "destination" : "/docs/engines/table-engines/log-family", - "permanent" : true + "source": "/docs/en/engines/table-engines/log-family/log-family", + "destination": "/docs/engines/table-engines/log-family", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/log_family", - "destination" : "/docs/engines/table-engines/log-family", - "permanent" : true + "source": "/docs/en/engines/table_engines/log_family", + "destination": "/docs/engines/table-engines/log-family", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/log_family/log", - "destination" : "/docs/engines/table-engines/log-family/log", - "permanent" : true + "source": "/docs/en/engines/table_engines/log_family/log", + "destination": "/docs/engines/table-engines/log-family/log", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/log", - "destination" : "/docs/engines/table-engines/log-family/log", - "permanent" : true + "source": "/docs/en/operations/table_engines/log", + "destination": "/docs/engines/table-engines/log-family/log", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/log_family/stripelog", - "destination" : "/docs/engines/table-engines/log-family/stripelog", - "permanent" : true + "source": "/docs/en/engines/table_engines/log_family/stripelog", + "destination": "/docs/engines/table-engines/log-family/stripelog", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/stripelog", - "destination" : "/docs/engines/table-engines/log-family/stripelog", - "permanent" : true + "source": "/docs/en/operations/table_engines/stripelog", + "destination": "/docs/engines/table-engines/log-family/stripelog", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/log_family/tinylog", - "destination" : "/docs/engines/table-engines/log-family/tinylog", - "permanent" : true + "source": "/docs/en/engines/table_engines/log_family/tinylog", + "destination": "/docs/engines/table-engines/log-family/tinylog", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/tinylog", - "destination" : "/docs/engines/table-engines/log-family/tinylog", - "permanent" : true + "source": "/docs/en/operations/table_engines/tinylog", + "destination": "/docs/engines/table-engines/log-family/tinylog", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/mergetree_family", - "destination" : "/docs/engines/table-engines/mergetree-family", - "permanent" : true + "source": "/docs/en/engines/table_engines/mergetree_family", + "destination": "/docs/engines/table-engines/mergetree-family", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/mergetree_family/aggregatingmergetree", - "destination" : "/docs/engines/table-engines/mergetree-family/aggregatingmergetree", - "permanent" : true + "source": "/docs/en/engines/table_engines/mergetree_family/aggregatingmergetree", + "destination": "/docs/engines/table-engines/mergetree-family/aggregatingmergetree", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/aggregatingmergetree", - "destination" : "/docs/engines/table-engines/mergetree-family/aggregatingmergetree", - "permanent" : true + "source": "/docs/en/operations/table_engines/aggregatingmergetree", + "destination": "/docs/engines/table-engines/mergetree-family/aggregatingmergetree", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/mergetree_family/collapsingmergetree", - "destination" : "/docs/engines/table-engines/mergetree-family/collapsingmergetree", - "permanent" : true + "source": "/docs/en/engines/table_engines/mergetree_family/collapsingmergetree", + "destination": "/docs/engines/table-engines/mergetree-family/collapsingmergetree", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/collapsingmergetree", - "destination" : "/docs/engines/table-engines/mergetree-family/collapsingmergetree", - "permanent" : true + "source": "/docs/en/operations/table_engines/collapsingmergetree", + "destination": "/docs/engines/table-engines/mergetree-family/collapsingmergetree", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/mergetree_family/custom_partitioning_key", - "destination" : "/docs/engines/table-engines/mergetree-family/custom-partitioning-key", - "permanent" : true + "source": "/docs/en/engines/table_engines/mergetree_family/custom_partitioning_key", + "destination": "/docs/engines/table-engines/mergetree-family/custom-partitioning-key", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/custom_partitioning_key", - "destination" : "/docs/engines/table-engines/mergetree-family/custom-partitioning-key", - "permanent" : true + "source": "/docs/en/operations/table_engines/custom_partitioning_key", + "destination": "/docs/engines/table-engines/mergetree-family/custom-partitioning-key", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/mergetree_family/graphitemergetree", - "destination" : "/docs/engines/table-engines/mergetree-family/graphitemergetree", - "permanent" : true + "source": "/docs/en/engines/table_engines/mergetree_family/graphitemergetree", + "destination": "/docs/engines/table-engines/mergetree-family/graphitemergetree", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/graphitemergetree", - "destination" : "/docs/engines/table-engines/mergetree-family/graphitemergetree", - "permanent" : true + "source": "/docs/en/operations/table_engines/graphitemergetree", + "destination": "/docs/engines/table-engines/mergetree-family/graphitemergetree", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/mergetree_family/replacingmergetree", - "destination" : "/docs/engines/table-engines/mergetree-family/replacingmergetree", - "permanent" : true + "source": "/docs/en/engines/table_engines/mergetree_family/replacingmergetree", + "destination": "/docs/engines/table-engines/mergetree-family/replacingmergetree", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/replacingmergetree", - "destination" : "/docs/engines/table-engines/mergetree-family/replacingmergetree", - "permanent" : true + "source": "/docs/en/operations/table_engines/replacingmergetree", + "destination": "/docs/engines/table-engines/mergetree-family/replacingmergetree", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/mergetree_family/replication", - "destination" : "/docs/engines/table-engines/mergetree-family/replication", - "permanent" : true + "source": "/docs/en/engines/table_engines/mergetree_family/replication", + "destination": "/docs/engines/table-engines/mergetree-family/replication", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/replication", - "destination" : "/docs/engines/table-engines/mergetree-family/replication", - "permanent" : true + "source": "/docs/en/operations/table_engines/replication", + "destination": "/docs/engines/table-engines/mergetree-family/replication", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/mergetree_family/summingmergetree", - "destination" : "/docs/engines/table-engines/mergetree-family/summingmergetree", - "permanent" : true + "source": "/docs/en/engines/table_engines/mergetree_family/summingmergetree", + "destination": "/docs/engines/table-engines/mergetree-family/summingmergetree", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/summingmergetree", - "destination" : "/docs/engines/table-engines/mergetree-family/summingmergetree", - "permanent" : true + "source": "/docs/en/operations/table_engines/summingmergetree", + "destination": "/docs/engines/table-engines/mergetree-family/summingmergetree", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/mergetree_family/versionedcollapsingmergetree", - "destination" : "/docs/engines/table-engines/mergetree-family/versionedcollapsingmergetree", - "permanent" : true + "source": "/docs/en/engines/table_engines/mergetree_family/versionedcollapsingmergetree", + "destination": "/docs/engines/table-engines/mergetree-family/versionedcollapsingmergetree", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/versionedcollapsingmergetree", - "destination" : "/docs/engines/table-engines/mergetree-family/versionedcollapsingmergetree", - "permanent" : true + "source": "/docs/en/operations/table_engines/versionedcollapsingmergetree", + "destination": "/docs/engines/table-engines/mergetree-family/versionedcollapsingmergetree", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/special", - "destination" : "/docs/engines/table-engines/special", - "permanent" : true + "source": "/docs/en/engines/table_engines/special", + "destination": "/docs/engines/table-engines/special", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/special/buffer", - "destination" : "/docs/engines/table-engines/special/buffer", - "permanent" : true + "source": "/docs/en/engines/table_engines/special/buffer", + "destination": "/docs/engines/table-engines/special/buffer", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/buffer", - "destination" : "/docs/engines/table-engines/special/buffer", - "permanent" : true + "source": "/docs/en/operations/table_engines/buffer", + "destination": "/docs/engines/table-engines/special/buffer", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/special/dictionary", - "destination" : "/docs/engines/table-engines/special/dictionary", - "permanent" : true + "source": "/docs/en/engines/table_engines/special/dictionary", + "destination": "/docs/engines/table-engines/special/dictionary", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/dictionary", - "destination" : "/docs/engines/table-engines/special/dictionary", - "permanent" : true + "source": "/docs/en/operations/table_engines/dictionary", + "destination": "/docs/engines/table-engines/special/dictionary", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/special/distributed", - "destination" : "/docs/engines/table-engines/special/distributed", - "permanent" : true + "source": "/docs/en/engines/table_engines/special/distributed", + "destination": "/docs/engines/table-engines/special/distributed", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/distributed", - "destination" : "/docs/engines/table-engines/special/distributed", - "permanent" : true + "source": "/docs/en/operations/table_engines/distributed", + "destination": "/docs/engines/table-engines/special/distributed", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/special/external_data", - "destination" : "/docs/engines/table-engines/special/external-data", - "permanent" : true + "source": "/docs/en/engines/table_engines/special/external_data", + "destination": "/docs/engines/table-engines/special/external-data", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/external_data", - "destination" : "/docs/engines/table-engines/special/external-data", - "permanent" : true + "source": "/docs/en/operations/table_engines/external_data", + "destination": "/docs/engines/table-engines/special/external-data", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/special/file", - "destination" : "/docs/engines/table-engines/special/file", - "permanent" : true + "source": "/docs/en/engines/table_engines/special/file", + "destination": "/docs/engines/table-engines/special/file", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/file", - "destination" : "/docs/engines/table-engines/special/file", - "permanent" : true + "source": "/docs/en/operations/table_engines/file", + "destination": "/docs/engines/table-engines/special/file", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/special/generate", - "destination" : "/docs/engines/table-engines/special/generate", - "permanent" : true + "source": "/docs/en/engines/table_engines/special/generate", + "destination": "/docs/engines/table-engines/special/generate", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/generate", - "destination" : "/docs/engines/table-engines/special/generate", - "permanent" : true + "source": "/docs/en/operations/table_engines/generate", + "destination": "/docs/engines/table-engines/special/generate", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/special/join", - "destination" : "/docs/engines/table-engines/special/join", - "permanent" : true + "source": "/docs/en/engines/table_engines/special/join", + "destination": "/docs/engines/table-engines/special/join", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/join", - "destination" : "/docs/engines/table-engines/special/join", - "permanent" : true + "source": "/docs/en/operations/table_engines/join", + "destination": "/docs/engines/table-engines/special/join", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/special/memory", - "destination" : "/docs/engines/table-engines/special/memory", - "permanent" : true + "source": "/docs/en/engines/table_engines/special/memory", + "destination": "/docs/engines/table-engines/special/memory", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/memory", - "destination" : "/docs/engines/table-engines/special/memory", - "permanent" : true + "source": "/docs/en/operations/table_engines/memory", + "destination": "/docs/engines/table-engines/special/memory", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/special/merge", - "destination" : "/docs/engines/table-engines/special/merge", - "permanent" : true + "source": "/docs/en/engines/table_engines/special/merge", + "destination": "/docs/engines/table-engines/special/merge", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/merge", - "destination" : "/docs/engines/table-engines/special/merge", - "permanent" : true + "source": "/docs/en/operations/table_engines/merge", + "destination": "/docs/engines/table-engines/special/merge", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/special/null", - "destination" : "/docs/engines/table-engines/special/null", - "permanent" : true + "source": "/docs/en/engines/table_engines/special/null", + "destination": "/docs/engines/table-engines/special/null", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/null", - "destination" : "/docs/engines/table-engines/special/null", - "permanent" : true + "source": "/docs/en/operations/table_engines/null", + "destination": "/docs/engines/table-engines/special/null", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/special/set", - "destination" : "/docs/engines/table-engines/special/set", - "permanent" : true + "source": "/docs/en/engines/table_engines/special/set", + "destination": "/docs/engines/table-engines/special/set", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/set", - "destination" : "/docs/engines/table-engines/special/set", - "permanent" : true + "source": "/docs/en/operations/table_engines/set", + "destination": "/docs/engines/table-engines/special/set", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/special/url", - "destination" : "/docs/engines/table-engines/special/url", - "permanent" : true + "source": "/docs/en/engines/table_engines/special/url", + "destination": "/docs/engines/table-engines/special/url", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/url", - "destination" : "/docs/engines/table-engines/special/url", - "permanent" : true + "source": "/docs/en/operations/table_engines/url", + "destination": "/docs/engines/table-engines/special/url", + "permanent": true }, { - "source" : "/docs/en/engines/table_engines/special/view", - "destination" : "/docs/engines/table-engines/special/view", - "permanent" : true + "source": "/docs/en/engines/table_engines/special/view", + "destination": "/docs/engines/table-engines/special/view", + "permanent": true }, { - "source" : "/docs/en/operations/table_engines/view", - "destination" : "/docs/engines/table-engines/special/view", - "permanent" : true + "source": "/docs/en/operations/table_engines/view", + "destination": "/docs/engines/table-engines/special/view", + "permanent": true }, { - "source" : "/docs/en/introduction/possible_silly_questions", - "destination" : "/knowledgebase", - "permanent" : true + "source": "/docs/en/introduction/possible_silly_questions", + "destination": "/knowledgebase", + "permanent": true }, { - "source" : "/docs/en/getting_started", - "destination" : "/docs/getting-started/quick-start", - "permanent" : true + "source": "/docs/en/getting_started", + "destination": "/docs/getting-started/quick-start", + "permanent": true }, { - "source" : "/docs/en/guides/ingest/tab_separated_values", - "destination" : "/docs/getting-started/example-datasets/nypd_complaint_data", - "permanent" : true + "source": "/docs/en/guides/ingest/tab_separated_values", + "destination": "/docs/getting-started/example-datasets/nypd_complaint_data", + "permanent": true }, { - "source" : "/docs/en/getting_started/example_datasets", - "destination" : "/docs/getting-started/example-datasets", - "permanent" : true + "source": "/docs/en/getting_started/example_datasets", + "destination": "/docs/getting-started/example-datasets", + "permanent": true }, { - "source" : "/docs/en/getting_started/example_datasets/amplab_benchmark", - "destination" : "/docs/getting-started/example-datasets/amplab-benchmark", - "permanent" : true + "source": "/docs/en/getting_started/example_datasets/amplab_benchmark", + "destination": "/docs/getting-started/example-datasets/amplab-benchmark", + "permanent": true }, { - "source" : "/docs/en/getting_started/example_datasets/criteo", - "destination" : "/docs/getting-started/example-datasets/criteo", - "permanent" : true + "source": "/docs/en/getting_started/example_datasets/criteo", + "destination": "/docs/getting-started/example-datasets/criteo", + "permanent": true }, { - "source" : "/docs/en/getting_started/example_datasets/metrica", - "destination" : "/docs/getting-started/example-datasets/metrica", - "permanent" : true + "source": "/docs/en/getting_started/example_datasets/metrica", + "destination": "/docs/getting-started/example-datasets/metrica", + "permanent": true }, { - "source" : "/docs/en/getting_started/example_datasets/nyc_taxi", - "destination" : "/docs/getting-started/example-datasets/nyc-taxi", - "permanent" : true + "source": "/docs/en/getting_started/example_datasets/nyc_taxi", + "destination": "/docs/getting-started/example-datasets/nyc-taxi", + "permanent": true }, { - "source" : "/docs/en/getting_started/example_datasets/ontime", - "destination" : "/docs/getting-started/example-datasets/ontime", - "permanent" : true + "source": "/docs/en/getting_started/example_datasets/ontime", + "destination": "/docs/getting-started/example-datasets/ontime", + "permanent": true }, { - "source" : "/docs/en/getting_started/example_datasets/star_schema", - "destination" : "/docs/getting-started/example-datasets/star-schema", - "permanent" : true + "source": "/docs/en/getting_started/example_datasets/star_schema", + "destination": "/docs/getting-started/example-datasets/star-schema", + "permanent": true }, { - "source" : "/docs/en/getting_started/example_datasets/wikistat", - "destination" : "/docs/getting-started/example-datasets/wikistat", - "permanent" : true + "source": "/docs/en/getting_started/example_datasets/wikistat", + "destination": "/docs/getting-started/example-datasets/wikistat", + "permanent": true }, { - "source" : "/docs/en/getting_started/install", - "destination" : "/docs/install", - "permanent" : true + "source": "/docs/en/getting_started/install", + "destination": "/docs/install", + "permanent": true }, { - "source" : "/docs/en/operations/requirements", - "destination" : "/docs/install", - "permanent" : true + "source": "/docs/en/operations/requirements", + "destination": "/docs/install", + "permanent": true }, { - "source" : "/docs/en/getting_started/playground", - "destination" : "/docs/getting-started/playground", - "permanent" : true + "source": "/docs/en/getting_started/playground", + "destination": "/docs/getting-started/playground", + "permanent": true }, { - "source" : "/docs/en/getting_started/tutorial", - "destination" : "/docs/tutorial", - "permanent" : true + "source": "/docs/en/getting_started/tutorial", + "destination": "/docs/tutorial", + "permanent": true }, { - "source" : "/docs/en/guide", - "destination" : "/docs/whats-new/cloud-compatibility", - "permanent" : true + "source": "/docs/en/guide", + "destination": "/docs/whats-new/cloud-compatibility", + "permanent": true }, { - "source" : "/docs/en/guides/apply_catboost_model", - "destination" : "/docs/sql-reference/functions/other-functions", - "permanent" : true + "source": "/docs/en/guides/apply_catboost_model", + "destination": "/docs/sql-reference/functions/other-functions", + "permanent": true }, { - "source" : "/docs/en/guides/developer/apply-catboost-model", - "destination" : "/docs/sql-reference/functions/other-functions", - "permanent" : true + "source": "/docs/en/guides/developer/apply-catboost-model", + "destination": "/docs/sql-reference/functions/other-functions", + "permanent": true }, { - "source" : "/docs/en/commercial/cloud", - "destination" : "/docs/cloud/overview", - "permanent" : true + "source": "/docs/en/commercial/cloud", + "destination": "/docs/cloud/overview", + "permanent": true }, { - "source" : "/docs/en/formats", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/capnproto", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/capnproto", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/csv", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/csv", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/csvwithnames", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/csvwithnames", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/json", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/json", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/jsoncompact", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/jsoncompact", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/jsoneachrow", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/jsoneachrow", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/native", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/native", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/null", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/null", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/pretty", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/pretty", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/prettycompact", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/prettycompact", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/prettycompactmonoblock", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/prettycompactmonoblock", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/prettynoescapes", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/prettynoescapes", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/prettyspace", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/prettyspace", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/rowbinary", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/rowbinary", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/tabseparated", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/tabseparated", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/tabseparatedraw", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/tabseparatedraw", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/tabseparatedwithnames", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/tabseparatedwithnames", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/tabseparatedwithnamesandtypes", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/tabseparatedwithnamesandtypes", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/tskv", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/tskv", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/values", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/values", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/vertical", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/vertical", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/verticalraw", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/verticalraw", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/formats/xml", - "destination" : "/docs/interfaces/formats", - "permanent" : true + "source": "/docs/en/formats/xml", + "destination": "/docs/interfaces/formats", + "permanent": true }, { - "source" : "/docs/en/interfaces/http_interface", - "destination" : "/docs/interfaces/http", - "permanent" : true + "source": "/docs/en/interfaces/http_interface", + "destination": "/docs/interfaces/http", + "permanent": true }, { - "source" : "/docs/en/interfaces/third_party", - "destination" : "/docs/interfaces/third-party", - "permanent" : true + "source": "/docs/en/interfaces/third_party", + "destination": "/docs/interfaces/third-party", + "permanent": true }, { - "source" : "/docs/en/interfaces/third-party/client_libraries", - "destination" : "/docs/interfaces/third-party/client-libraries", - "permanent" : true + "source": "/docs/en/interfaces/third-party/client_libraries", + "destination": "/docs/interfaces/third-party/client-libraries", + "permanent": true }, { - "source" : "/docs/en/interfaces/third-party_client_libraries", - "destination" : "/docs/interfaces/third-party/client-libraries", - "permanent" : true + "source": "/docs/en/interfaces/third-party_client_libraries", + "destination": "/docs/interfaces/third-party/client-libraries", + "permanent": true }, { - "source" : "/docs/en/interfaces/third-party_gui", - "destination" : "/docs/interfaces/third-party/gui", - "permanent" : true + "source": "/docs/en/interfaces/third-party_gui", + "destination": "/docs/interfaces/third-party/gui", + "permanent": true }, { - "source" : "/docs/en/introduction/distinctive_features", - "destination" : "/docs/about-us/distinctive-features", - "permanent" : true + "source": "/docs/en/introduction/distinctive_features", + "destination": "/docs/about-us/distinctive-features", + "permanent": true }, { - "source" : "/docs/en/introduction/features_considered_disadvantages", - "destination" : "/docs/about-us/distinctive-features", - "permanent" : true + "source": "/docs/en/introduction/features_considered_disadvantages", + "destination": "/docs/about-us/distinctive-features", + "permanent": true }, { - "source" : "/docs/en/introduction/ya_metrika_task", - "destination" : "/docs/about-us/history", - "permanent" : true + "source": "/docs/en/introduction/ya_metrika_task", + "destination": "/docs/about-us/history", + "permanent": true }, { - "source" : "/docs/en/operations/access_rights", - "destination" : "/docs/operations/access-rights", - "permanent" : true + "source": "/docs/en/operations/access_rights", + "destination": "/docs/operations/access-rights", + "permanent": true }, { - "source" : "/docs/en/guides/sre/user-management/access-rights", - "destination" : "/docs/operations/access-rights", - "permanent" : true + "source": "/docs/en/guides/sre/user-management/access-rights", + "destination": "/docs/operations/access-rights", + "permanent": true }, { - "source" : "/docs/en/operations/configuration_files", - "destination" : "/docs/operations/configuration-files", - "permanent" : true + "source": "/docs/en/operations/configuration_files", + "destination": "/docs/operations/configuration-files", + "permanent": true }, { - "source" : "/docs/en/operations/optimizing_performance", - "destination" : "/docs/operations/optimizing-performance/sampling-query-profiler", - "permanent" : true + "source": "/docs/en/operations/optimizing_performance", + "destination": "/docs/operations/optimizing-performance/sampling-query-profiler", + "permanent": true }, { - "source" : "/docs/en/operations/optimizing_performance/sampling_query_profiler", - "destination" : "/docs/operations/optimizing-performance/sampling-query-profiler", - "permanent" : true + "source": "/docs/en/operations/optimizing_performance/sampling_query_profiler", + "destination": "/docs/operations/optimizing-performance/sampling-query-profiler", + "permanent": true }, { - "source" : "/docs/en/operations/performance/sampling_query_profiler", - "destination" : "/docs/operations/optimizing-performance/sampling-query-profiler", - "permanent" : true + "source": "/docs/en/operations/performance/sampling_query_profiler", + "destination": "/docs/operations/optimizing-performance/sampling-query-profiler", + "permanent": true }, { - "source" : "/docs/en/operations/performance_test", - "destination" : "/docs/operations/performance-test", - "permanent" : true + "source": "/docs/en/operations/performance_test", + "destination": "/docs/operations/performance-test", + "permanent": true }, { - "source" : "/docs/en/operations/server_configuration_parameters", - "destination" : "/docs/operations/server-configuration-parameters/settings", - "permanent" : true + "source": "/docs/en/operations/server_configuration_parameters", + "destination": "/docs/operations/server-configuration-parameters/settings", + "permanent": true }, { - "source" : "/docs/en/operations/server_settings", - "destination" : "/docs/operations/server-configuration-parameters/settings", - "permanent" : true + "source": "/docs/en/operations/server_settings", + "destination": "/docs/operations/server-configuration-parameters/settings", + "permanent": true }, { - "source" : "/docs/en/operations/server_configuration_parameters/settings", - "destination" : "/docs/operations/server-configuration-parameters/settings", - "permanent" : true + "source": "/docs/en/operations/server_configuration_parameters/settings", + "destination": "/docs/operations/server-configuration-parameters/settings", + "permanent": true }, { - "source" : "/docs/en/operations/server_settings/settings", - "destination" : "/docs/operations/server-configuration-parameters/settings", - "permanent" : true + "source": "/docs/en/operations/server_settings/settings", + "destination": "/docs/operations/server-configuration-parameters/settings", + "permanent": true }, { - "source" : "/docs/en/operations/settings/constraints_on_settings", - "destination" : "/docs/operations/settings/constraints-on-settings", - "permanent" : true + "source": "/docs/en/operations/settings/constraints_on_settings", + "destination": "/docs/operations/settings/constraints-on-settings", + "permanent": true }, { - "source" : "/docs/en/operations/settings/permissions_for_queries", - "destination" : "/docs/operations/settings/permissions-for-queries", - "permanent" : true + "source": "/docs/en/operations/settings/permissions_for_queries", + "destination": "/docs/operations/settings/permissions-for-queries", + "permanent": true }, { - "source" : "/docs/en/operations/settings/query_complexity", - "destination" : "/docs/operations/settings/query-complexity", - "permanent" : true + "source": "/docs/en/operations/settings/query_complexity", + "destination": "/docs/operations/settings/query-complexity", + "permanent": true }, { - "source" : "/docs/en/operations/settings/settings_profiles", - "destination" : "/docs/operations/settings/settings-profiles", - "permanent" : true + "source": "/docs/en/operations/settings/settings_profiles", + "destination": "/docs/operations/settings/settings-profiles", + "permanent": true }, { - "source" : "/docs/en/operations/settings/settings_users", - "destination" : "/docs/operations/settings/settings-users", - "permanent" : true + "source": "/docs/en/operations/settings/settings_users", + "destination": "/docs/operations/settings/settings-users", + "permanent": true }, { - "source" : "/docs/en/operations/system_tables", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/operations/system_tables", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.asynchronous_metrics", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.asynchronous_metrics", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.clusters", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.clusters", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.columns", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.columns", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.databases", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.databases", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.dictionaries", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.dictionaries", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.events", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.events", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.functions", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.functions", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.merges", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.merges", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.metrics", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.metrics", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.numbers", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.numbers", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.numbers_mt", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.numbers_mt", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.one", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.one", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.parts", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.parts", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.processes", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.processes", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.replicas", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.replicas", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.settings", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.settings", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.tables", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.tables", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/system_tables/system.zookeeper", - "destination" : "/docs/operations/system-tables", - "permanent" : true + "source": "/docs/en/system_tables/system.zookeeper", + "destination": "/docs/operations/system-tables", + "permanent": true }, { - "source" : "/docs/en/operations/utils", - "destination" : "/docs/operations/utilities", - "permanent" : true + "source": "/docs/en/operations/utils", + "destination": "/docs/operations/utilities", + "permanent": true }, { - "source" : "/docs/en/operations/utils/clickhouse-benchmark", - "destination" : "/docs/operations/utilities/clickhouse-benchmark", - "permanent" : true + "source": "/docs/en/operations/utils/clickhouse-benchmark", + "destination": "/docs/operations/utilities/clickhouse-benchmark", + "permanent": true }, { - "source" : "/docs/en/operations/utils/clickhouse-local", - "destination" : "/docs/operations/utilities/clickhouse-local", - "permanent" : true + "source": "/docs/en/operations/utils/clickhouse-local", + "destination": "/docs/operations/utilities/clickhouse-local", + "permanent": true }, { - "source" : "/docs/en/utils", - "destination" : "/docs/operations/utilities", - "permanent" : true + "source": "/docs/en/utils", + "destination": "/docs/operations/utilities", + "permanent": true }, { - "source" : "/docs/en/utils/clickhouse-local", - "destination" : "/docs/operations/utilities/clickhouse-local", - "permanent" : true + "source": "/docs/en/utils/clickhouse-local", + "destination": "/docs/operations/utilities/clickhouse-local", + "permanent": true }, { - "source" : "/docs/en/query_language", - "destination" : "/docs/sql-reference", - "permanent" : true + "source": "/docs/en/query_language", + "destination": "/docs/sql-reference", + "permanent": true }, { - "source" : "/docs/en/query_language/agg_functions", - "destination" : "/docs/sql-reference/aggregate-functions", - "permanent" : true + "source": "/docs/en/query_language/agg_functions", + "destination": "/docs/sql-reference/aggregate-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/aggregate_functions", - "destination" : "/docs/sql-reference/aggregate-functions", - "permanent" : true + "source": "/docs/en/sql_reference/aggregate_functions", + "destination": "/docs/sql-reference/aggregate-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/agg_functions/combinators", - "destination" : "/docs/sql-reference/aggregate-functions/combinators", - "permanent" : true + "source": "/docs/en/query_language/agg_functions/combinators", + "destination": "/docs/sql-reference/aggregate-functions/combinators", + "permanent": true }, { - "source" : "/docs/en/sql_reference/aggregate_functions/combinators", - "destination" : "/docs/sql-reference/aggregate-functions/combinators", - "permanent" : true + "source": "/docs/en/sql_reference/aggregate_functions/combinators", + "destination": "/docs/sql-reference/aggregate-functions/combinators", + "permanent": true }, { - "source" : "/docs/en/query_language/agg_functions/parametric_functions", - "destination" : "/docs/sql-reference/aggregate-functions/parametric-functions", - "permanent" : true + "source": "/docs/en/query_language/agg_functions/parametric_functions", + "destination": "/docs/sql-reference/aggregate-functions/parametric-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/aggregate_functions/parametric_functions", - "destination" : "/docs/sql-reference/aggregate-functions/parametric-functions", - "permanent" : true + "source": "/docs/en/sql_reference/aggregate_functions/parametric_functions", + "destination": "/docs/sql-reference/aggregate-functions/parametric-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/agg_functions/reference", - "destination" : "/docs/sql-reference/aggregate-functions/reference", - "permanent" : true + "source": "/docs/en/query_language/agg_functions/reference", + "destination": "/docs/sql-reference/aggregate-functions/reference", + "permanent": true }, { - "source" : "/docs/en/sql_reference/aggregate_functions/reference", - "destination" : "/docs/sql-reference/aggregate-functions/reference", - "permanent" : true + "source": "/docs/en/sql_reference/aggregate_functions/reference", + "destination": "/docs/sql-reference/aggregate-functions/reference", + "permanent": true }, { - "source" : "/docs/en/sql_reference/ansi", - "destination" : "/docs/sql-reference", - "permanent" : true + "source": "/docs/en/sql_reference/ansi", + "destination": "/docs/sql-reference", + "permanent": true }, { - "source" : "/docs/en/data_types", - "destination" : "/docs/sql-reference/data-types", - "permanent" : true + "source": "/docs/en/data_types", + "destination": "/docs/sql-reference/data-types", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types", - "destination" : "/docs/sql-reference/data-types", - "permanent" : true + "source": "/docs/en/sql_reference/data_types", + "destination": "/docs/sql-reference/data-types", + "permanent": true }, { - "source" : "/docs/en/data_types/nested_data_structures/aggregatefunction", - "destination" : "/docs/sql-reference/data-types/aggregatefunction", - "permanent" : true + "source": "/docs/en/data_types/nested_data_structures/aggregatefunction", + "destination": "/docs/sql-reference/data-types/aggregatefunction", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/aggregatefunction", - "destination" : "/docs/sql-reference/data-types/aggregatefunction", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/aggregatefunction", + "destination": "/docs/sql-reference/data-types/aggregatefunction", + "permanent": true }, { - "source" : "/docs/en/data_types/array", - "destination" : "/docs/sql-reference/data-types/array", - "permanent" : true + "source": "/docs/en/data_types/array", + "destination": "/docs/sql-reference/data-types/array", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/array", - "destination" : "/docs/sql-reference/data-types/array", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/array", + "destination": "/docs/sql-reference/data-types/array", + "permanent": true }, { - "source" : "/docs/en/data_types/boolean", - "destination" : "/docs/sql-reference/data-types/boolean", - "permanent" : true + "source": "/docs/en/data_types/boolean", + "destination": "/docs/sql-reference/data-types/boolean", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/boolean", - "destination" : "/docs/sql-reference/data-types/boolean", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/boolean", + "destination": "/docs/sql-reference/data-types/boolean", + "permanent": true }, { - "source" : "/docs/en/data_types/date", - "destination" : "/docs/sql-reference/data-types/date", - "permanent" : true + "source": "/docs/en/data_types/date", + "destination": "/docs/sql-reference/data-types/date", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/date", - "destination" : "/docs/sql-reference/data-types/date", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/date", + "destination": "/docs/sql-reference/data-types/date", + "permanent": true }, { - "source" : "/docs/en/data_types/datetime", - "destination" : "/docs/sql-reference/data-types/datetime", - "permanent" : true + "source": "/docs/en/data_types/datetime", + "destination": "/docs/sql-reference/data-types/datetime", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/datetime", - "destination" : "/docs/sql-reference/data-types/datetime", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/datetime", + "destination": "/docs/sql-reference/data-types/datetime", + "permanent": true }, { - "source" : "/docs/en/data_types/datetime64", - "destination" : "/docs/sql-reference/data-types/datetime64", - "permanent" : true + "source": "/docs/en/data_types/datetime64", + "destination": "/docs/sql-reference/data-types/datetime64", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/datetime64", - "destination" : "/docs/sql-reference/data-types/datetime64", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/datetime64", + "destination": "/docs/sql-reference/data-types/datetime64", + "permanent": true }, { - "source" : "/docs/en/data_types/decimal", - "destination" : "/docs/sql-reference/data-types/decimal", - "permanent" : true + "source": "/docs/en/data_types/decimal", + "destination": "/docs/sql-reference/data-types/decimal", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/decimal", - "destination" : "/docs/sql-reference/data-types/decimal", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/decimal", + "destination": "/docs/sql-reference/data-types/decimal", + "permanent": true }, { - "source" : "/docs/en/sql-reference/data-types/domains/overview", - "destination" : "/docs/sql-reference/data-types/domains", - "permanent" : true + "source": "/docs/en/sql-reference/data-types/domains/overview", + "destination": "/docs/sql-reference/data-types/domains", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/domains", - "destination" : "/docs/sql-reference/data-types/domains", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/domains", + "destination": "/docs/sql-reference/data-types/domains", + "permanent": true }, { - "source" : "/docs/en/sql-reference/data_types/domains/ipv4", - "destination" : "/docs/sql-reference/data-types/ipv4", - "permanent" : true + "source": "/docs/en/sql-reference/data_types/domains/ipv4", + "destination": "/docs/sql-reference/data-types/ipv4", + "permanent": true }, { - "source" : "/docs/en/data_types/domains/ipv4", - "destination" : "/docs/sql-reference/data-types/ipv4", - "permanent" : true + "source": "/docs/en/data_types/domains/ipv4", + "destination": "/docs/sql-reference/data-types/ipv4", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/domains/ipv4", - "destination" : "/docs/sql-reference/data-types/ipv4", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/domains/ipv4", + "destination": "/docs/sql-reference/data-types/ipv4", + "permanent": true }, { - "source" : "/docs/en/sql-reference/data-types/domains/ipv6", - "destination" : "/docs/sql-reference/data-types/ipv6", - "permanent" : true + "source": "/docs/en/sql-reference/data-types/domains/ipv6", + "destination": "/docs/sql-reference/data-types/ipv6", + "permanent": true }, { - "source" : "/docs/en/data_types/domains/ipv6", - "destination" : "/docs/sql-reference/data-types/ipv6", - "permanent" : true + "source": "/docs/en/data_types/domains/ipv6", + "destination": "/docs/sql-reference/data-types/ipv6", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/domains/ipv6", - "destination" : "/docs/sql-reference/data-types/ipv6", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/domains/ipv6", + "destination": "/docs/sql-reference/data-types/ipv6", + "permanent": true }, { - "source" : "/docs/en/data_types/domains/overview", - "destination" : "/docs/sql-reference/data-types/domains", - "permanent" : true + "source": "/docs/en/data_types/domains/overview", + "destination": "/docs/sql-reference/data-types/domains", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/domains/overview", - "destination" : "/docs/sql-reference/data-types/domains", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/domains/overview", + "destination": "/docs/sql-reference/data-types/domains", + "permanent": true }, { - "source" : "/docs/en/data_types/enum", - "destination" : "/docs/sql-reference/data-types/enum", - "permanent" : true + "source": "/docs/en/data_types/enum", + "destination": "/docs/sql-reference/data-types/enum", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/enum", - "destination" : "/docs/sql-reference/data-types/enum", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/enum", + "destination": "/docs/sql-reference/data-types/enum", + "permanent": true }, { - "source" : "/docs/en/data_types/fixedstring", - "destination" : "/docs/sql-reference/data-types/fixedstring", - "permanent" : true + "source": "/docs/en/data_types/fixedstring", + "destination": "/docs/sql-reference/data-types/fixedstring", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/fixedstring", - "destination" : "/docs/sql-reference/data-types/fixedstring", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/fixedstring", + "destination": "/docs/sql-reference/data-types/fixedstring", + "permanent": true }, { - "source" : "/docs/en/data_types/float", - "destination" : "/docs/sql-reference/data-types/float", - "permanent" : true + "source": "/docs/en/data_types/float", + "destination": "/docs/sql-reference/data-types/float", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/float", - "destination" : "/docs/sql-reference/data-types/float", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/float", + "destination": "/docs/sql-reference/data-types/float", + "permanent": true }, { - "source" : "/docs/en/data_types/int_uint", - "destination" : "/docs/sql-reference/data-types/int-uint", - "permanent" : true + "source": "/docs/en/data_types/int_uint", + "destination": "/docs/sql-reference/data-types/int-uint", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/int_uint", - "destination" : "/docs/sql-reference/data-types/int-uint", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/int_uint", + "destination": "/docs/sql-reference/data-types/int-uint", + "permanent": true }, { - "source" : "/docs/en/data_types/nested_data_structures", - "destination" : "/docs/sql-reference/data-types/nested-data-structures/nested", - "permanent" : true + "source": "/docs/en/data_types/nested_data_structures", + "destination": "/docs/sql-reference/data-types/nested-data-structures/nested", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/nested_data_structures", - "destination" : "/docs/sql-reference/data-types/nested-data-structures/nested", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/nested_data_structures", + "destination": "/docs/sql-reference/data-types/nested-data-structures/nested", + "permanent": true }, { - "source" : "/docs/en/data_types/nested_data_structures/nested", - "destination" : "/docs/sql-reference/data-types/nested-data-structures/nested", - "permanent" : true + "source": "/docs/en/data_types/nested_data_structures/nested", + "destination": "/docs/sql-reference/data-types/nested-data-structures/nested", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/nested_data_structures/nested", - "destination" : "/docs/sql-reference/data-types/nested-data-structures/nested", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/nested_data_structures/nested", + "destination": "/docs/sql-reference/data-types/nested-data-structures/nested", + "permanent": true }, { - "source" : "/docs/en/data_types/nullable", - "destination" : "/docs/sql-reference/data-types/nullable", - "permanent" : true + "source": "/docs/en/data_types/nullable", + "destination": "/docs/sql-reference/data-types/nullable", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/nullable", - "destination" : "/docs/sql-reference/data-types/nullable", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/nullable", + "destination": "/docs/sql-reference/data-types/nullable", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/simpleaggregatefunction", - "destination" : "/docs/sql-reference/data-types/simpleaggregatefunction", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/simpleaggregatefunction", + "destination": "/docs/sql-reference/data-types/simpleaggregatefunction", + "permanent": true }, { - "source" : "/docs/en/data_types/special_data_types", - "destination" : "/docs/sql-reference/data-types/special-data-types", - "permanent" : true + "source": "/docs/en/data_types/special_data_types", + "destination": "/docs/sql-reference/data-types/special-data-types", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/special_data_types", - "destination" : "/docs/sql-reference/data-types/special-data-types", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/special_data_types", + "destination": "/docs/sql-reference/data-types/special-data-types", + "permanent": true }, { - "source" : "/docs/en/data_types/special_data_types/expression", - "destination" : "/docs/sql-reference/data-types/special-data-types/expression", - "permanent" : true + "source": "/docs/en/data_types/special_data_types/expression", + "destination": "/docs/sql-reference/data-types/special-data-types/expression", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/special_data_types/expression", - "destination" : "/docs/sql-reference/data-types/special-data-types/expression", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/special_data_types/expression", + "destination": "/docs/sql-reference/data-types/special-data-types/expression", + "permanent": true }, { - "source" : "/docs/en/data_types/special_data_types/interval", - "destination" : "/docs/sql-reference/data-types/special-data-types/interval", - "permanent" : true + "source": "/docs/en/data_types/special_data_types/interval", + "destination": "/docs/sql-reference/data-types/special-data-types/interval", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/special_data_types/interval", - "destination" : "/docs/sql-reference/data-types/special-data-types/interval", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/special_data_types/interval", + "destination": "/docs/sql-reference/data-types/special-data-types/interval", + "permanent": true }, { - "source" : "/docs/en/data_types/special_data_types/nothing", - "destination" : "/docs/sql-reference/data-types/special-data-types/nothing", - "permanent" : true + "source": "/docs/en/data_types/special_data_types/nothing", + "destination": "/docs/sql-reference/data-types/special-data-types/nothing", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/special_data_types/nothing", - "destination" : "/docs/sql-reference/data-types/special-data-types/nothing", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/special_data_types/nothing", + "destination": "/docs/sql-reference/data-types/special-data-types/nothing", + "permanent": true }, { - "source" : "/docs/en/data_types/special_data_types/set", - "destination" : "/docs/sql-reference/data-types/special-data-types/set", - "permanent" : true + "source": "/docs/en/data_types/special_data_types/set", + "destination": "/docs/sql-reference/data-types/special-data-types/set", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/special_data_types/set", - "destination" : "/docs/sql-reference/data-types/special-data-types/set", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/special_data_types/set", + "destination": "/docs/sql-reference/data-types/special-data-types/set", + "permanent": true }, { - "source" : "/docs/en/data_types/string", - "destination" : "/docs/sql-reference/data-types/string", - "permanent" : true + "source": "/docs/en/data_types/string", + "destination": "/docs/sql-reference/data-types/string", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/string", - "destination" : "/docs/sql-reference/data-types/string", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/string", + "destination": "/docs/sql-reference/data-types/string", + "permanent": true }, { - "source" : "/docs/en/data_types/tuple", - "destination" : "/docs/sql-reference/data-types/tuple", - "permanent" : true + "source": "/docs/en/data_types/tuple", + "destination": "/docs/sql-reference/data-types/tuple", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/tuple", - "destination" : "/docs/sql-reference/data-types/tuple", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/tuple", + "destination": "/docs/sql-reference/data-types/tuple", + "permanent": true }, { - "source" : "/docs/en/data_types/uuid", - "destination" : "/docs/sql-reference/data-types/uuid", - "permanent" : true + "source": "/docs/en/data_types/uuid", + "destination": "/docs/sql-reference/data-types/uuid", + "permanent": true }, { - "source" : "/docs/en/sql_reference/data_types/uuid", - "destination" : "/docs/sql-reference/data-types/uuid", - "permanent" : true + "source": "/docs/en/sql_reference/data_types/uuid", + "destination": "/docs/sql-reference/data-types/uuid", + "permanent": true }, { - "source" : "/docs/en/query_language/dicts", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/query_language/dicts", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql_reference/dictionaries", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql_reference/dictionaries", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql_reference/dictionaries/external_dictionaries", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql_reference/dictionaries/external_dictionaries", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/query_language/dicts/external_dicts", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/query_language/dicts/external_dicts", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql_reference/dictionaries/external_dictionaries/external_dicts", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql_reference/dictionaries/external_dictionaries/external_dicts", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/query_language/dicts/external_dicts_dict", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/query_language/dicts/external_dicts_dict", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql_reference/dictionaries/external_dictionaries/external_dicts_dict", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql_reference/dictionaries/external_dictionaries/external_dicts_dict", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/query_language/dicts/external_dicts_dict_hierarchical", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/query_language/dicts/external_dicts_dict_hierarchical", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql_reference/dictionaries/external_dictionaries/external_dicts_dict_hierarchical", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql_reference/dictionaries/external_dictionaries/external_dicts_dict_hierarchical", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/query_language/dicts/external_dicts_dict_layout", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/query_language/dicts/external_dicts_dict_layout", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql_reference/dictionaries/external_dictionaries/external_dicts_dict_layout", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql_reference/dictionaries/external_dictionaries/external_dicts_dict_layout", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/query_language/dicts/external_dicts_dict_lifetime", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/query_language/dicts/external_dicts_dict_lifetime", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql_reference/dictionaries/external_dictionaries/external_dicts_dict_lifetime", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql_reference/dictionaries/external_dictionaries/external_dicts_dict_lifetime", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/query_language/dicts/external_dicts_dict_sources", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/query_language/dicts/external_dicts_dict_sources", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql_reference/dictionaries/external_dictionaries/external_dicts_dict_sources", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql_reference/dictionaries/external_dictionaries/external_dicts_dict_sources", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/query_language/dicts/external_dicts_dict_structure", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/query_language/dicts/external_dicts_dict_structure", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql_reference/dictionaries/external_dictionaries/external_dicts_dict_structure", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql_reference/dictionaries/external_dictionaries/external_dicts_dict_structure", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/query_language/dicts/internal_dicts", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/query_language/dicts/internal_dicts", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/sql_reference/dictionaries/internal_dicts", - "destination" : "/docs/sql-reference/dictionaries", - "permanent" : true + "source": "/docs/en/sql_reference/dictionaries/internal_dicts", + "destination": "/docs/sql-reference/dictionaries", + "permanent": true }, { - "source" : "/docs/en/query_language/functions", - "destination" : "/docs/sql-reference/functions", - "permanent" : true + "source": "/docs/en/query_language/functions", + "destination": "/docs/sql-reference/functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions", - "destination" : "/docs/sql-reference/functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions", + "destination": "/docs/sql-reference/functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/arithmetic_functions", - "destination" : "/docs/sql-reference/functions/arithmetic-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/arithmetic_functions", + "destination": "/docs/sql-reference/functions/arithmetic-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/arithmetic_functions", - "destination" : "/docs/sql-reference/functions/arithmetic-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/arithmetic_functions", + "destination": "/docs/sql-reference/functions/arithmetic-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/array_functions", - "destination" : "/docs/sql-reference/functions/array-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/array_functions", + "destination": "/docs/sql-reference/functions/array-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/array_functions", - "destination" : "/docs/sql-reference/functions/array-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/array_functions", + "destination": "/docs/sql-reference/functions/array-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/array_join", - "destination" : "/docs/sql-reference/functions/array-join", - "permanent" : true + "source": "/docs/en/query_language/functions/array_join", + "destination": "/docs/sql-reference/functions/array-join", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/array_join", - "destination" : "/docs/sql-reference/functions/array-join", - "permanent" : true + "source": "/docs/en/sql_reference/functions/array_join", + "destination": "/docs/sql-reference/functions/array-join", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/bit_functions", - "destination" : "/docs/sql-reference/functions/bit-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/bit_functions", + "destination": "/docs/sql-reference/functions/bit-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/bit_functions", - "destination" : "/docs/sql-reference/functions/bit-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/bit_functions", + "destination": "/docs/sql-reference/functions/bit-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/bitmap_functions", - "destination" : "/docs/sql-reference/functions/bitmap-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/bitmap_functions", + "destination": "/docs/sql-reference/functions/bitmap-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/bitmap_functions", - "destination" : "/docs/sql-reference/functions/bitmap-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/bitmap_functions", + "destination": "/docs/sql-reference/functions/bitmap-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/comparison_functions", - "destination" : "/docs/sql-reference/functions/comparison-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/comparison_functions", + "destination": "/docs/sql-reference/functions/comparison-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/comparison_functions", - "destination" : "/docs/sql-reference/functions/comparison-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/comparison_functions", + "destination": "/docs/sql-reference/functions/comparison-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/conditional_functions", - "destination" : "/docs/sql-reference/functions/conditional-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/conditional_functions", + "destination": "/docs/sql-reference/functions/conditional-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/conditional_functions", - "destination" : "/docs/sql-reference/functions/conditional-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/conditional_functions", + "destination": "/docs/sql-reference/functions/conditional-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/date_time_functions", - "destination" : "/docs/sql-reference/functions/date-time-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/date_time_functions", + "destination": "/docs/sql-reference/functions/date-time-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/date_time_functions", - "destination" : "/docs/sql-reference/functions/date-time-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/date_time_functions", + "destination": "/docs/sql-reference/functions/date-time-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/encoding_functions", - "destination" : "/docs/sql-reference/functions/encoding-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/encoding_functions", + "destination": "/docs/sql-reference/functions/encoding-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/encoding_functions", - "destination" : "/docs/sql-reference/functions/encoding-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/encoding_functions", + "destination": "/docs/sql-reference/functions/encoding-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/ext_dict_functions", - "destination" : "/docs/sql-reference/functions/ext-dict-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/ext_dict_functions", + "destination": "/docs/sql-reference/functions/ext-dict-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/ext_dict_functions", - "destination" : "/docs/sql-reference/functions/ext-dict-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/ext_dict_functions", + "destination": "/docs/sql-reference/functions/ext-dict-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/functions_for_nulls", - "destination" : "/docs/sql-reference/functions/functions-for-nulls", - "permanent" : true + "source": "/docs/en/query_language/functions/functions_for_nulls", + "destination": "/docs/sql-reference/functions/functions-for-nulls", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/functions_for_nulls", - "destination" : "/docs/sql-reference/functions/functions-for-nulls", - "permanent" : true + "source": "/docs/en/sql_reference/functions/functions_for_nulls", + "destination": "/docs/sql-reference/functions/functions-for-nulls", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/geo", - "destination" : "/docs/sql-reference/functions/geo", - "permanent" : true + "source": "/docs/en/query_language/functions/geo", + "destination": "/docs/sql-reference/functions/geo", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/geo", - "destination" : "/docs/sql-reference/functions/geo", - "permanent" : true + "source": "/docs/en/sql_reference/functions/geo", + "destination": "/docs/sql-reference/functions/geo", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/hash_functions", - "destination" : "/docs/sql-reference/functions/hash-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/hash_functions", + "destination": "/docs/sql-reference/functions/hash-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/hash_functions", - "destination" : "/docs/sql-reference/functions/hash-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/hash_functions", + "destination": "/docs/sql-reference/functions/hash-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/in_functions", - "destination" : "/docs/sql-reference/functions/in-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/in_functions", + "destination": "/docs/sql-reference/functions/in-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/in_functions", - "destination" : "/docs/sql-reference/functions/in-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/in_functions", + "destination": "/docs/sql-reference/functions/in-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/introspection", - "destination" : "/docs/sql-reference/functions/introspection", - "permanent" : true + "source": "/docs/en/query_language/functions/introspection", + "destination": "/docs/sql-reference/functions/introspection", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/introspection", - "destination" : "/docs/sql-reference/functions/introspection", - "permanent" : true + "source": "/docs/en/sql_reference/functions/introspection", + "destination": "/docs/sql-reference/functions/introspection", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/ip_address_functions", - "destination" : "/docs/sql-reference/functions/ip-address-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/ip_address_functions", + "destination": "/docs/sql-reference/functions/ip-address-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/ip_address_functions", - "destination" : "/docs/sql-reference/functions/ip-address-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/ip_address_functions", + "destination": "/docs/sql-reference/functions/ip-address-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/json_functions", - "destination" : "/docs/sql-reference/functions/json-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/json_functions", + "destination": "/docs/sql-reference/functions/json-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/json_functions", - "destination" : "/docs/sql-reference/functions/json-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/json_functions", + "destination": "/docs/sql-reference/functions/json-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/logical_functions", - "destination" : "/docs/sql-reference/functions/logical-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/logical_functions", + "destination": "/docs/sql-reference/functions/logical-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/logical_functions", - "destination" : "/docs/sql-reference/functions/logical-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/logical_functions", + "destination": "/docs/sql-reference/functions/logical-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/machine_learning_functions", - "destination" : "/docs/sql-reference/functions/machine-learning-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/machine_learning_functions", + "destination": "/docs/sql-reference/functions/machine-learning-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/machine_learning_functions", - "destination" : "/docs/sql-reference/functions/machine-learning-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/machine_learning_functions", + "destination": "/docs/sql-reference/functions/machine-learning-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/math_functions", - "destination" : "/docs/sql-reference/functions/math-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/math_functions", + "destination": "/docs/sql-reference/functions/math-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/math_functions", - "destination" : "/docs/sql-reference/functions/math-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/math_functions", + "destination": "/docs/sql-reference/functions/math-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/other_functions", - "destination" : "/docs/sql-reference/functions/other-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/other_functions", + "destination": "/docs/sql-reference/functions/other-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/other_functions", - "destination" : "/docs/sql-reference/functions/other-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/other_functions", + "destination": "/docs/sql-reference/functions/other-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/random_functions", - "destination" : "/docs/sql-reference/functions/random-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/random_functions", + "destination": "/docs/sql-reference/functions/random-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/random_functions", - "destination" : "/docs/sql-reference/functions/random-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/random_functions", + "destination": "/docs/sql-reference/functions/random-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/rounding_functions", - "destination" : "/docs/sql-reference/functions/rounding-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/rounding_functions", + "destination": "/docs/sql-reference/functions/rounding-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/rounding_functions", - "destination" : "/docs/sql-reference/functions/rounding-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/rounding_functions", + "destination": "/docs/sql-reference/functions/rounding-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/splitting_merging_functions", - "destination" : "/docs/sql-reference/functions/splitting-merging-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/splitting_merging_functions", + "destination": "/docs/sql-reference/functions/splitting-merging-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/splitting_merging_functions", - "destination" : "/docs/sql-reference/functions/splitting-merging-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/splitting_merging_functions", + "destination": "/docs/sql-reference/functions/splitting-merging-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/string_functions", - "destination" : "/docs/sql-reference/functions/string-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/string_functions", + "destination": "/docs/sql-reference/functions/string-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/string_functions", - "destination" : "/docs/sql-reference/functions/string-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/string_functions", + "destination": "/docs/sql-reference/functions/string-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/string_replace_functions", - "destination" : "/docs/sql-reference/functions/string-replace-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/string_replace_functions", + "destination": "/docs/sql-reference/functions/string-replace-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/string_replace_functions", - "destination" : "/docs/sql-reference/functions/string-replace-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/string_replace_functions", + "destination": "/docs/sql-reference/functions/string-replace-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/string_search_functions", - "destination" : "/docs/sql-reference/functions/string-search-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/string_search_functions", + "destination": "/docs/sql-reference/functions/string-search-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/string_search_functions", - "destination" : "/docs/sql-reference/functions/string-search-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/string_search_functions", + "destination": "/docs/sql-reference/functions/string-search-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/type_conversion_functions", - "destination" : "/docs/sql-reference/functions/type-conversion-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/type_conversion_functions", + "destination": "/docs/sql-reference/functions/type-conversion-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/type_conversion_functions", - "destination" : "/docs/sql-reference/functions/type-conversion-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/type_conversion_functions", + "destination": "/docs/sql-reference/functions/type-conversion-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/url_functions", - "destination" : "/docs/sql-reference/functions/url-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/url_functions", + "destination": "/docs/sql-reference/functions/url-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/url_functions", - "destination" : "/docs/sql-reference/functions/url-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/url_functions", + "destination": "/docs/sql-reference/functions/url-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/uuid_functions", - "destination" : "/docs/sql-reference/functions/uuid-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/uuid_functions", + "destination": "/docs/sql-reference/functions/uuid-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/uuid_functions", - "destination" : "/docs/sql-reference/functions/uuid-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/uuid_functions", + "destination": "/docs/sql-reference/functions/uuid-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/functions/ym_dict_functions", - "destination" : "/docs/sql-reference/functions/ym-dict-functions", - "permanent" : true + "source": "/docs/en/query_language/functions/ym_dict_functions", + "destination": "/docs/sql-reference/functions/ym-dict-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/functions/ym_dict_functions", - "destination" : "/docs/sql-reference/functions/ym-dict-functions", - "permanent" : true + "source": "/docs/en/sql_reference/functions/ym_dict_functions", + "destination": "/docs/sql-reference/functions/ym-dict-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/operators", - "destination" : "/docs/sql-reference/operators", - "permanent" : true + "source": "/docs/en/query_language/operators", + "destination": "/docs/sql-reference/operators", + "permanent": true }, { - "source" : "/docs/en/sql_reference/operators", - "destination" : "/docs/sql-reference/operators", - "permanent" : true + "source": "/docs/en/sql_reference/operators", + "destination": "/docs/sql-reference/operators", + "permanent": true }, { - "source" : "/docs/en/sql_reference/statements", - "destination" : "/docs/sql-reference/statements", - "permanent" : true + "source": "/docs/en/sql_reference/statements", + "destination": "/docs/sql-reference/statements", + "permanent": true }, { - "source" : "/docs/en/query_language/alter", - "destination" : "/docs/sql-reference/statements/alter", - "permanent" : true + "source": "/docs/en/query_language/alter", + "destination": "/docs/sql-reference/statements/alter", + "permanent": true }, { - "source" : "/docs/en/sql_reference/statements/alter", - "destination" : "/docs/sql-reference/statements/alter", - "permanent" : true + "source": "/docs/en/sql_reference/statements/alter", + "destination": "/docs/sql-reference/statements/alter", + "permanent": true }, { - "source" : "/docs/en/sql-reference/statements/alter/index", - "destination" : "/docs/sql-reference/statements/alter/skipping-index", - "permanent" : true + "source": "/docs/en/sql-reference/statements/alter/index", + "destination": "/docs/sql-reference/statements/alter/skipping-index", + "permanent": true }, { - "source" : "/docs/en/query_language/create", - "destination" : "/docs/sql-reference/statements/create", - "permanent" : true + "source": "/docs/en/query_language/create", + "destination": "/docs/sql-reference/statements/create", + "permanent": true }, { - "source" : "/docs/en/sql_reference/statements/create", - "destination" : "/docs/sql-reference/statements/create", - "permanent" : true + "source": "/docs/en/sql_reference/statements/create", + "destination": "/docs/sql-reference/statements/create", + "permanent": true }, { - "source" : "/docs/en/query_language/insert_into", - "destination" : "/docs/sql-reference/statements/insert-into", - "permanent" : true + "source": "/docs/en/query_language/insert_into", + "destination": "/docs/sql-reference/statements/insert-into", + "permanent": true }, { - "source" : "/docs/en/sql_reference/statements/insert_into", - "destination" : "/docs/sql-reference/statements/insert-into", - "permanent" : true + "source": "/docs/en/sql_reference/statements/insert_into", + "destination": "/docs/sql-reference/statements/insert-into", + "permanent": true }, { - "source" : "/docs/en/query_language/misc", - "destination" : "/docs/sql-reference/statements", - "permanent" : true + "source": "/docs/en/query_language/misc", + "destination": "/docs/sql-reference/statements", + "permanent": true }, { - "source" : "/docs/en/sql-reference/statements/misc", - "destination" : "/docs/sql-reference/statements", - "permanent" : true + "source": "/docs/en/sql-reference/statements/misc", + "destination": "/docs/sql-reference/statements", + "permanent": true }, { - "source" : "/docs/en/sql_reference/statements/misc", - "destination" : "/docs/sql-reference/statements", - "permanent" : true + "source": "/docs/en/sql_reference/statements/misc", + "destination": "/docs/sql-reference/statements", + "permanent": true }, { - "source" : "/docs/en/query_language/select", - "destination" : "/docs/sql-reference/statements/select", - "permanent" : true + "source": "/docs/en/query_language/select", + "destination": "/docs/sql-reference/statements/select", + "permanent": true }, { - "source" : "/docs/en/sql_reference/statements/select", - "destination" : "/docs/sql-reference/statements/select", - "permanent" : true + "source": "/docs/en/sql_reference/statements/select", + "destination": "/docs/sql-reference/statements/select", + "permanent": true }, { - "source" : "/docs/en/query_language/show", - "destination" : "/docs/sql-reference/statements/show", - "permanent" : true + "source": "/docs/en/query_language/show", + "destination": "/docs/sql-reference/statements/show", + "permanent": true }, { - "source" : "/docs/en/sql_reference/statements/show", - "destination" : "/docs/sql-reference/statements/show", - "permanent" : true + "source": "/docs/en/sql_reference/statements/show", + "destination": "/docs/sql-reference/statements/show", + "permanent": true }, { - "source" : "/docs/en/query_language/system", - "destination" : "/docs/sql-reference/statements/system", - "permanent" : true + "source": "/docs/en/query_language/system", + "destination": "/docs/sql-reference/statements/system", + "permanent": true }, { - "source" : "/docs/en/sql_reference/statements/system", - "destination" : "/docs/sql-reference/statements/system", - "permanent" : true + "source": "/docs/en/sql_reference/statements/system", + "destination": "/docs/sql-reference/statements/system", + "permanent": true }, { - "source" : "/docs/en/query_language/syntax", - "destination" : "/docs/sql-reference/syntax", - "permanent" : true + "source": "/docs/en/query_language/syntax", + "destination": "/docs/sql-reference/syntax", + "permanent": true }, { - "source" : "/docs/en/sql_reference/syntax", - "destination" : "/docs/sql-reference/syntax", - "permanent" : true + "source": "/docs/en/sql_reference/syntax", + "destination": "/docs/sql-reference/syntax", + "permanent": true }, { - "source" : "/docs/en/query_language/table_functions", - "destination" : "/docs/sql-reference/table-functions", - "permanent" : true + "source": "/docs/en/query_language/table_functions", + "destination": "/docs/sql-reference/table-functions", + "permanent": true }, { - "source" : "/docs/en/sql_reference/table_functions", - "destination" : "/docs/sql-reference/table-functions", - "permanent" : true + "source": "/docs/en/sql_reference/table_functions", + "destination": "/docs/sql-reference/table-functions", + "permanent": true }, { - "source" : "/docs/en/query_language/table_functions/file", - "destination" : "/docs/sql-reference/table-functions/file", - "permanent" : true + "source": "/docs/en/query_language/table_functions/file", + "destination": "/docs/sql-reference/table-functions/file", + "permanent": true }, { - "source" : "/docs/en/sql_reference/table_functions/file", - "destination" : "/docs/sql-reference/table-functions/file", - "permanent" : true + "source": "/docs/en/sql_reference/table_functions/file", + "destination": "/docs/sql-reference/table-functions/file", + "permanent": true }, { - "source" : "/docs/en/query_language/table_functions/generate", - "destination" : "/docs/sql-reference/table-functions/generate", - "permanent" : true + "source": "/docs/en/query_language/table_functions/generate", + "destination": "/docs/sql-reference/table-functions/generate", + "permanent": true }, { - "source" : "/docs/en/sql_reference/sql-reference/ansi", - "destination" : "/docs/sql-reference", - "permanent" : true + "source": "/docs/en/sql_reference/sql-reference/ansi", + "destination": "/docs/sql-reference", + "permanent": true }, { - "source" : "/docs/en/sql_reference/table_functions/generate", - "destination" : "/docs/sql-reference/table-functions/generate", - "permanent" : true + "source": "/docs/en/sql_reference/table_functions/generate", + "destination": "/docs/sql-reference/table-functions/generate", + "permanent": true }, { - "source" : "/docs/en/query_language/table_functions/hdfs", - "destination" : "/docs/sql-reference/table-functions/hdfs", - "permanent" : true + "source": "/docs/en/query_language/table_functions/hdfs", + "destination": "/docs/sql-reference/table-functions/hdfs", + "permanent": true }, { - "source" : "/docs/en/sql_reference/table_functions/hdfs", - "destination" : "/docs/sql-reference/table-functions/hdfs", - "permanent" : true + "source": "/docs/en/sql_reference/table_functions/hdfs", + "destination": "/docs/sql-reference/table-functions/hdfs", + "permanent": true }, { - "source" : "/docs/en/query_language/table_functions/input", - "destination" : "/docs/sql-reference/table-functions/input", - "permanent" : true + "source": "/docs/en/query_language/table_functions/input", + "destination": "/docs/sql-reference/table-functions/input", + "permanent": true }, { - "source" : "/docs/en/sql_reference/table_functions/input", - "destination" : "/docs/sql-reference/table-functions/input", - "permanent" : true + "source": "/docs/en/sql_reference/table_functions/input", + "destination": "/docs/sql-reference/table-functions/input", + "permanent": true }, { - "source" : "/docs/en/query_language/table_functions/jdbc", - "destination" : "/docs/sql-reference/table-functions/jdbc", - "permanent" : true + "source": "/docs/en/query_language/table_functions/jdbc", + "destination": "/docs/sql-reference/table-functions/jdbc", + "permanent": true }, { - "source" : "/docs/en/sql_reference/table_functions/jdbc", - "destination" : "/docs/sql-reference/table-functions/jdbc", - "permanent" : true + "source": "/docs/en/sql_reference/table_functions/jdbc", + "destination": "/docs/sql-reference/table-functions/jdbc", + "permanent": true }, { - "source" : "/docs/en/query_language/table_functions/merge", - "destination" : "/docs/sql-reference/table-functions/merge", - "permanent" : true + "source": "/docs/en/query_language/table_functions/merge", + "destination": "/docs/sql-reference/table-functions/merge", + "permanent": true }, { - "source" : "/docs/en/sql_reference/table_functions/merge", - "destination" : "/docs/sql-reference/table-functions/merge", - "permanent" : true + "source": "/docs/en/sql_reference/table_functions/merge", + "destination": "/docs/sql-reference/table-functions/merge", + "permanent": true }, { - "source" : "/docs/en/query_language/table_functions/mysql", - "destination" : "/docs/sql-reference/table-functions/mysql", - "permanent" : true + "source": "/docs/en/query_language/table_functions/mysql", + "destination": "/docs/sql-reference/table-functions/mysql", + "permanent": true }, { - "source" : "/docs/en/sql_reference/table_functions/mysql", - "destination" : "/docs/sql-reference/table-functions/mysql", - "permanent" : true + "source": "/docs/en/sql_reference/table_functions/mysql", + "destination": "/docs/sql-reference/table-functions/mysql", + "permanent": true }, { - "source" : "/docs/en/query_language/table_functions/numbers", - "destination" : "/docs/sql-reference/table-functions/numbers", - "permanent" : true + "source": "/docs/en/query_language/table_functions/numbers", + "destination": "/docs/sql-reference/table-functions/numbers", + "permanent": true }, { - "source" : "/docs/en/sql_reference/table_functions/numbers", - "destination" : "/docs/sql-reference/table-functions/numbers", - "permanent" : true + "source": "/docs/en/sql_reference/table_functions/numbers", + "destination": "/docs/sql-reference/table-functions/numbers", + "permanent": true }, { - "source" : "/docs/en/query_language/table_functions/odbc", - "destination" : "/docs/sql-reference/table-functions/odbc", - "permanent" : true + "source": "/docs/en/query_language/table_functions/odbc", + "destination": "/docs/sql-reference/table-functions/odbc", + "permanent": true }, { - "source" : "/docs/en/sql_reference/table_functions/odbc", - "destination" : "/docs/sql-reference/table-functions/odbc", - "permanent" : true + "source": "/docs/en/sql_reference/table_functions/odbc", + "destination": "/docs/sql-reference/table-functions/odbc", + "permanent": true }, { - "source" : "/docs/en/query_language/table_functions/remote", - "destination" : "/docs/sql-reference/table-functions/remote", - "permanent" : true + "source": "/docs/en/query_language/table_functions/remote", + "destination": "/docs/sql-reference/table-functions/remote", + "permanent": true }, { - "source" : "/docs/en/sql_reference/table_functions/remote", - "destination" : "/docs/sql-reference/table-functions/remote", - "permanent" : true + "source": "/docs/en/sql_reference/table_functions/remote", + "destination": "/docs/sql-reference/table-functions/remote", + "permanent": true }, { - "source" : "/docs/en/query_language/table_functions/url", - "destination" : "/docs/sql-reference/table-functions/url", - "permanent" : true + "source": "/docs/en/query_language/table_functions/url", + "destination": "/docs/sql-reference/table-functions/url", + "permanent": true }, { - "source" : "/docs/en/sql_reference/table_functions/url", - "destination" : "/docs/sql-reference/table-functions/url", - "permanent" : true + "source": "/docs/en/sql_reference/table_functions/url", + "destination": "/docs/sql-reference/table-functions/url", + "permanent": true }, { - "source" : "/docs/en/whats_new", - "destination" : "/docs/whats-new/changelog", - "permanent" : true + "source": "/docs/en/whats_new", + "destination": "/docs/whats-new/changelog", + "permanent": true }, { - "source" : "/docs/en/changelog", - "destination" : "/docs/whats-new/changelog", - "permanent" : true + "source": "/docs/en/changelog", + "destination": "/docs/whats-new/changelog", + "permanent": true }, { - "source" : "/docs/en/whats_new/changelog", - "destination" : "/docs/whats-new/changelog", - "permanent" : true + "source": "/docs/en/whats_new/changelog", + "destination": "/docs/whats-new/changelog", + "permanent": true }, { - "source" : "/docs/en/changelog/2017", - "destination" : "/docs/whats-new/changelog/2017", - "permanent" : true + "source": "/docs/en/changelog/2017", + "destination": "/docs/whats-new/changelog/2017", + "permanent": true }, { - "source" : "/docs/en/whats_new/changelog/2017", - "destination" : "/docs/whats-new/changelog/2017", - "permanent" : true + "source": "/docs/en/whats_new/changelog/2017", + "destination": "/docs/whats-new/changelog/2017", + "permanent": true }, { - "source" : "/docs/en/changelog/2018", - "destination" : "/docs/whats-new/changelog/2018", - "permanent" : true + "source": "/docs/en/changelog/2018", + "destination": "/docs/whats-new/changelog/2018", + "permanent": true }, { - "source" : "/docs/en/whats_new/changelog/2018", - "destination" : "/docs/whats-new/changelog/2018", - "permanent" : true + "source": "/docs/en/whats_new/changelog/2018", + "destination": "/docs/whats-new/changelog/2018", + "permanent": true }, { - "source" : "/docs/en/changelog/2019", - "destination" : "/docs/whats-new/changelog/2019", - "permanent" : true + "source": "/docs/en/changelog/2019", + "destination": "/docs/whats-new/changelog/2019", + "permanent": true }, { - "source" : "/docs/en/whats_new/changelog/2019", - "destination" : "/docs/whats-new/changelog/2019", - "permanent" : true + "source": "/docs/en/whats_new/changelog/2019", + "destination": "/docs/whats-new/changelog/2019", + "permanent": true }, { - "source" : "/docs/en/extended_roadmap", - "destination" : "/docs/whats-new/roadmap", - "permanent" : true + "source": "/docs/en/extended_roadmap", + "destination": "/docs/whats-new/roadmap", + "permanent": true }, { - "source" : "/docs/en/roadmap", - "destination" : "/docs/whats-new/roadmap", - "permanent" : true + "source": "/docs/en/roadmap", + "destination": "/docs/whats-new/roadmap", + "permanent": true }, { - "source" : "/docs/en/whats_new/roadmap", - "destination" : "/docs/whats-new/roadmap", - "permanent" : true + "source": "/docs/en/whats_new/roadmap", + "destination": "/docs/whats-new/roadmap", + "permanent": true }, { - "source" : "/docs/en/security_changelog", - "destination" : "/docs/whats-new/security-changelog", - "permanent" : true + "source": "/docs/en/security_changelog", + "destination": "/docs/whats-new/security-changelog", + "permanent": true }, { - "source" : "/docs/en/whats_new/security_changelog", - "destination" : "/docs/whats-new/security-changelog", - "permanent" : true + "source": "/docs/en/whats_new/security_changelog", + "destination": "/docs/whats-new/security-changelog", + "permanent": true }, { - "source" : "/docs/en/introduction", - "destination" : "/docs/intro", - "permanent" : true + "source": "/docs/en/introduction", + "destination": "/docs/intro", + "permanent": true }, { - "source" : "/docs/en/introduction/adopters", - "destination" : "/docs/about-us/adopters", - "permanent" : true + "source": "/docs/en/introduction/adopters", + "destination": "/docs/about-us/adopters", + "permanent": true }, { - "source" : "/docs/en/introduction/distinctive-features", - "destination" : "/docs/about-us/distinctive-features", - "permanent" : true + "source": "/docs/en/introduction/distinctive-features", + "destination": "/docs/about-us/distinctive-features", + "permanent": true }, { - "source" : "/docs/en/introduction/history", - "destination" : "/docs/about-us/history", - "permanent" : true + "source": "/docs/en/introduction/history", + "destination": "/docs/about-us/history", + "permanent": true }, { - "source" : "/docs/en/introduction/performance", - "destination" : "/docs/concepts/why-clickhouse-is-so-fast", - "permanent" : true + "source": "/docs/en/introduction/performance", + "destination": "/docs/concepts/why-clickhouse-is-so-fast", + "permanent": true }, { - "source" : "/docs/en/getting-started/tutorial", - "destination" : "/docs/tutorial", - "permanent" : true + "source": "/docs/en/getting-started/tutorial", + "destination": "/docs/tutorial", + "permanent": true }, { - "source" : "/docs/en/getting-started/install", - "destination" : "/docs/install", - "permanent" : true + "source": "/docs/en/getting-started/install", + "destination": "/docs/install", + "permanent": true }, { - "source" : "/quick-start", - "destination" : "/docs/getting-started/quick-start", - "permanent" : true + "source": "/quick-start", + "destination": "/docs/getting-started/quick-start", + "permanent": true }, { - "source" : "/docs/en/quick-start", - "destination" : "/docs/cloud/get-started/cloud-quick-start", - "permanent" : true + "source": "/docs/en/quick-start", + "destination": "/docs/cloud/get-started/cloud-quick-start", + "permanent": true }, { - "source" : "/docs/ru/whats-new/index", - "destination" : "/docs/ru/whats-new", - "permanent" : true + "source": "/docs/ru/whats-new/index", + "destination": "/docs/ru/whats-new", + "permanent": true }, { - "source" : "/docs/en/faq", - "destination" : "/docs/knowledgebase", - "permanent" : true + "source": "/docs/en/faq", + "destination": "/docs/knowledgebase", + "permanent": true }, { - "source" : "/docs/en/faq/general/how-do-i-contribute-code-to-clickhouse", - "destination" : "/docs/knowledgebase/how-do-i-contribute-code-to-clickhouse", - "permanent" : true + "source": "/docs/en/faq/general/how-do-i-contribute-code-to-clickhouse", + "destination": "/docs/knowledgebase/how-do-i-contribute-code-to-clickhouse", + "permanent": true }, { - "source" : "/docs/en/manage/security", - "destination" : "/docs/guides/sre/configuring-ldap", - "permanent" : true + "source": "/docs/en/manage/security", + "destination": "/docs/guides/sre/configuring-ldap", + "permanent": true }, { - "source" : "/docs/en/manage/security/ip-egress-traffic-list", - "destination" : "/docs/manage/security/cloud-endpoints-api", - "permanent" : true + "source": "/docs/en/manage/security/ip-egress-traffic-list", + "destination": "/docs/manage/security/cloud-endpoints-api", + "permanent": true }, { - "source" : "/knowledgebase/troubleshooting", - "destination" : "/docs/faq/troubleshooting", - "permanent" : true + "source": "/knowledgebase/troubleshooting", + "destination": "/docs/faq/troubleshooting", + "permanent": true }, { - "source" : "/docs/en/single", - "destination" : "/docs/sql-reference/statements/create/view", - "permanent" : true + "source": "/docs/en/single", + "destination": "/docs/sql-reference/statements/create/view", + "permanent": true }, { - "source" : "/docs/en/architecture/single-node-deployment", - "destination" : "/docs/install", - "permanent" : true + "source": "/docs/en/architecture/single-node-deployment", + "destination": "/docs/install", + "permanent": true }, { - "source" : "/docs/en/home", - "destination" : "/", - "permanent" : true + "source": "/docs/en/home", + "destination": "/", + "permanent": true }, { - "source" : "/docs/en/chdb/data-formats", - "destination" : "/docs/chdb/reference/data-formats", - "permanent" : true + "source": "/docs/en/chdb/data-formats", + "destination": "/docs/chdb/reference/data-formats", + "permanent": true }, { - "source" : "/docs/en/chdb/sql-reference", - "destination" : "/docs/chdb/reference/sql-reference", - "permanent" : true + "source": "/docs/en/chdb/sql-reference", + "destination": "/docs/chdb/reference/sql-reference", + "permanent": true }, { - "source" : "/docs/en/cloud-quick-start", - "destination" : "/docs/cloud/get-started/cloud-quick-start", - "permanent" : true + "source": "/docs/en/cloud-quick-start", + "destination": "/docs/cloud/get-started/cloud-quick-start", + "permanent": true }, { - "source" : "/docs/en/get-started/query-endpoints", - "destination" : "/docs/cloud/get-started/query-endpoints", - "permanent" : true + "source": "/docs/en/get-started/query-endpoints", + "destination": "/docs/cloud/get-started/query-endpoints", + "permanent": true }, { - "source" : "/docs/en/get-started/query-insights", - "destination" : "/docs/cloud/get-started/query-insights", - "permanent" : true + "source": "/docs/en/get-started/query-insights", + "destination": "/docs/cloud/get-started/query-insights", + "permanent": true }, { - "source" : "/docs/en/get-started/sql-console", - "destination" : "/docs/cloud/get-started/sql-console", - "permanent" : true + "source": "/docs/en/get-started/sql-console", + "destination": "/docs/cloud/get-started/sql-console", + "permanent": true }, { - "source" : "/docs/en/manage/billing", - "destination" : "/docs/cloud/manage/billing/overview", - "permanent" : true + "source": "/docs/en/manage/billing", + "destination": "/docs/cloud/manage/billing/overview", + "permanent": true }, { - "source" : "/docs/en/cloud/marketplace", - "destination" : "/docs/cloud/manage/marketplace/", - "permanent" : true + "source": "/docs/en/cloud/marketplace", + "destination": "/docs/cloud/manage/marketplace/", + "permanent": true }, { - "source" : "/docs/en/deletes", - "destination" : "/docs/deletes/overview", - "permanent" : true + "source": "/docs/en/deletes", + "destination": "/docs/deletes/overview", + "permanent": true }, { - "source" : "/docs/en/optimize", - "destination" : "/docs/operations/overview", - "permanent" : true + "source": "/docs/en/optimize", + "destination": "/docs/operations/overview", + "permanent": true }, { - "source" : "/docs/en/observability", - "destination" : "/docs/use-cases/observability", - "permanent" : true + "source": "/docs/en/observability", + "destination": "/docs/use-cases/observability", + "permanent": true }, { - "source" : "/docs/en/integrations/sql-clients/clickhouse-client-local", - "destination" : "/docs/interfaces/cli", + "source": "/docs/en/integrations/sql-clients/clickhouse-client-local", + "destination": "/docs/interfaces/cli", "permanent": true }, {