diff --git a/docs/README.md b/docs/README.md index d71e92f20d1..cd5c1af0cbd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,7 +38,7 @@ Writing the docs is extremely useful for project's users and developers, and gro The documentation contains information about all the aspects of the ClickHouse lifecycle: developing, testing, installing, operating, and using. The base language of the documentation is English. The English version is the most actual. All other languages are supported as much as they can by contributors from different countries. -At the moment, [documentation](https://clickhouse.tech/docs) exists in English, Russian, Chinese, Japanese, and Farsi. We store the documentation besides the ClickHouse source code in the [GitHub repository](https://github.com/ClickHouse/ClickHouse/tree/master/docs). +At the moment, [documentation](https://clickhouse.com/docs) exists in English, Russian, Chinese, Japanese, and Farsi. We store the documentation besides the ClickHouse source code in the [GitHub repository](https://github.com/ClickHouse/ClickHouse/tree/master/docs). Each language lays in the corresponding folder. Files that are not translated from English are the symbolic links to the English ones. @@ -54,7 +54,7 @@ You can contribute to the documentation in many ways, for example: - Open a required file in the ClickHouse repository and edit it from the GitHub web interface. - You can do it on GitHub, or on the [ClickHouse Documentation](https://clickhouse.tech/docs/en/) site. Each page of ClickHouse Documentation site contains an "Edit this page" (🖋) element in the upper right corner. Clicking this symbol, you get to the ClickHouse docs file opened for editing. + You can do it on GitHub, or on the [ClickHouse Documentation](https://clickhouse.com/docs/en/) site. Each page of ClickHouse Documentation site contains an "Edit this page" (🖋) element in the upper right corner. Clicking this symbol, you get to the ClickHouse docs file opened for editing. When you are saving a file, GitHub opens a pull-request for your contribution. Add the `documentation` label to this pull request for proper automatic checks applying. If you have no permissions for adding labels, the reviewer of your PR adds it. @@ -128,7 +128,7 @@ Contribute all new information in English language. Other languages are translat When you add a new file, it should end with a link like: -`[Original article](https://clickhouse.tech/docs/) ` +`[Original article](https://clickhouse.com/docs/) ` and there should be **a new empty line** after it. @@ -164,7 +164,7 @@ When writing documentation, think about people who read it. Each audience has sp ClickHouse documentation can be divided by the audience for the following parts: -- Conceptual topics in [Introduction](https://clickhouse.tech/docs/en/), tutorials and overviews, changelog. +- Conceptual topics in [Introduction](https://clickhouse.com/docs/en/), tutorials and overviews, changelog. These topics are for the most common auditory. When editing text in them, use the most common terms that are comfortable for the audience with basic technical skills. diff --git a/docs/_description_templates/template-data-type.md b/docs/_description_templates/template-data-type.md index d39be305838..239edb2808b 100644 --- a/docs/_description_templates/template-data-type.md +++ b/docs/_description_templates/template-data-type.md @@ -26,4 +26,4 @@ The name of an additional section can be any, for example, **Usage**. - [link](#) -[Original article](https://clickhouse.tech/docs/en/data-types//) +[Original article](https://clickhouse.com/docs/en/data-types//) diff --git a/docs/_description_templates/template-statement.md b/docs/_description_templates/template-statement.md index bca015a2ac6..238570c2217 100644 --- a/docs/_description_templates/template-statement.md +++ b/docs/_description_templates/template-statement.md @@ -12,9 +12,9 @@ Syntax of the statement. Examples of descriptions with a complicated structure: -- https://clickhouse.tech/docs/en/sql-reference/statements/grant/ -- https://clickhouse.tech/docs/en/sql-reference/statements/revoke/ -- https://clickhouse.tech/docs/en/sql-reference/statements/select/join/ +- https://clickhouse.com/docs/en/sql-reference/statements/grant/ +- https://clickhouse.com/docs/en/sql-reference/statements/revoke/ +- https://clickhouse.com/docs/en/sql-reference/statements/select/join/ **See Also** (Optional) diff --git a/docs/en/commercial/cloud.md b/docs/en/commercial/cloud.md index a30d17828ab..714f51d0b79 100644 --- a/docs/en/commercial/cloud.md +++ b/docs/en/commercial/cloud.md @@ -59,4 +59,4 @@ toc_title: Cloud - High security with isolated per cluster VPCs - On-demand pricing with no upfront costs or long-term commitments -{## [Original article](https://clickhouse.tech/docs/en/commercial/cloud/) ##} +{## [Original article](https://clickhouse.com/docs/en/commercial/cloud/) ##} diff --git a/docs/en/development/adding_test_queries.md b/docs/en/development/adding_test_queries.md index 4da027b8fb1..a73b0e1ac5d 100644 --- a/docs/en/development/adding_test_queries.md +++ b/docs/en/development/adding_test_queries.md @@ -63,7 +63,7 @@ git checkout -b name_for_a_branch_with_my_test upstream/master #### Install & run clickhouse -1) install `clickhouse-server` (follow [official docs](https://clickhouse.tech/docs/en/getting-started/install/)) +1) install `clickhouse-server` (follow [official docs](https://clickhouse.com/docs/en/getting-started/install/)) 2) install test configurations (it will use Zookeeper mock implementation and adjust some settings) ``` cd ~/workspace/ClickHouse/tests/config diff --git a/docs/en/development/architecture.md b/docs/en/development/architecture.md index e2e40603d30..44e68d645b7 100644 --- a/docs/en/development/architecture.md +++ b/docs/en/development/architecture.md @@ -196,4 +196,4 @@ Besides, each replica stores its state in ZooKeeper as the set of parts and its !!! note "Note" The ClickHouse cluster consists of independent shards, and each shard consists of replicas. The cluster is **not elastic**, so after adding a new shard, data is not rebalanced between shards automatically. Instead, the cluster load is supposed to be adjusted to be uneven. This implementation gives you more control, and it is ok for relatively small clusters, such as tens of nodes. But for clusters with hundreds of nodes that we are using in production, this approach becomes a significant drawback. We should implement a table engine that spans across the cluster with dynamically replicated regions that could be split and balanced between clusters automatically. -{## [Original article](https://clickhouse.tech/docs/en/development/architecture/) ##} +{## [Original article](https://clickhouse.com/docs/en/development/architecture/) ##} diff --git a/docs/en/development/browse-code.md b/docs/en/development/browse-code.md index e65a4d5e549..35555bbd79c 100644 --- a/docs/en/development/browse-code.md +++ b/docs/en/development/browse-code.md @@ -5,7 +5,7 @@ toc_title: Source Code Browser # Browse ClickHouse Source Code {#browse-clickhouse-source-code} -You can use **Woboq** online code browser available [here](https://clickhouse.tech/codebrowser/html_report/ClickHouse/src/index.html). It provides code navigation and semantic highlighting, search and indexing. The code snapshot is updated daily. +You can use **Woboq** online code browser available [here](https://clickhouse.com/codebrowser/html_report/ClickHouse/src/index.html). It provides code navigation and semantic highlighting, search and indexing. The code snapshot is updated daily. Also, you can browse sources on [GitHub](https://github.com/ClickHouse/ClickHouse) as usual. diff --git a/docs/en/development/build-osx.md b/docs/en/development/build-osx.md index 91e4902d0d2..a22d2031803 100644 --- a/docs/en/development/build-osx.md +++ b/docs/en/development/build-osx.md @@ -131,4 +131,4 @@ cd ClickHouse ./build/programs/clickhouse-server --config-file ./programs/server/config.xml ``` -[Original article](https://clickhouse.tech/docs/en/development/build_osx/) +[Original article](https://clickhouse.com/docs/en/development/build_osx/) diff --git a/docs/en/development/build.md b/docs/en/development/build.md index a246d3dea0a..633549c68f3 100644 --- a/docs/en/development/build.md +++ b/docs/en/development/build.md @@ -161,4 +161,4 @@ Note that the split build has several drawbacks: * You cannot run the integration tests since they only work a single complete binary. * You can't easily copy the binaries elsewhere. Instead of moving a single binary you'll need to copy all binaries and libraries. -[Original article](https://clickhouse.tech/docs/en/development/build/) +[Original article](https://clickhouse.com/docs/en/development/build/) diff --git a/docs/en/development/developer-instruction.md b/docs/en/development/developer-instruction.md index 537ed6a9c4f..0cc0b0a24e5 100644 --- a/docs/en/development/developer-instruction.md +++ b/docs/en/development/developer-instruction.md @@ -233,13 +233,13 @@ Just in case, it is worth mentioning that CLion creates `build` path on its own, ## Writing Code {#writing-code} -The description of ClickHouse architecture can be found here: https://clickhouse.tech/docs/en/development/architecture/ +The description of ClickHouse architecture can be found here: https://clickhouse.com/docs/en/development/architecture/ -The Code Style Guide: https://clickhouse.tech/docs/en/development/style/ +The Code Style Guide: https://clickhouse.com/docs/en/development/style/ -Adding third-party libraries: https://clickhouse.tech/docs/en/development/contrib/#adding-third-party-libraries +Adding third-party libraries: https://clickhouse.com/docs/en/development/contrib/#adding-third-party-libraries -Writing tests: https://clickhouse.tech/docs/en/development/tests/ +Writing tests: https://clickhouse.com/docs/en/development/tests/ List of tasks: https://github.com/ClickHouse/ClickHouse/issues?q=is%3Aopen+is%3Aissue+label%3A%22easy+task%22 diff --git a/docs/en/development/index.md b/docs/en/development/index.md index bb4158554d3..f9f0d644973 100644 --- a/docs/en/development/index.md +++ b/docs/en/development/index.md @@ -7,4 +7,4 @@ toc_title: hidden # ClickHouse Development {#clickhouse-development} -[Original article](https://clickhouse.tech/docs/en/development/) +[Original article](https://clickhouse.com/docs/en/development/) diff --git a/docs/en/development/style.md b/docs/en/development/style.md index 987df275c1d..bc38f0711cf 100644 --- a/docs/en/development/style.md +++ b/docs/en/development/style.md @@ -828,4 +828,4 @@ function( size_t limit) ``` -[Original article](https://clickhouse.tech/docs/en/development/style/) +[Original article](https://clickhouse.com/docs/en/development/style/) diff --git a/docs/en/development/tests.md b/docs/en/development/tests.md index c7c0ec88be4..0e2aa348483 100644 --- a/docs/en/development/tests.md +++ b/docs/en/development/tests.md @@ -239,7 +239,7 @@ Google OSS-Fuzz can be found at `docker/fuzz`. We also use simple fuzz test to generate random SQL queries and to check that the server does not die executing them. You can find it in `00746_sql_fuzzy.pl`. This test should be run continuously (overnight and longer). -We also use sophisticated AST-based query fuzzer that is able to find huge amount of corner cases. It does random permutations and substitutions in queries AST. It remembers AST nodes from previous tests to use them for fuzzing of subsequent tests while processing them in random order. You can learn more about this fuzzer in [this blog article](https://clickhouse.tech/blog/en/2021/fuzzing-clickhouse/). +We also use sophisticated AST-based query fuzzer that is able to find huge amount of corner cases. It does random permutations and substitutions in queries AST. It remembers AST nodes from previous tests to use them for fuzzing of subsequent tests while processing them in random order. You can learn more about this fuzzer in [this blog article](https://clickhouse.com/blog/en/2021/fuzzing-clickhouse/). ## Stress test @@ -341,4 +341,4 @@ Build jobs and tests are run in Sandbox on per commit basis. Resulting packages We do not use Travis CI due to the limit on time and computational power. We do not use Jenkins. It was used before and now we are happy we are not using Jenkins. -[Original article](https://clickhouse.tech/docs/en/development/tests/) +[Original article](https://clickhouse.com/docs/en/development/tests/) diff --git a/docs/en/engines/database-engines/lazy.md b/docs/en/engines/database-engines/lazy.md index c59abec0ba5..ecd4b94f579 100644 --- a/docs/en/engines/database-engines/lazy.md +++ b/docs/en/engines/database-engines/lazy.md @@ -13,4 +13,4 @@ It’s optimized for storing many small \*Log tables, for which there is a long CREATE DATABASE testlazy ENGINE = Lazy(expiration_time_in_seconds); -[Original article](https://clickhouse.tech/docs/en/database_engines/lazy/) +[Original article](https://clickhouse.com/docs/en/database_engines/lazy/) diff --git a/docs/en/engines/database-engines/materialized-mysql.md b/docs/en/engines/database-engines/materialized-mysql.md index 7e099ac3802..5aa969daf88 100644 --- a/docs/en/engines/database-engines/materialized-mysql.md +++ b/docs/en/engines/database-engines/materialized-mysql.md @@ -197,4 +197,4 @@ SELECT * FROM mysql.test; └───┮─────┮──────┘ ``` -[Original article](https://clickhouse.tech/docs/en/engines/database-engines/materialized-mysql/) +[Original article](https://clickhouse.com/docs/en/engines/database-engines/materialized-mysql/) diff --git a/docs/en/engines/database-engines/mysql.md b/docs/en/engines/database-engines/mysql.md index 0507be6bd46..c5a1bba44b2 100644 --- a/docs/en/engines/database-engines/mysql.md +++ b/docs/en/engines/database-engines/mysql.md @@ -147,4 +147,4 @@ SELECT * FROM mysql_db.mysql_table └────────┮───────┘ ``` -[Original article](https://clickhouse.tech/docs/en/database_engines/mysql/) +[Original article](https://clickhouse.com/docs/en/database_engines/mysql/) diff --git a/docs/en/engines/database-engines/postgresql.md b/docs/en/engines/database-engines/postgresql.md index 9e339f9d6f4..76ef484e773 100644 --- a/docs/en/engines/database-engines/postgresql.md +++ b/docs/en/engines/database-engines/postgresql.md @@ -136,4 +136,4 @@ DESCRIBE TABLE test_database.test_table; └────────┮───────────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/database-engines/postgresql/) +[Original article](https://clickhouse.com/docs/en/database-engines/postgresql/) diff --git a/docs/en/engines/index.md b/docs/en/engines/index.md index 6b2b6509e8b..b3f4a4f7b69 100644 --- a/docs/en/engines/index.md +++ b/docs/en/engines/index.md @@ -12,4 +12,4 @@ There are two key engine kinds in ClickHouse: - [Table engines](../engines/table-engines/index.md) - [Database engines](../engines/database-engines/index.md) -{## [Original article](https://clickhouse.tech/docs/en/engines/) ##} +{## [Original article](https://clickhouse.com/docs/en/engines/) ##} diff --git a/docs/en/engines/table-engines/index.md b/docs/en/engines/table-engines/index.md index 13b3395e15b..09e0147bbf7 100644 --- a/docs/en/engines/table-engines/index.md +++ b/docs/en/engines/table-engines/index.md @@ -86,4 +86,4 @@ To select data from a virtual column, you must specify its name in the `SELECT` If you create a table with a column that has the same name as one of the table virtual columns, the virtual column becomes inaccessible. We do not recommend doing this. To help avoid conflicts, virtual column names are usually prefixed with an underscore. -[Original article](https://clickhouse.tech/docs/en/engines/table-engines/) +[Original article](https://clickhouse.com/docs/en/engines/table-engines/) diff --git a/docs/en/engines/table-engines/integrations/embedded-rocksdb.md b/docs/en/engines/table-engines/integrations/embedded-rocksdb.md index b55f1b68aea..7b9f8b8c400 100644 --- a/docs/en/engines/table-engines/integrations/embedded-rocksdb.md +++ b/docs/en/engines/table-engines/integrations/embedded-rocksdb.md @@ -81,4 +81,4 @@ You can also change any [rocksdb options](https://github.com/facebook/rocksdb/wi ``` -[Original article](https://clickhouse.tech/docs/en/engines/table-engines/integrations/embedded-rocksdb/) +[Original article](https://clickhouse.com/docs/en/engines/table-engines/integrations/embedded-rocksdb/) diff --git a/docs/en/engines/table-engines/integrations/hdfs.md b/docs/en/engines/table-engines/integrations/hdfs.md index 81dd29741aa..0fcf7a63dd8 100644 --- a/docs/en/engines/table-engines/integrations/hdfs.md +++ b/docs/en/engines/table-engines/integrations/hdfs.md @@ -224,4 +224,4 @@ libhdfs3 support HDFS namenode HA. - [Virtual columns](../../../engines/table-engines/index.md#table_engines-virtual_columns) -[Original article](https://clickhouse.tech/docs/en/engines/table-engines/integrations/hdfs/) +[Original article](https://clickhouse.com/docs/en/engines/table-engines/integrations/hdfs/) diff --git a/docs/en/engines/table-engines/integrations/jdbc.md b/docs/en/engines/table-engines/integrations/jdbc.md index e43e782a420..2f442fd7753 100644 --- a/docs/en/engines/table-engines/integrations/jdbc.md +++ b/docs/en/engines/table-engines/integrations/jdbc.md @@ -92,4 +92,4 @@ FROM system.numbers - [JDBC table function](../../../sql-reference/table-functions/jdbc.md). -[Original article](https://clickhouse.tech/docs/en/engines/table-engines/integrations/jdbc/) +[Original article](https://clickhouse.com/docs/en/engines/table-engines/integrations/jdbc/) diff --git a/docs/en/engines/table-engines/integrations/kafka.md b/docs/en/engines/table-engines/integrations/kafka.md index a3a13f9d152..879e919e823 100644 --- a/docs/en/engines/table-engines/integrations/kafka.md +++ b/docs/en/engines/table-engines/integrations/kafka.md @@ -194,4 +194,4 @@ Example: - [Virtual columns](../../../engines/table-engines/index.md#table_engines-virtual_columns) - [background_schedule_pool_size](../../../operations/settings/settings.md#background_schedule_pool_size) -[Original article](https://clickhouse.tech/docs/en/engines/table-engines/integrations/kafka/) +[Original article](https://clickhouse.com/docs/en/engines/table-engines/integrations/kafka/) diff --git a/docs/en/engines/table-engines/integrations/mongodb.md b/docs/en/engines/table-engines/integrations/mongodb.md index 9839893d4e8..b8a9bb19a05 100644 --- a/docs/en/engines/table-engines/integrations/mongodb.md +++ b/docs/en/engines/table-engines/integrations/mongodb.md @@ -66,4 +66,4 @@ SELECT COUNT() FROM mongo_table; └─────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/engines/table-engines/integrations/mongodb/) +[Original article](https://clickhouse.com/docs/en/engines/table-engines/integrations/mongodb/) diff --git a/docs/en/engines/table-engines/integrations/mysql.md b/docs/en/engines/table-engines/integrations/mysql.md index 7eac159a645..b0e5959c0c2 100644 --- a/docs/en/engines/table-engines/integrations/mysql.md +++ b/docs/en/engines/table-engines/integrations/mysql.md @@ -113,4 +113,4 @@ SELECT * FROM mysql_table - [The ‘mysql’ table function](../../../sql-reference/table-functions/mysql.md) - [Using MySQL as a source of external dictionary](../../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-mysql) -[Original article](https://clickhouse.tech/docs/en/engines/table-engines/integrations/mysql/) +[Original article](https://clickhouse.com/docs/en/engines/table-engines/integrations/mysql/) diff --git a/docs/en/engines/table-engines/integrations/odbc.md b/docs/en/engines/table-engines/integrations/odbc.md index ab39fb7a811..0ef21d8565a 100644 --- a/docs/en/engines/table-engines/integrations/odbc.md +++ b/docs/en/engines/table-engines/integrations/odbc.md @@ -128,4 +128,4 @@ SELECT * FROM odbc_t - [ODBC external dictionaries](../../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-odbc) - [ODBC table function](../../../sql-reference/table-functions/odbc.md) -[Original article](https://clickhouse.tech/docs/en/engines/table-engines/integrations/odbc/) +[Original article](https://clickhouse.com/docs/en/engines/table-engines/integrations/odbc/) diff --git a/docs/en/engines/table-engines/integrations/postgresql.md b/docs/en/engines/table-engines/integrations/postgresql.md index 53ab3f5088c..0bdb54e0c16 100644 --- a/docs/en/engines/table-engines/integrations/postgresql.md +++ b/docs/en/engines/table-engines/integrations/postgresql.md @@ -149,4 +149,4 @@ CREATE TABLE pg_table_schema_with_dots (a UInt32) - [The `postgresql` table function](../../../sql-reference/table-functions/postgresql.md) - [Using PostgreSQL as a source of external dictionary](../../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-postgresql) -[Original article](https://clickhouse.tech/docs/en/engines/table-engines/integrations/postgresql/) +[Original article](https://clickhouse.com/docs/en/engines/table-engines/integrations/postgresql/) diff --git a/docs/en/engines/table-engines/integrations/rabbitmq.md b/docs/en/engines/table-engines/integrations/rabbitmq.md index a3ee1115c00..ebb42461204 100644 --- a/docs/en/engines/table-engines/integrations/rabbitmq.md +++ b/docs/en/engines/table-engines/integrations/rabbitmq.md @@ -170,4 +170,4 @@ Example: - `_message_id` - messageID of the received message; non-empty if was set, when message was published. - `_timestamp` - timestamp of the received message; non-empty if was set, when message was published. -[Original article](https://clickhouse.tech/docs/en/engines/table-engines/integrations/rabbitmq/) +[Original article](https://clickhouse.com/docs/en/engines/table-engines/integrations/rabbitmq/) diff --git a/docs/en/engines/table-engines/log-family/index.md b/docs/en/engines/table-engines/log-family/index.md index b505fe1c474..910df09e67f 100644 --- a/docs/en/engines/table-engines/log-family/index.md +++ b/docs/en/engines/table-engines/log-family/index.md @@ -44,4 +44,4 @@ The `TinyLog` engine is the simplest in the family and provides the poorest func The `Log` and `StripeLog` engines support parallel data reading. When reading data, ClickHouse uses multiple threads. Each thread processes a separate data block. The `Log` engine uses a separate file for each column of the table. `StripeLog` stores all the data in one file. As a result, the `StripeLog` engine uses fewer file descriptors, but the `Log` engine provides higher efficiency when reading data. -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/log_family/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/log_family/) diff --git a/docs/en/engines/table-engines/log-family/stripelog.md b/docs/en/engines/table-engines/log-family/stripelog.md index 693f5a21db2..62703245062 100644 --- a/docs/en/engines/table-engines/log-family/stripelog.md +++ b/docs/en/engines/table-engines/log-family/stripelog.md @@ -90,4 +90,4 @@ SELECT * FROM stripe_log_table ORDER BY timestamp └─────────────────────┮──────────────┮────────────────────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/stripelog/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/stripelog/) diff --git a/docs/en/engines/table-engines/log-family/tinylog.md b/docs/en/engines/table-engines/log-family/tinylog.md index ea2138e36fe..2407355a857 100644 --- a/docs/en/engines/table-engines/log-family/tinylog.md +++ b/docs/en/engines/table-engines/log-family/tinylog.md @@ -11,4 +11,4 @@ This table engine is typically used with the write-once method: write data one t Queries are executed in a single stream. In other words, this engine is intended for relatively small tables (up to about 1,000,000 rows). It makes sense to use this table engine if you have many small tables, since it’s simpler than the [Log](../../../engines/table-engines/log-family/log.md) engine (fewer files need to be opened). -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/tinylog/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/tinylog/) diff --git a/docs/en/engines/table-engines/mergetree-family/aggregatingmergetree.md b/docs/en/engines/table-engines/mergetree-family/aggregatingmergetree.md index 818830646cb..8c9f8dd8ce3 100644 --- a/docs/en/engines/table-engines/mergetree-family/aggregatingmergetree.md +++ b/docs/en/engines/table-engines/mergetree-family/aggregatingmergetree.md @@ -100,4 +100,4 @@ GROUP BY StartDate ORDER BY StartDate; ``` -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/aggregatingmergetree/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/aggregatingmergetree/) diff --git a/docs/en/engines/table-engines/mergetree-family/collapsingmergetree.md b/docs/en/engines/table-engines/mergetree-family/collapsingmergetree.md index 4ec976eda30..271b8b20fdb 100644 --- a/docs/en/engines/table-engines/mergetree-family/collapsingmergetree.md +++ b/docs/en/engines/table-engines/mergetree-family/collapsingmergetree.md @@ -303,4 +303,4 @@ select * FROM UAct └─────────────────────┮───────────┮──────────┮──────┘ ``` -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/collapsingmergetree/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/collapsingmergetree/) diff --git a/docs/en/engines/table-engines/mergetree-family/custom-partitioning-key.md b/docs/en/engines/table-engines/mergetree-family/custom-partitioning-key.md index 706e5dd3c4b..2711c76aeb6 100644 --- a/docs/en/engines/table-engines/mergetree-family/custom-partitioning-key.md +++ b/docs/en/engines/table-engines/mergetree-family/custom-partitioning-key.md @@ -127,4 +127,4 @@ Note that on the operating server, you cannot manually change the set of parts o ClickHouse allows you to perform operations with the partitions: delete them, copy from one table to another, or create a backup. See the list of all operations in the section [Manipulations With Partitions and Parts](../../../sql-reference/statements/alter/partition.md#alter_manipulations-with-partitions). -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/custom_partitioning_key/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/custom_partitioning_key/) diff --git a/docs/en/engines/table-engines/mergetree-family/graphitemergetree.md b/docs/en/engines/table-engines/mergetree-family/graphitemergetree.md index 33707709fdf..79ba06096b2 100644 --- a/docs/en/engines/table-engines/mergetree-family/graphitemergetree.md +++ b/docs/en/engines/table-engines/mergetree-family/graphitemergetree.md @@ -170,4 +170,4 @@ Fields for `pattern` and `default` sections: !!! warning "Warning" Data rollup is performed during merges. Usually, for old partitions, merges are not started, so for rollup it is necessary to trigger an unscheduled merge using [optimize](../../../sql-reference/statements/optimize.md). Or use additional tools, for example [graphite-ch-optimizer](https://github.com/innogames/graphite-ch-optimizer). -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/graphitemergetree/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/graphitemergetree/) diff --git a/docs/en/engines/table-engines/mergetree-family/replication.md b/docs/en/engines/table-engines/mergetree-family/replication.md index 8092baba199..7cd58d35362 100644 --- a/docs/en/engines/table-engines/mergetree-family/replication.md +++ b/docs/en/engines/table-engines/mergetree-family/replication.md @@ -291,4 +291,4 @@ If the data in ZooKeeper was lost or damaged, you can save data by moving it to - [max_replicated_fetches_network_bandwidth](../../../operations/settings/merge-tree-settings.md#max_replicated_fetches_network_bandwidth) - [max_replicated_sends_network_bandwidth](../../../operations/settings/merge-tree-settings.md#max_replicated_sends_network_bandwidth) -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/replication/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/replication/) diff --git a/docs/en/engines/table-engines/mergetree-family/summingmergetree.md b/docs/en/engines/table-engines/mergetree-family/summingmergetree.md index 36840e6fd0b..5726acf000e 100644 --- a/docs/en/engines/table-engines/mergetree-family/summingmergetree.md +++ b/docs/en/engines/table-engines/mergetree-family/summingmergetree.md @@ -136,4 +136,4 @@ When requesting data, use the [sumMap(key, value)](../../../sql-reference/aggreg For nested data structure, you do not need to specify its columns in the tuple of columns for summation. -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/summingmergetree/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/summingmergetree/) diff --git a/docs/en/engines/table-engines/mergetree-family/versionedcollapsingmergetree.md b/docs/en/engines/table-engines/mergetree-family/versionedcollapsingmergetree.md index 93c35344e24..8266bf34876 100644 --- a/docs/en/engines/table-engines/mergetree-family/versionedcollapsingmergetree.md +++ b/docs/en/engines/table-engines/mergetree-family/versionedcollapsingmergetree.md @@ -233,4 +233,4 @@ SELECT * FROM UAct FINAL This is a very inefficient way to select data. Don’t use it for large tables. -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/versionedcollapsingmergetree/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/versionedcollapsingmergetree/) diff --git a/docs/en/engines/table-engines/special/buffer.md b/docs/en/engines/table-engines/special/buffer.md index 0e7f0a53da8..884774cbfae 100644 --- a/docs/en/engines/table-engines/special/buffer.md +++ b/docs/en/engines/table-engines/special/buffer.md @@ -75,4 +75,4 @@ A Buffer table is used when too many INSERTs are received from a large number of Note that it does not make sense to insert data one row at a time, even for Buffer tables. This will only produce a speed of a few thousand rows per second, while inserting larger blocks of data can produce over a million rows per second (see the section “Performance”). -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/buffer/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/buffer/) diff --git a/docs/en/engines/table-engines/special/distributed.md b/docs/en/engines/table-engines/special/distributed.md index 5c911c6cc0a..368849359ef 100644 --- a/docs/en/engines/table-engines/special/distributed.md +++ b/docs/en/engines/table-engines/special/distributed.md @@ -198,4 +198,4 @@ When the `max_parallel_replicas` option is enabled, query processing is parallel - [Virtual columns](../../../engines/table-engines/special/index.md#table_engines-virtual_columns) - [background_distributed_schedule_pool_size](../../../operations/settings/settings.md#background_distributed_schedule_pool_size) -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/distributed/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/distributed/) diff --git a/docs/en/engines/table-engines/special/external-data.md b/docs/en/engines/table-engines/special/external-data.md index b5429ccad12..4ec90905fe5 100644 --- a/docs/en/engines/table-engines/special/external-data.md +++ b/docs/en/engines/table-engines/special/external-data.md @@ -63,4 +63,4 @@ $ curl -F 'passwd=@passwd.tsv;' 'http://localhost:8123/?query=SELECT+shell,+coun For distributed query processing, the temporary tables are sent to all the remote servers. -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/external_data/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/external_data/) diff --git a/docs/en/engines/table-engines/special/file.md b/docs/en/engines/table-engines/special/file.md index cb5baf368d2..7673f45ca8d 100644 --- a/docs/en/engines/table-engines/special/file.md +++ b/docs/en/engines/table-engines/special/file.md @@ -85,4 +85,4 @@ $ echo -e "1,2\n3,4" | clickhouse-local -q "CREATE TABLE table (a Int64, b Int64 - Indices - Replication -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/file/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/file/) diff --git a/docs/en/engines/table-engines/special/generate.md b/docs/en/engines/table-engines/special/generate.md index 393f7ccab23..fabe31897bb 100644 --- a/docs/en/engines/table-engines/special/generate.md +++ b/docs/en/engines/table-engines/special/generate.md @@ -56,4 +56,4 @@ SELECT * FROM generate_engine_table LIMIT 3 - Indices - Replication -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/generate/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/generate/) diff --git a/docs/en/engines/table-engines/special/materializedview.md b/docs/en/engines/table-engines/special/materializedview.md index 1d98eb2e3b7..75161829a7e 100644 --- a/docs/en/engines/table-engines/special/materializedview.md +++ b/docs/en/engines/table-engines/special/materializedview.md @@ -7,4 +7,4 @@ toc_title: MaterializedView Used for implementing materialized views (for more information, see [CREATE VIEW](../../../sql-reference/statements/create/view.md#materialized)). For storing data, it uses a different engine that was specified when creating the view. When reading from a table, it just uses that engine. -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/materializedview/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/materializedview/) diff --git a/docs/en/engines/table-engines/special/memory.md b/docs/en/engines/table-engines/special/memory.md index b6402c2030b..eb557d36c50 100644 --- a/docs/en/engines/table-engines/special/memory.md +++ b/docs/en/engines/table-engines/special/memory.md @@ -15,4 +15,4 @@ Normally, using this table engine is not justified. However, it can be used for The Memory engine is used by the system for temporary tables with external query data (see the section “External data for processing a query”), and for implementing `GLOBAL IN` (see the section “IN operators”). -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/memory/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/memory/) diff --git a/docs/en/engines/table-engines/special/merge.md b/docs/en/engines/table-engines/special/merge.md index 07cb778c6e9..19ce19fcc64 100644 --- a/docs/en/engines/table-engines/special/merge.md +++ b/docs/en/engines/table-engines/special/merge.md @@ -69,4 +69,4 @@ FROM WatchLog - [Virtual columns](../../../engines/table-engines/special/index.md#table_engines-virtual_columns) -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/merge/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/merge/) diff --git a/docs/en/engines/table-engines/special/null.md b/docs/en/engines/table-engines/special/null.md index 5f9a2ac679b..39ed9c1c1a6 100644 --- a/docs/en/engines/table-engines/special/null.md +++ b/docs/en/engines/table-engines/special/null.md @@ -10,4 +10,4 @@ When writing to a `Null` table, data is ignored. When reading from a `Null` tabl !!! info "Hint" However, you can create a materialized view on a `Null` table. So the data written to the table will end up affecting the view, but original raw data will still be discarded. -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/null/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/null/) diff --git a/docs/en/engines/table-engines/special/set.md b/docs/en/engines/table-engines/special/set.md index a5a7e46af13..c38c2418093 100644 --- a/docs/en/engines/table-engines/special/set.md +++ b/docs/en/engines/table-engines/special/set.md @@ -20,4 +20,4 @@ When creating a table, the following settings are applied: - [persistent](../../../operations/settings/settings.md#persistent) -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/set/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/set/) diff --git a/docs/en/engines/table-engines/special/url.md b/docs/en/engines/table-engines/special/url.md index d3f577f8f4f..04f035206b5 100644 --- a/docs/en/engines/table-engines/special/url.md +++ b/docs/en/engines/table-engines/special/url.md @@ -78,4 +78,4 @@ SELECT * FROM url_engine_table - Indexes. - Replication. -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/url/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/url/) diff --git a/docs/en/engines/table-engines/special/view.md b/docs/en/engines/table-engines/special/view.md index c4f95adfa6d..9b847a0e2d5 100644 --- a/docs/en/engines/table-engines/special/view.md +++ b/docs/en/engines/table-engines/special/view.md @@ -7,4 +7,4 @@ toc_title: View Used for implementing views (for more information, see the `CREATE VIEW query`). It does not store data, but only stores the specified `SELECT` query. When reading from a table, it runs this query (and deletes all unnecessary columns from the query). -[Original article](https://clickhouse.tech/docs/en/operations/table_engines/view/) +[Original article](https://clickhouse.com/docs/en/operations/table_engines/view/) diff --git a/docs/en/faq/general/columnar-database.md b/docs/en/faq/general/columnar-database.md index e30b4a94a87..cbc5f77d0ba 100644 --- a/docs/en/faq/general/columnar-database.md +++ b/docs/en/faq/general/columnar-database.md @@ -17,9 +17,9 @@ Key columnar database advantages are: Here is the illustration of the difference between traditional row-oriented systems and columnar databases when building reports: **Traditional row-oriented** -![Traditional row-oriented](https://clickhouse.tech/docs/en/images/row-oriented.gif#) +![Traditional row-oriented](https://clickhouse.com/docs/en/images/row-oriented.gif#) **Columnar** -![Columnar](https://clickhouse.tech/docs/en/images/column-oriented.gif#) +![Columnar](https://clickhouse.com/docs/en/images/column-oriented.gif#) A columnar database is a preferred choice for analytical applications because it allows to have many columns in a table just in case, but do not pay the cost for unused columns on read query execution time. Column-oriented databases are designed for big data processing because and data warehousing, they often natively scale using distributed clusters of low-cost hardware to increase throughput. ClickHouse does it with combination of [distributed](../../engines/table-engines/special/distributed.md) and [replicated](../../engines/table-engines/mergetree-family/replication.md) tables. diff --git a/docs/en/faq/general/index.md b/docs/en/faq/general/index.md index 8b4a1432a61..cd2368be1cf 100644 --- a/docs/en/faq/general/index.md +++ b/docs/en/faq/general/index.md @@ -21,4 +21,4 @@ Questions: !!! info "Don’t see what you were looking for?" Check out [other F.A.Q. categories](../../faq/index.md) or browse around main documentation articles found in the left sidebar. -{## [Original article](https://clickhouse.tech/docs/en/faq/general/) ##} +{## [Original article](https://clickhouse.com/docs/en/faq/general/) ##} diff --git a/docs/en/faq/general/ne-tormozit.md b/docs/en/faq/general/ne-tormozit.md index 17c5479fa6d..26ae741216d 100644 --- a/docs/en/faq/general/ne-tormozit.md +++ b/docs/en/faq/general/ne-tormozit.md @@ -23,4 +23,4 @@ If you haven’t seen one of those t-shirts in person, you can check them out on ![iframe](https://www.youtube.com/embed/bSyQahMVZ7w) -P.S. These t-shirts are not for sale, they are given away for free on most [ClickHouse Meetups](https://clickhouse.tech/#meet), usually for best questions or other forms of active participation. +P.S. These t-shirts are not for sale, they are given away for free on most [ClickHouse Meetups](https://clickhouse.com/#meet), usually for best questions or other forms of active participation. diff --git a/docs/en/faq/index.md b/docs/en/faq/index.md index 1e9c3b8ae64..d845b8c5898 100644 --- a/docs/en/faq/index.md +++ b/docs/en/faq/index.md @@ -43,4 +43,4 @@ Question candidates: - Window function workarounds (row_number, lag/lead, running diff/sum/average) ##} -{## [Original article](https://clickhouse.tech/docs/en/faq) ##} +{## [Original article](https://clickhouse.com/docs/en/faq) ##} diff --git a/docs/en/faq/integration/index.md b/docs/en/faq/integration/index.md index 74ff4d04c49..51a2593b751 100644 --- a/docs/en/faq/integration/index.md +++ b/docs/en/faq/integration/index.md @@ -16,4 +16,4 @@ Questions: !!! info "Don’t see what you were looking for?" Check out [other F.A.Q. categories](../../faq/index.md) or browse around main documentation articles found in the left sidebar. -{## [Original article](https://clickhouse.tech/docs/en/faq/integration/) ##} +{## [Original article](https://clickhouse.com/docs/en/faq/integration/) ##} diff --git a/docs/en/faq/operations/index.md b/docs/en/faq/operations/index.md index bb354771086..c0a6d85b66d 100644 --- a/docs/en/faq/operations/index.md +++ b/docs/en/faq/operations/index.md @@ -15,4 +15,4 @@ Questions: !!! info "Don’t see what you were looking for?" Check out [other F.A.Q. categories](../../faq/index.md) or browse around main documentation articles found in the left sidebar. -{## [Original article](https://clickhouse.tech/docs/en/faq/production/) ##} +{## [Original article](https://clickhouse.com/docs/en/faq/production/) ##} diff --git a/docs/en/faq/use-cases/index.md b/docs/en/faq/use-cases/index.md index 27090af3830..aac5493b105 100644 --- a/docs/en/faq/use-cases/index.md +++ b/docs/en/faq/use-cases/index.md @@ -15,4 +15,4 @@ Questions: !!! info "Don’t see what you were looking for?" Check out [other F.A.Q. categories](../../faq/index.md) or browse around main documentation articles found in the left sidebar. -{## [Original article](https://clickhouse.tech/docs/en/faq/use-cases/) ##} +{## [Original article](https://clickhouse.com/docs/en/faq/use-cases/) ##} diff --git a/docs/en/getting-started/example-datasets/amplab-benchmark.md b/docs/en/getting-started/example-datasets/amplab-benchmark.md index 27ddfd27f78..b410a3595ec 100644 --- a/docs/en/getting-started/example-datasets/amplab-benchmark.md +++ b/docs/en/getting-started/example-datasets/amplab-benchmark.md @@ -124,4 +124,4 @@ ORDER BY totalRevenue DESC LIMIT 1 ``` -[Original article](https://clickhouse.tech/docs/en/getting_started/example_datasets/amplab_benchmark/) +[Original article](https://clickhouse.com/docs/en/getting_started/example_datasets/amplab_benchmark/) diff --git a/docs/en/getting-started/example-datasets/brown-benchmark.md b/docs/en/getting-started/example-datasets/brown-benchmark.md index c9b74a84a54..ef00a6e68ec 100644 --- a/docs/en/getting-started/example-datasets/brown-benchmark.md +++ b/docs/en/getting-started/example-datasets/brown-benchmark.md @@ -413,4 +413,4 @@ ORDER BY yr, The data is also available for interactive queries in the [Playground](https://gh-api.clickhouse.tech/play?user=play), [example](https://gh-api.clickhouse.tech/play?user=play#U0VMRUNUIG1hY2hpbmVfbmFtZSwKICAgICAgIE1JTihjcHUpIEFTIGNwdV9taW4sCiAgICAgICBNQVgoY3B1KSBBUyBjcHVfbWF4LAogICAgICAgQVZHKGNwdSkgQVMgY3B1X2F2ZywKICAgICAgIE1JTihuZXRfaW4pIEFTIG5ldF9pbl9taW4sCiAgICAgICBNQVgobmV0X2luKSBBUyBuZXRfaW5fbWF4LAogICAgICAgQVZHKG5ldF9pbikgQVMgbmV0X2luX2F2ZywKICAgICAgIE1JTihuZXRfb3V0KSBBUyBuZXRfb3V0X21pbiwKICAgICAgIE1BWChuZXRfb3V0KSBBUyBuZXRfb3V0X21heCwKICAgICAgIEFWRyhuZXRfb3V0KSBBUyBuZXRfb3V0X2F2ZwpGUk9NICgKICBTRUxFQ1QgbWFjaGluZV9uYW1lLAogICAgICAgICBDT0FMRVNDRShjcHVfdXNlciwgMC4wKSBBUyBjcHUsCiAgICAgICAgIENPQUxFU0NFKGJ5dGVzX2luLCAwLjApIEFTIG5ldF9pbiwKICAgICAgICAgQ09BTEVTQ0UoYnl0ZXNfb3V0LCAwLjApIEFTIG5ldF9vdXQKICBGUk9NIG1nYmVuY2gubG9nczEKICBXSEVSRSBtYWNoaW5lX25hbWUgSU4gKCdhbmFuc2knLCdhcmFnb2cnLCd1cmQnKQogICAgQU5EIGxvZ190aW1lID49IFRJTUVTVEFNUCAnMjAxNy0wMS0xMSAwMDowMDowMCcKKSBBUyByCkdST1VQIEJZIG1hY2hpbmVfbmFtZQ==). -[Original article](https://clickhouse.tech/docs/en/getting_started/example_datasets/brown-benchmark/) +[Original article](https://clickhouse.com/docs/en/getting_started/example_datasets/brown-benchmark/) diff --git a/docs/en/getting-started/example-datasets/criteo.md b/docs/en/getting-started/example-datasets/criteo.md index 261d1606fa4..08298172c70 100644 --- a/docs/en/getting-started/example-datasets/criteo.md +++ b/docs/en/getting-started/example-datasets/criteo.md @@ -76,4 +76,4 @@ INSERT INTO criteo SELECT date, clicked, int1, int2, int3, int4, int5, int6, int DROP TABLE criteo_log; ``` -[Original article](https://clickhouse.tech/docs/en/getting_started/example_datasets/criteo/) +[Original article](https://clickhouse.com/docs/en/getting_started/example_datasets/criteo/) diff --git a/docs/en/getting-started/example-datasets/index.md b/docs/en/getting-started/example-datasets/index.md index e61c76970a7..78eb96a3f39 100644 --- a/docs/en/getting-started/example-datasets/index.md +++ b/docs/en/getting-started/example-datasets/index.md @@ -25,4 +25,4 @@ The list of documented datasets: - [Brown University Benchmark](../../getting-started/example-datasets/brown-benchmark.md) - [Cell Towers](../../getting-started/example-datasets/cell-towers.md) -[Original article](https://clickhouse.tech/docs/en/getting_started/example_datasets) +[Original article](https://clickhouse.com/docs/en/getting_started/example_datasets) diff --git a/docs/en/getting-started/example-datasets/nyc-taxi.md b/docs/en/getting-started/example-datasets/nyc-taxi.md index 38a87a674f9..5869822811a 100644 --- a/docs/en/getting-started/example-datasets/nyc-taxi.md +++ b/docs/en/getting-started/example-datasets/nyc-taxi.md @@ -385,4 +385,4 @@ We ran queries using a client located in a Yandex datacenter in Finland on a clu | 3 | 0.212 | 0.438 | 0.733 | 1.241 | | 140 | 0.028 | 0.043 | 0.051 | 0.072 | -[Original article](https://clickhouse.tech/docs/en/getting_started/example_datasets/nyc_taxi/) +[Original article](https://clickhouse.com/docs/en/getting_started/example_datasets/nyc_taxi/) diff --git a/docs/en/getting-started/example-datasets/ontime.md b/docs/en/getting-started/example-datasets/ontime.md index dfa1d7ff964..5bced0280f5 100644 --- a/docs/en/getting-started/example-datasets/ontime.md +++ b/docs/en/getting-started/example-datasets/ontime.md @@ -404,4 +404,4 @@ This performance test was created by Vadim Tkachenko. See: - https://www.percona.com/blog/2016/01/07/apache-spark-with-air-ontime-performance-data/ - http://nickmakos.blogspot.ru/2012/08/analyzing-air-traffic-performance-with.html -[Original article](https://clickhouse.tech/docs/en/getting_started/example_datasets/ontime/) +[Original article](https://clickhouse.com/docs/en/getting_started/example_datasets/ontime/) diff --git a/docs/en/getting-started/example-datasets/recipes.md b/docs/en/getting-started/example-datasets/recipes.md index 22c068af358..c512809d328 100644 --- a/docs/en/getting-started/example-datasets/recipes.md +++ b/docs/en/getting-started/example-datasets/recipes.md @@ -337,4 +337,4 @@ Result: The dataset is also available in the [Online Playground](https://gh-api.clickhouse.tech/play?user=play#U0VMRUNUCiAgICBhcnJheUpvaW4oTkVSKSBBUyBrLAogICAgY291bnQoKSBBUyBjCkZST00gcmVjaXBlcwpHUk9VUCBCWSBrCk9SREVSIEJZIGMgREVTQwpMSU1JVCA1MA==). -[Original article](https://clickhouse.tech/docs/en/getting-started/example-datasets/recipes/) +[Original article](https://clickhouse.com/docs/en/getting-started/example-datasets/recipes/) diff --git a/docs/en/getting-started/example-datasets/star-schema.md b/docs/en/getting-started/example-datasets/star-schema.md index 8a019e7ded3..14fa7cef654 100644 --- a/docs/en/getting-started/example-datasets/star-schema.md +++ b/docs/en/getting-started/example-datasets/star-schema.md @@ -365,4 +365,4 @@ ORDER BY P_BRAND ASC; ``` -[Original article](https://clickhouse.tech/docs/en/getting_started/example_datasets/star_schema/) +[Original article](https://clickhouse.com/docs/en/getting_started/example_datasets/star_schema/) diff --git a/docs/en/getting-started/example-datasets/wikistat.md b/docs/en/getting-started/example-datasets/wikistat.md index 619711582f4..3e3f7b164ce 100644 --- a/docs/en/getting-started/example-datasets/wikistat.md +++ b/docs/en/getting-started/example-datasets/wikistat.md @@ -30,4 +30,4 @@ $ cat links.txt | while read link; do wget http://dumps.wikimedia.org/other/page $ ls -1 /opt/wikistat/ | grep gz | while read i; do echo $i; gzip -cd /opt/wikistat/$i | ./wikistat-loader --time="$(echo -n $i | sed -r 's/pagecounts-([0-9]{4})([0-9]{2})([0-9]{2})-([0-9]{2})([0-9]{2})([0-9]{2})\.gz/\1-\2-\3 \4-00-00/')" | clickhouse-client --query="INSERT INTO wikistat FORMAT TabSeparated"; done ``` -[Original article](https://clickhouse.tech/docs/en/getting_started/example_datasets/wikistat/) +[Original article](https://clickhouse.com/docs/en/getting_started/example_datasets/wikistat/) diff --git a/docs/en/getting-started/index.md b/docs/en/getting-started/index.md index 066809aac89..372e8d7bd64 100644 --- a/docs/en/getting-started/index.md +++ b/docs/en/getting-started/index.md @@ -12,4 +12,4 @@ If you are new to ClickHouse and want to get a hands-on feeling of its performan - [Go through detailed tutorial](../getting-started/tutorial.md) - [Experiment with example datasets](../getting-started/example-datasets/ontime.md) -[Original article](https://clickhouse.tech/docs/en/getting_started/) +[Original article](https://clickhouse.com/docs/en/getting_started/) diff --git a/docs/en/getting-started/install.md b/docs/en/getting-started/install.md index 66ee99ef345..26b44962dca 100644 --- a/docs/en/getting-started/install.md +++ b/docs/en/getting-started/install.md @@ -203,6 +203,6 @@ SELECT 1 **Congratulations, the system works!** -To continue experimenting, you can download one of the test data sets or go through [tutorial](https://clickhouse.tech/tutorial.html). +To continue experimenting, you can download one of the test data sets or go through [tutorial](https://clickhouse.com/tutorial.html). -[Original article](https://clickhouse.tech/docs/en/getting_started/install/) +[Original article](https://clickhouse.com/docs/en/getting_started/install/) diff --git a/docs/en/getting-started/tutorial.md b/docs/en/getting-started/tutorial.md index 694a82e100e..9ed79222389 100644 --- a/docs/en/getting-started/tutorial.md +++ b/docs/en/getting-started/tutorial.md @@ -659,4 +659,4 @@ INSERT INTO tutorial.hits_replica SELECT * FROM tutorial.hits_local; Replication operates in multi-master mode. Data can be loaded into any replica, and the system then syncs it with other instances automatically. Replication is asynchronous so at a given moment, not all replicas may contain recently inserted data. At least one replica should be up to allow data ingestion. Others will sync up data and repair consistency once they will become active again. Note that this approach allows for the low possibility of a loss of recently inserted data. -[Original article](https://clickhouse.tech/docs/en/getting_started/tutorial/) +[Original article](https://clickhouse.com/docs/en/getting_started/tutorial/) diff --git a/docs/en/guides/apply-catboost-model.md b/docs/en/guides/apply-catboost-model.md index b354a42a843..9fd48fcc62d 100644 --- a/docs/en/guides/apply-catboost-model.md +++ b/docs/en/guides/apply-catboost-model.md @@ -239,4 +239,4 @@ FROM !!! note "Note" More info about [avg()](../sql-reference/aggregate-functions/reference/avg.md#agg_function-avg) and [log()](../sql-reference/functions/math-functions.md) functions. -[Original article](https://clickhouse.tech/docs/en/guides/apply_catboost_model/) +[Original article](https://clickhouse.com/docs/en/guides/apply_catboost_model/) diff --git a/docs/en/guides/index.md b/docs/en/guides/index.md index 8a48a411b7a..eb4ca9af367 100644 --- a/docs/en/guides/index.md +++ b/docs/en/guides/index.md @@ -11,4 +11,4 @@ List of detailed step-by-step instructions that help to solve various tasks usin - [Tutorial on simple cluster set-up](../getting-started/tutorial.md) - [Applying a CatBoost model in ClickHouse](../guides/apply-catboost-model.md) -[Original article](https://clickhouse.tech/docs/en/guides/) +[Original article](https://clickhouse.com/docs/en/guides/) diff --git a/docs/en/index.md b/docs/en/index.md index 12e72ebdf3b..532be035bbc 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -92,4 +92,4 @@ This is not done in “normal” databases, because it does not make sense when Note that for CPU efficiency, the query language must be declarative (SQL or MDX), or at least a vector (J, K). The query should only contain implicit loops, allowing for optimization. -{## [Original article](https://clickhouse.tech/docs/en/) ##} +{## [Original article](https://clickhouse.com/docs/en/) ##} diff --git a/docs/en/interfaces/cpp.md b/docs/en/interfaces/cpp.md index 479b0ac87d9..dcd1228ea0f 100644 --- a/docs/en/interfaces/cpp.md +++ b/docs/en/interfaces/cpp.md @@ -7,4 +7,4 @@ toc_title: C++ Client Library See README at [clickhouse-cpp](https://github.com/ClickHouse/clickhouse-cpp) repository. -[Original article](https://clickhouse.tech/docs/en/interfaces/cpp/) +[Original article](https://clickhouse.com/docs/en/interfaces/cpp/) diff --git a/docs/en/interfaces/index.md b/docs/en/interfaces/index.md index 1613e8508a5..10f15ae47d6 100644 --- a/docs/en/interfaces/index.md +++ b/docs/en/interfaces/index.md @@ -24,4 +24,4 @@ There are also a wide range of third-party libraries for working with ClickHouse - [Integrations](../interfaces/third-party/integrations.md) - [Visual interfaces](../interfaces/third-party/gui.md) -[Original article](https://clickhouse.tech/docs/en/interfaces/) +[Original article](https://clickhouse.com/docs/en/interfaces/) diff --git a/docs/en/interfaces/jdbc.md b/docs/en/interfaces/jdbc.md index ec3fa2fe89a..cf97568a8de 100644 --- a/docs/en/interfaces/jdbc.md +++ b/docs/en/interfaces/jdbc.md @@ -10,4 +10,4 @@ toc_title: JDBC Driver - [ClickHouse-Native-JDBC](https://github.com/housepower/ClickHouse-Native-JDBC) - [clickhouse4j](https://github.com/blynkkk/clickhouse4j) -[Original article](https://clickhouse.tech/docs/en/interfaces/jdbc/) +[Original article](https://clickhouse.com/docs/en/interfaces/jdbc/) diff --git a/docs/en/interfaces/mysql.md b/docs/en/interfaces/mysql.md index 619e2deab31..38bcc2b68f8 100644 --- a/docs/en/interfaces/mysql.md +++ b/docs/en/interfaces/mysql.md @@ -50,4 +50,4 @@ To cancel a long query use `KILL QUERY connection_id` statement (it is replaced $ mysql --protocol tcp -h mysql_server -P 9004 default -u default --password=123 -e "KILL QUERY 123456;" ``` -[Original article](https://clickhouse.tech/docs/en/interfaces/mysql/) +[Original article](https://clickhouse.com/docs/en/interfaces/mysql/) diff --git a/docs/en/interfaces/odbc.md b/docs/en/interfaces/odbc.md index 42ae4cf5b53..fa58ed8b43e 100644 --- a/docs/en/interfaces/odbc.md +++ b/docs/en/interfaces/odbc.md @@ -7,4 +7,4 @@ toc_title: ODBC Driver - [Official driver](https://github.com/ClickHouse/clickhouse-odbc) -[Original article](https://clickhouse.tech/docs/en/interfaces/odbc/) +[Original article](https://clickhouse.com/docs/en/interfaces/odbc/) diff --git a/docs/en/interfaces/tcp.md b/docs/en/interfaces/tcp.md index 75ca3e3fd91..b23f8110320 100644 --- a/docs/en/interfaces/tcp.md +++ b/docs/en/interfaces/tcp.md @@ -7,4 +7,4 @@ toc_title: Native Interface (TCP) The native protocol is used in the [command-line client](../interfaces/cli.md), for inter-server communication during distributed query processing, and also in other C++ programs. Unfortunately, native ClickHouse protocol does not have formal specification yet, but it can be reverse-engineered from ClickHouse source code (starting [around here](https://github.com/ClickHouse/ClickHouse/tree/master/src/Client)) and/or by intercepting and analyzing TCP traffic. -[Original article](https://clickhouse.tech/docs/en/interfaces/tcp/) +[Original article](https://clickhouse.com/docs/en/interfaces/tcp/) diff --git a/docs/en/interfaces/third-party/client-libraries.md b/docs/en/interfaces/third-party/client-libraries.md index 835e3c6e98a..cb8679e4bdd 100644 --- a/docs/en/interfaces/third-party/client-libraries.md +++ b/docs/en/interfaces/third-party/client-libraries.md @@ -67,4 +67,4 @@ toc_title: Client Libraries - Haskell - [hdbc-clickhouse](https://github.com/zaneli/hdbc-clickhouse) -[Original article](https://clickhouse.tech/docs/en/interfaces/third-party/client_libraries/) +[Original article](https://clickhouse.com/docs/en/interfaces/third-party/client_libraries/) diff --git a/docs/en/interfaces/third-party/gui.md b/docs/en/interfaces/third-party/gui.md index b6d475eaad0..06474499ccd 100644 --- a/docs/en/interfaces/third-party/gui.md +++ b/docs/en/interfaces/third-party/gui.md @@ -206,4 +206,4 @@ SeekTable is [free](https://www.seektable.com/help/cloud-pricing) for personal/i [Chadmin](https://github.com/bun4uk/chadmin) is a simple UI where you can visualize your currently running queries on your ClickHouse cluster and info about them and kill them if you want. -[Original article](https://clickhouse.tech/docs/en/interfaces/third-party/gui/) +[Original article](https://clickhouse.com/docs/en/interfaces/third-party/gui/) diff --git a/docs/en/interfaces/third-party/integrations.md b/docs/en/interfaces/third-party/integrations.md index 48782268940..d7b31fb36d0 100644 --- a/docs/en/interfaces/third-party/integrations.md +++ b/docs/en/interfaces/third-party/integrations.md @@ -108,4 +108,4 @@ toc_title: Integrations - [GraphQL](https://github.com/graphql) - [activecube-graphql](https://github.com/bitquery/activecube-graphql) -[Original article](https://clickhouse.tech/docs/en/interfaces/third-party/integrations/) +[Original article](https://clickhouse.com/docs/en/interfaces/third-party/integrations/) diff --git a/docs/en/interfaces/third-party/proxy.md b/docs/en/interfaces/third-party/proxy.md index fc01568e35a..31a2d5afae9 100644 --- a/docs/en/interfaces/third-party/proxy.md +++ b/docs/en/interfaces/third-party/proxy.md @@ -41,4 +41,4 @@ Features: Implemented in Go. -[Original article](https://clickhouse.tech/docs/en/interfaces/third-party/proxy/) +[Original article](https://clickhouse.com/docs/en/interfaces/third-party/proxy/) diff --git a/docs/en/introduction/adopters.md b/docs/en/introduction/adopters.md index 83cbfde939d..9060cd37d6a 100644 --- a/docs/en/introduction/adopters.md +++ b/docs/en/introduction/adopters.md @@ -58,7 +58,7 @@ toc_title: Adopters | Glaber | Monitoring | Main product | — | — | [Website](https://glaber.io/) | | HUYA | Video Streaming | Analytics | — | — | [Slides in Chinese, October 2018](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup19/7.%20ClickHouse䞇亿数据分析实践%20李本旺(sundy-li)%20虎牙.pdf) | | ICA | FinTech | Risk Management | — | — | [Blog Post in English, Sep 2020](https://altinity.com/blog/clickhouse-vs-redshift-performance-for-fintech-risk-management?utm_campaign=ClickHouse%20vs%20RedShift&utm_content=143520807&utm_medium=social&utm_source=twitter&hss_channel=tw-3894792263) | -| Idealista | Real Estate | Analytics | — | — | [Blog Post in English, April 2019](https://clickhouse.tech/blog/en/clickhouse-meetup-in-madrid-on-april-2-2019) | +| Idealista | Real Estate | Analytics | — | — | [Blog Post in English, April 2019](https://clickhouse.com/blog/en/clickhouse-meetup-in-madrid-on-april-2-2019) | | Infobaleen | AI markting tool | Analytics | — | — | [Official site](https://infobaleen.com) | | Infovista | Networks | Analytics | — | — | [Slides in English, October 2019](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup30/infovista.pdf) | | InnoGames | Games | Metrics, Logging | — | — | [Slides in Russian, September 2019](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup28/graphite_and_clickHouse.pdf) | @@ -70,7 +70,7 @@ toc_title: Adopters | Jinshuju 金数据 | BI Analytics | Main product | — | — | [Slides in Chinese, October 2019](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup24/3.%20金数据数据架构调敎方案Public.pdf) | | Kodiak Data | Clouds | Main product | — | — | [Slides in Engish, April 2018](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup13/kodiak_data.pdf) | | Kontur | Software Development | Metrics | — | — | [Talk in Russian, November 2018](https://www.youtube.com/watch?v=U4u4Bd0FtrY) | -| Kuaishou | Video | — | — | — | [ClickHouse Meetup, October 2018](https://clickhouse.tech/blog/en/2018/clickhouse-community-meetup-in-beijing-on-october-28-2018/) | +| Kuaishou | Video | — | — | — | [ClickHouse Meetup, October 2018](https://clickhouse.com/blog/en/2018/clickhouse-community-meetup-in-beijing-on-october-28-2018/) | | Lawrence Berkeley National Laboratory | Research | Traffic analysis | 1 server | 11.8 TiB | [Slides in English, April 2019](https://www.smitasin.com/presentations/2019-04-17_DOE-NSM.pdf) | | LifeStreet | Ad network | Main product | 75 servers (3 replicas) | 5.27 PiB | [Blog post in Russian, February 2017](https://habr.com/en/post/322620/) | | Mail.ru Cloud Solutions | Cloud services | Main product | — | — | [Article in Russian](https://mcs.mail.ru/help/db-create/clickhouse#) | @@ -160,4 +160,4 @@ toc_title: Adopters | Zagrava Trading | — | — | — | — | [Job offer, May 2021](https://twitter.com/datastackjobs/status/1394707267082063874) | | Beeline | Telecom | Data Platform | — | — | [Blog post, July 2021](https://habr.com/en/company/beeline/blog/567508/) | -[Original article](https://clickhouse.tech/docs/en/introduction/adopters/) +[Original article](https://clickhouse.com/docs/en/introduction/adopters/) diff --git a/docs/en/introduction/distinctive-features.md b/docs/en/introduction/distinctive-features.md index ee9f9484c67..34ba4b89415 100644 --- a/docs/en/introduction/distinctive-features.md +++ b/docs/en/introduction/distinctive-features.md @@ -93,4 +93,4 @@ ClickHouse implements user account management using SQL queries and allows for [ 2. Lack of ability to modify or delete already inserted data with a high rate and low latency. There are batch deletes and updates available to clean up or modify data, for example, to comply with [GDPR](https://gdpr-info.eu). 3. The sparse index makes ClickHouse not so efficient for point queries retrieving single rows by their keys. -[Original article](https://clickhouse.tech/docs/en/introduction/distinctive-features/) +[Original article](https://clickhouse.com/docs/en/introduction/distinctive-features/) diff --git a/docs/en/introduction/history.md b/docs/en/introduction/history.md index 247c4afc375..d192eff80ea 100644 --- a/docs/en/introduction/history.md +++ b/docs/en/introduction/history.md @@ -51,4 +51,4 @@ OLAPServer worked well for non-aggregated data, but it had many restrictions tha The initial goal for ClickHouse was to remove the limitations of OLAPServer and solve the problem of working with non-aggregated data for all reports, but over the years, it has grown into a general-purpose database management system suitable for a wide range of analytical tasks. -[Original article](https://clickhouse.tech/docs/en/introduction/history/) +[Original article](https://clickhouse.com/docs/en/introduction/history/) diff --git a/docs/en/introduction/info.md b/docs/en/introduction/info.md index a397c40950d..20e7b3c125f 100644 --- a/docs/en/introduction/info.md +++ b/docs/en/introduction/info.md @@ -7,4 +7,4 @@ toc_priority: 100 - Email address: - Phone: +7-495-780-6510 -[Original article](https://clickhouse.tech/docs/en/introduction/info/) \ No newline at end of file +[Original article](https://clickhouse.com/docs/en/introduction/info/) \ No newline at end of file diff --git a/docs/en/introduction/performance.md b/docs/en/introduction/performance.md index 6e5710347a1..6ae37086181 100644 --- a/docs/en/introduction/performance.md +++ b/docs/en/introduction/performance.md @@ -5,9 +5,9 @@ toc_title: Performance # Performance {#performance} -According to internal testing results at Yandex, ClickHouse shows the best performance (both the highest throughput for long queries and the lowest latency on short queries) for comparable operating scenarios among systems of its class that were available for testing. You can view the test results on a [separate page](https://clickhouse.tech/benchmark/dbms/). +According to internal testing results at Yandex, ClickHouse shows the best performance (both the highest throughput for long queries and the lowest latency on short queries) for comparable operating scenarios among systems of its class that were available for testing. You can view the test results on a [separate page](https://clickhouse.com/benchmark/dbms/). -Numerous independent benchmarks came to similar conclusions. They are not difficult to find using an internet search, or you can see [our small collection of related links](https://clickhouse.tech/#independent-benchmarks). +Numerous independent benchmarks came to similar conclusions. They are not difficult to find using an internet search, or you can see [our small collection of related links](https://clickhouse.com/#independent-benchmarks). ## Throughput for a Single Large Query {#throughput-for-a-single-large-query} @@ -27,4 +27,4 @@ Under the same conditions, ClickHouse can handle several hundred queries per sec We recommend inserting data in packets of at least 1000 rows, or no more than a single request per second. When inserting to a MergeTree table from a tab-separated dump, the insertion speed can be from 50 to 200 MB/s. If the inserted rows are around 1 KB in size, the speed will be from 50,000 to 200,000 rows per second. If the rows are small, the performance can be higher in rows per second (on Banner System data -`>` 500,000 rows per second; on Graphite data -`>` 1,000,000 rows per second). To improve performance, you can make multiple INSERT queries in parallel, which scales linearly. -{## [Original article](https://clickhouse.tech/docs/en/introduction/performance/) ##} +{## [Original article](https://clickhouse.com/docs/en/introduction/performance/) ##} diff --git a/docs/en/operations/access-rights.md b/docs/en/operations/access-rights.md index 8d48218f417..52f7fb87ffd 100644 --- a/docs/en/operations/access-rights.md +++ b/docs/en/operations/access-rights.md @@ -149,4 +149,4 @@ Management queries: By default, SQL-driven access control and account management is disabled for all users. You need to configure at least one user in the `users.xml` configuration file and set the value of the [access_management](../operations/settings/settings-users.md#access_management-user-setting) setting to 1. -[Original article](https://clickhouse.tech/docs/en/operations/access_rights/) +[Original article](https://clickhouse.com/docs/en/operations/access_rights/) diff --git a/docs/en/operations/backup.md b/docs/en/operations/backup.md index 9c8f5389ccd..7f0ed48928a 100644 --- a/docs/en/operations/backup.md +++ b/docs/en/operations/backup.md @@ -37,4 +37,4 @@ For more information about queries related to partition manipulations, see the [ A third-party tool is available to automate this approach: [clickhouse-backup](https://github.com/AlexAkulov/clickhouse-backup). -[Original article](https://clickhouse.tech/docs/en/operations/backup/) +[Original article](https://clickhouse.com/docs/en/operations/backup/) diff --git a/docs/en/operations/caches.md b/docs/en/operations/caches.md index ec7e4239a9d..279204a8af1 100644 --- a/docs/en/operations/caches.md +++ b/docs/en/operations/caches.md @@ -26,4 +26,4 @@ Indirectly used: To drop cache, use [SYSTEM DROP ... CACHE](../sql-reference/statements/system.md) statements. -[Original article](https://clickhouse.tech/docs/en/operations/caches/) +[Original article](https://clickhouse.com/docs/en/operations/caches/) diff --git a/docs/en/operations/clickhouse-keeper.md b/docs/en/operations/clickhouse-keeper.md index 228a7c3666e..58c59ce9f79 100644 --- a/docs/en/operations/clickhouse-keeper.md +++ b/docs/en/operations/clickhouse-keeper.md @@ -116,4 +116,4 @@ clickhouse-keeper-converter --zookeeper-logs-dir /var/lib/zookeeper/version-2 -- 4. Copy snapshot to ClickHouse server nodes with a configured `keeper` or start ClickHouse Keeper instead of ZooKeeper. The snapshot must persist on all nodes, otherwise, empty nodes can be faster and one of them can become a leader. -[Original article](https://clickhouse.tech/docs/en/operations/clickhouse-keeper/) +[Original article](https://clickhouse.com/docs/en/operations/clickhouse-keeper/) diff --git a/docs/en/operations/configuration-files.md b/docs/en/operations/configuration-files.md index aafad0220bd..aeaf421b2d7 100644 --- a/docs/en/operations/configuration-files.md +++ b/docs/en/operations/configuration-files.md @@ -156,4 +156,4 @@ For each config file, the server also generates `file-preprocessed.xml` files wh The server tracks changes in config files, as well as files and ZooKeeper nodes that were used when performing substitutions and overrides, and reloads the settings for users and clusters on the fly. This means that you can modify the cluster, users, and their settings without restarting the server. -[Original article](https://clickhouse.tech/docs/en/operations/configuration-files/) +[Original article](https://clickhouse.com/docs/en/operations/configuration-files/) diff --git a/docs/en/operations/external-authenticators/index.md b/docs/en/operations/external-authenticators/index.md index aa220f50ef8..13b07b8e51e 100644 --- a/docs/en/operations/external-authenticators/index.md +++ b/docs/en/operations/external-authenticators/index.md @@ -13,4 +13,4 @@ The following external authenticators and directories are supported: - [LDAP](./ldap.md#external-authenticators-ldap) [Authenticator](./ldap.md#ldap-external-authenticator) and [Directory](./ldap.md#ldap-external-user-directory) - Kerberos [Authenticator](./kerberos.md#external-authenticators-kerberos) -[Original article](https://clickhouse.tech/docs/en/operations/external-authenticators/index/) +[Original article](https://clickhouse.com/docs/en/operations/external-authenticators/index/) diff --git a/docs/en/operations/external-authenticators/ldap.md b/docs/en/operations/external-authenticators/ldap.md index 5a3db6faf55..c33700f0e31 100644 --- a/docs/en/operations/external-authenticators/ldap.md +++ b/docs/en/operations/external-authenticators/ldap.md @@ -179,4 +179,4 @@ Note that `my_ldap_server` referred in the `ldap` section inside the `user_direc - `attribute` — Attribute name whose values will be returned by the LDAP search. `cn`, by default. - `prefix` — Prefix, that will be expected to be in front of each string in the original list of strings returned by the LDAP search. The prefix will be removed from the original strings and the resulting strings will be treated as local role names. Empty by default. -[Original article](https://clickhouse.tech/docs/en/operations/external-authenticators/ldap/) +[Original article](https://clickhouse.com/docs/en/operations/external-authenticators/ldap/) diff --git a/docs/en/operations/index.md b/docs/en/operations/index.md index 3364598ebc2..b78633f2d6b 100644 --- a/docs/en/operations/index.md +++ b/docs/en/operations/index.md @@ -23,4 +23,4 @@ ClickHouse operations manual consists of the following major sections: - [Settings](../operations/settings/index.md) - [Utilities](../operations/utilities/index.md) -{## [Original article](https://clickhouse.tech/docs/en/operations/) ##} +{## [Original article](https://clickhouse.com/docs/en/operations/) ##} diff --git a/docs/en/operations/opentelemetry.md b/docs/en/operations/opentelemetry.md index 74c9c6dd18f..6dac8736372 100644 --- a/docs/en/operations/opentelemetry.md +++ b/docs/en/operations/opentelemetry.md @@ -61,4 +61,4 @@ FROM system.opentelemetry_span_log In case of any errors, the part of the log data for which the error has occurred will be silently lost. Check the server log for error messages if the data does not arrive. -[Original article](https://clickhouse.tech/docs/en/operations/opentelemetry/) +[Original article](https://clickhouse.com/docs/en/operations/opentelemetry/) diff --git a/docs/en/operations/performance-test.md b/docs/en/operations/performance-test.md index d6d9cdb55cc..7259a325086 100644 --- a/docs/en/operations/performance-test.md +++ b/docs/en/operations/performance-test.md @@ -25,7 +25,7 @@ chmod a+x ./hardware.sh 3. Copy the output and send it to clickhouse-feedback@yandex-team.com -All the results are published here: https://clickhouse.tech/benchmark/hardware/ +All the results are published here: https://clickhouse.com/benchmark/hardware/ ## Manual Run @@ -68,4 +68,4 @@ mv hits_100m_obfuscated_v1/* . ``` 7. Send the numbers and the info about your hardware configuration to clickhouse-feedback@yandex-team.com -All the results are published here: https://clickhouse.tech/benchmark/hardware/ +All the results are published here: https://clickhouse.com/benchmark/hardware/ diff --git a/docs/en/operations/quotas.md b/docs/en/operations/quotas.md index bbea735cdba..eec8961b595 100644 --- a/docs/en/operations/quotas.md +++ b/docs/en/operations/quotas.md @@ -117,4 +117,4 @@ For distributed query processing, the accumulated amounts are stored on the requ When the server is restarted, quotas are reset. -[Original article](https://clickhouse.tech/docs/en/operations/quotas/) +[Original article](https://clickhouse.com/docs/en/operations/quotas/) diff --git a/docs/en/operations/server-configuration-parameters/index.md b/docs/en/operations/server-configuration-parameters/index.md index 02bbe7362cf..a95d198bd0d 100644 --- a/docs/en/operations/server-configuration-parameters/index.md +++ b/docs/en/operations/server-configuration-parameters/index.md @@ -14,4 +14,4 @@ Other settings are described in the “[Settings](../../operations/settings/inde Before studying the settings, read the [Configuration files](../../operations/configuration-files.md#configuration_files) section and note the use of substitutions (the `incl` and `optional` attributes). -[Original article](https://clickhouse.tech/docs/en/operations/server_configuration_parameters/) +[Original article](https://clickhouse.com/docs/en/operations/server_configuration_parameters/) diff --git a/docs/en/operations/server-configuration-parameters/settings.md b/docs/en/operations/server-configuration-parameters/settings.md index d5970b1dc65..3d299e21019 100644 --- a/docs/en/operations/server-configuration-parameters/settings.md +++ b/docs/en/operations/server-configuration-parameters/settings.md @@ -1387,4 +1387,4 @@ To add an LDAP server as a remote user directory of users that are not defined l ``` -[Original article](https://clickhouse.tech/docs/en/operations/server_configuration_parameters/settings/) +[Original article](https://clickhouse.com/docs/en/operations/server_configuration_parameters/settings/) diff --git a/docs/en/operations/settings/constraints-on-settings.md b/docs/en/operations/settings/constraints-on-settings.md index 2fe75aaad58..338949c5a6a 100644 --- a/docs/en/operations/settings/constraints-on-settings.md +++ b/docs/en/operations/settings/constraints-on-settings.md @@ -70,4 +70,4 @@ Code: 452, e.displayText() = DB::Exception: Setting force_index_by_date should n **Note:** the `default` profile has special handling: all the constraints defined for the `default` profile become the default constraints, so they restrict all the users until they’re overridden explicitly for these users. -[Original article](https://clickhouse.tech/docs/en/operations/settings/constraints_on_settings/) +[Original article](https://clickhouse.com/docs/en/operations/settings/constraints_on_settings/) diff --git a/docs/en/operations/settings/index.md b/docs/en/operations/settings/index.md index b5dcef932e8..f2a6bfc515a 100644 --- a/docs/en/operations/settings/index.md +++ b/docs/en/operations/settings/index.md @@ -55,4 +55,4 @@ SELECT getSetting('custom_a'); - [Server Configuration Settings](../../operations/server-configuration-parameters/settings.md) -[Original article](https://clickhouse.tech/docs/en/operations/settings/) +[Original article](https://clickhouse.com/docs/en/operations/settings/) diff --git a/docs/en/operations/settings/permissions-for-queries.md b/docs/en/operations/settings/permissions-for-queries.md index 2ab13216d9e..47551f288bb 100644 --- a/docs/en/operations/settings/permissions-for-queries.md +++ b/docs/en/operations/settings/permissions-for-queries.md @@ -56,4 +56,4 @@ You can’t execute `SET allow_ddl = 1` if `allow_ddl = 0` for the current sessi Default value: 1 -[Original article](https://clickhouse.tech/docs/en/operations/settings/permissions_for_queries/) +[Original article](https://clickhouse.com/docs/en/operations/settings/permissions_for_queries/) diff --git a/docs/en/operations/settings/query-complexity.md b/docs/en/operations/settings/query-complexity.md index 236359bfe55..3287caacdf8 100644 --- a/docs/en/operations/settings/query-complexity.md +++ b/docs/en/operations/settings/query-complexity.md @@ -312,4 +312,4 @@ When inserting data, ClickHouse calculates the number of partitions in the inser > “Too many partitions for single INSERT block (more than” + toString(max_parts) + “). The limit is controlled by ‘max_partitions_per_insert_block’ setting. A large number of partitions is a common misconception. It will lead to severe negative performance impact, including slow server startup, slow INSERT queries and slow SELECT queries. Recommended total number of partitions for a table is under 1000..10000. Please note, that partitioning is not intended to speed up SELECT queries (ORDER BY key is sufficient to make range queries fast). Partitions are intended for data manipulation (DROP PARTITION, etc).” -[Original article](https://clickhouse.tech/docs/en/operations/settings/query_complexity/) +[Original article](https://clickhouse.com/docs/en/operations/settings/query_complexity/) diff --git a/docs/en/operations/settings/settings-profiles.md b/docs/en/operations/settings/settings-profiles.md index c7a01466462..1939b21bfc3 100644 --- a/docs/en/operations/settings/settings-profiles.md +++ b/docs/en/operations/settings/settings-profiles.md @@ -76,4 +76,4 @@ The `default` profile has a special purpose: it must always be present and is ap The `web` profile is a regular profile that can be set using the `SET` query or using a URL parameter in an HTTP query. -[Original article](https://clickhouse.tech/docs/en/operations/settings/settings_profiles/) +[Original article](https://clickhouse.com/docs/en/operations/settings/settings_profiles/) diff --git a/docs/en/operations/settings/settings-users.md b/docs/en/operations/settings/settings-users.md index 2c8315ad069..1a1d2e2a0fa 100644 --- a/docs/en/operations/settings/settings-users.md +++ b/docs/en/operations/settings/settings-users.md @@ -159,4 +159,4 @@ The following configuration forces that user `user1` can only see the rows of `t The `filter` can be any expression resulting in a [UInt8](../../sql-reference/data-types/int-uint.md)-type value. It usually contains comparisons and logical operators. Rows from `database_name.table1` where filter results to 0 are not returned for this user. The filtering is incompatible with `PREWHERE` operations and disables `WHERE→PREWHERE` optimization. -[Original article](https://clickhouse.tech/docs/en/operations/settings/settings_users/) +[Original article](https://clickhouse.com/docs/en/operations/settings/settings_users/) diff --git a/docs/en/operations/system-tables/asynchronous_metric_log.md b/docs/en/operations/system-tables/asynchronous_metric_log.md index de2e8faab10..273f1f00d71 100644 --- a/docs/en/operations/system-tables/asynchronous_metric_log.md +++ b/docs/en/operations/system-tables/asynchronous_metric_log.md @@ -36,4 +36,4 @@ SELECT * FROM system.asynchronous_metric_log LIMIT 10 - [system.asynchronous_metrics](../system-tables/asynchronous_metrics.md) — Contains metrics, calculated periodically in the background. - [system.metric_log](../system-tables/metric_log.md) — Contains history of metrics values from tables `system.metrics` and `system.events`, periodically flushed to disk. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/asynchronous_metric_log) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/asynchronous_metric_log) diff --git a/docs/en/operations/system-tables/asynchronous_metrics.md b/docs/en/operations/system-tables/asynchronous_metrics.md index fc801aa1c80..11255a868cc 100644 --- a/docs/en/operations/system-tables/asynchronous_metrics.md +++ b/docs/en/operations/system-tables/asynchronous_metrics.md @@ -35,4 +35,4 @@ SELECT * FROM system.asynchronous_metrics LIMIT 10 - [system.events](../../operations/system-tables/events.md#system_tables-events) — Contains a number of events that have occurred. - [system.metric_log](../../operations/system-tables/metric_log.md#system_tables-metric_log) — Contains a history of metrics values from tables `system.metrics` and `system.events`. - [Original article](https://clickhouse.tech/docs/en/operations/system-tables/asynchronous_metrics) + [Original article](https://clickhouse.com/docs/en/operations/system-tables/asynchronous_metrics) diff --git a/docs/en/operations/system-tables/clusters.md b/docs/en/operations/system-tables/clusters.md index 16cf183de53..18a4152df70 100644 --- a/docs/en/operations/system-tables/clusters.md +++ b/docs/en/operations/system-tables/clusters.md @@ -68,4 +68,4 @@ estimated_recovery_time: 0 - [distributed_replica_error_cap setting](../../operations/settings/settings.md#settings-distributed_replica_error_cap) - [distributed_replica_error_half_life setting](../../operations/settings/settings.md#settings-distributed_replica_error_half_life) -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/clusters) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/clusters) diff --git a/docs/en/operations/system-tables/columns.md b/docs/en/operations/system-tables/columns.md index da4bcec48ed..de878cce793 100644 --- a/docs/en/operations/system-tables/columns.md +++ b/docs/en/operations/system-tables/columns.md @@ -86,4 +86,4 @@ The `system.columns` table contains the following columns (the column type is sh - `is_in_primary_key` (UInt8) — Flag that indicates whether the column is in the primary key expression. - `is_in_sampling_key` (UInt8) — Flag that indicates whether the column is in the sampling key expression. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/columns) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/columns) diff --git a/docs/en/operations/system-tables/contributors.md b/docs/en/operations/system-tables/contributors.md index a718c403c11..0b6e977e0e3 100644 --- a/docs/en/operations/system-tables/contributors.md +++ b/docs/en/operations/system-tables/contributors.md @@ -38,4 +38,4 @@ SELECT * FROM system.contributors WHERE name = 'Olga Khvostikova' │ Olga Khvostikova │ └──────────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/contributors) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/contributors) diff --git a/docs/en/operations/system-tables/crash-log.md b/docs/en/operations/system-tables/crash-log.md index 5e9fec53429..404010afc05 100644 --- a/docs/en/operations/system-tables/crash-log.md +++ b/docs/en/operations/system-tables/crash-log.md @@ -45,4 +45,4 @@ build_id: **See also** - [trace_log](../../operations/system-tables/trace_log.md) system table -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/crash-log) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/crash-log) diff --git a/docs/en/operations/system-tables/current-roles.md b/docs/en/operations/system-tables/current-roles.md index 56dbb602637..c029f367998 100644 --- a/docs/en/operations/system-tables/current-roles.md +++ b/docs/en/operations/system-tables/current-roles.md @@ -8,4 +8,4 @@ Columns: - `with_admin_option` ([UInt8](../../sql-reference/data-types/int-uint.md#uint-ranges)) — Flag that shows whether `current_role` is a role with `ADMIN OPTION` privilege. - `is_default` ([UInt8](../../sql-reference/data-types/int-uint.md#uint-ranges)) — Flag that shows whether `current_role` is a default role. - [Original article](https://clickhouse.tech/docs/en/operations/system-tables/current-roles) + [Original article](https://clickhouse.com/docs/en/operations/system-tables/current-roles) diff --git a/docs/en/operations/system-tables/data_type_families.md b/docs/en/operations/system-tables/data_type_families.md index fdce9c33b37..0d11b1cfefb 100644 --- a/docs/en/operations/system-tables/data_type_families.md +++ b/docs/en/operations/system-tables/data_type_families.md @@ -33,4 +33,4 @@ SELECT * FROM system.data_type_families WHERE alias_to = 'String' - [Syntax](../../sql-reference/syntax.md) — Information about supported syntax. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/data_type_families) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/data_type_families) diff --git a/docs/en/operations/system-tables/databases.md b/docs/en/operations/system-tables/databases.md index 2c78fd25c2b..c9fc8786333 100644 --- a/docs/en/operations/system-tables/databases.md +++ b/docs/en/operations/system-tables/databases.md @@ -35,4 +35,4 @@ SELECT * FROM system.databases └────────────────────────────────┮────────┮────────────────────────────┮─────────────────────────────────────────────────────────────────────┮──────────────────────────────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/databases) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/databases) diff --git a/docs/en/operations/system-tables/detached_parts.md b/docs/en/operations/system-tables/detached_parts.md index a5748128426..7345aa4ba6c 100644 --- a/docs/en/operations/system-tables/detached_parts.md +++ b/docs/en/operations/system-tables/detached_parts.md @@ -8,4 +8,4 @@ For the description of other columns, see [system.parts](../../operations/system If part name is invalid, values of some columns may be `NULL`. Such parts can be deleted with [ALTER TABLE DROP DETACHED PART](../../sql-reference/statements/alter/partition.md#alter_drop-detached). -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/detached_parts) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/detached_parts) diff --git a/docs/en/operations/system-tables/dictionaries.md b/docs/en/operations/system-tables/dictionaries.md index a34e893599c..bf8dcb9b5e4 100644 --- a/docs/en/operations/system-tables/dictionaries.md +++ b/docs/en/operations/system-tables/dictionaries.md @@ -61,4 +61,4 @@ SELECT * FROM system.dictionaries └──────────┮──────┮────────┮─────────────┮──────┮────────┮──────────────────────────────────────┮─────────────────────┮─────────────────┮─────────────┮──────────┮───────────────┮───────────────────────┮────────────────────────────┮──────────────┮──────────────┮─────────────────────┮──────────────────────────────┘───────────────────────┮────────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/dictionaries) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/dictionaries) diff --git a/docs/en/operations/system-tables/disks.md b/docs/en/operations/system-tables/disks.md index 027e722dc55..f643e3fcfe1 100644 --- a/docs/en/operations/system-tables/disks.md +++ b/docs/en/operations/system-tables/disks.md @@ -24,4 +24,4 @@ Columns: 1 rows in set. Elapsed: 0.001 sec. ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/disks) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/disks) diff --git a/docs/en/operations/system-tables/distributed_ddl_queue.md b/docs/en/operations/system-tables/distributed_ddl_queue.md index 07f72d76324..47899ae5628 100644 --- a/docs/en/operations/system-tables/distributed_ddl_queue.md +++ b/docs/en/operations/system-tables/distributed_ddl_queue.md @@ -61,4 +61,4 @@ exception_code: ZOK 2 rows in set. Elapsed: 0.025 sec. ``` -[Original article](https://clickhouse.tech/docs/en/operations/system_tables/distributed_ddl_queuedistributed_ddl_queue.md) +[Original article](https://clickhouse.com/docs/en/operations/system_tables/distributed_ddl_queuedistributed_ddl_queue.md) diff --git a/docs/en/operations/system-tables/distribution_queue.md b/docs/en/operations/system-tables/distribution_queue.md index a7037a23312..2b0ca536119 100644 --- a/docs/en/operations/system-tables/distribution_queue.md +++ b/docs/en/operations/system-tables/distribution_queue.md @@ -47,4 +47,4 @@ last_exception: - [Distributed table engine](../../engines/table-engines/special/distributed.md) -[Original article](https://clickhouse.tech/docs/en/operations/system_tables/distribution_queue) +[Original article](https://clickhouse.com/docs/en/operations/system_tables/distribution_queue) diff --git a/docs/en/operations/system-tables/enabled-roles.md b/docs/en/operations/system-tables/enabled-roles.md index ecfb889b6ef..54569ebbca6 100644 --- a/docs/en/operations/system-tables/enabled-roles.md +++ b/docs/en/operations/system-tables/enabled-roles.md @@ -9,4 +9,4 @@ Columns: - `is_current` ([UInt8](../../sql-reference/data-types/int-uint.md#uint-ranges)) — Flag that shows whether `enabled_role` is a current role of a current user. - `is_default` ([UInt8](../../sql-reference/data-types/int-uint.md#uint-ranges)) — Flag that shows whether `enabled_role` is a default role. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/enabled-roles) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/enabled-roles) diff --git a/docs/en/operations/system-tables/events.md b/docs/en/operations/system-tables/events.md index 2fcb5d8edec..719216a54be 100644 --- a/docs/en/operations/system-tables/events.md +++ b/docs/en/operations/system-tables/events.md @@ -31,4 +31,4 @@ SELECT * FROM system.events LIMIT 5 - [system.metric_log](../../operations/system-tables/metric_log.md#system_tables-metric_log) — Contains a history of metrics values from tables `system.metrics` О `system.events`. - [Monitoring](../../operations/monitoring.md) — Base concepts of ClickHouse monitoring. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/events) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/events) diff --git a/docs/en/operations/system-tables/functions.md b/docs/en/operations/system-tables/functions.md index 38aa62c9c09..b952c103310 100644 --- a/docs/en/operations/system-tables/functions.md +++ b/docs/en/operations/system-tables/functions.md @@ -30,4 +30,4 @@ Columns: 10 rows in set. Elapsed: 0.002 sec. ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/functions) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/functions) diff --git a/docs/en/operations/system-tables/grants.md b/docs/en/operations/system-tables/grants.md index 927fa4f3227..bd0d8c3c5b8 100644 --- a/docs/en/operations/system-tables/grants.md +++ b/docs/en/operations/system-tables/grants.md @@ -21,4 +21,4 @@ Columns: - `grant_option` ([UInt8](../../sql-reference/data-types/int-uint.md#uint-ranges)) — Permission is granted `WITH GRANT OPTION`, see [GRANT](../../sql-reference/statements/grant.md#grant-privigele-syntax). -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/grants) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/grants) diff --git a/docs/en/operations/system-tables/graphite_retentions.md b/docs/en/operations/system-tables/graphite_retentions.md index 0d56242dc95..af35da1f6e5 100644 --- a/docs/en/operations/system-tables/graphite_retentions.md +++ b/docs/en/operations/system-tables/graphite_retentions.md @@ -14,4 +14,4 @@ Columns: - `Tables.database` (Array(String)) - Array of names of database tables that use the `config_name` parameter. - `Tables.table` (Array(String)) - Array of table names that use the `config_name` parameter. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/graphite_retentions) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/graphite_retentions) diff --git a/docs/en/operations/system-tables/index.md b/docs/en/operations/system-tables/index.md index ab3ba25493a..0cc5e834af1 100644 --- a/docs/en/operations/system-tables/index.md +++ b/docs/en/operations/system-tables/index.md @@ -71,4 +71,4 @@ If procfs is supported and enabled on the system, ClickHouse server collects the - `OSReadBytes` - `OSWriteBytes` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/) diff --git a/docs/en/operations/system-tables/licenses.md b/docs/en/operations/system-tables/licenses.md index d1c3e1cc5de..caef97697a6 100644 --- a/docs/en/operations/system-tables/licenses.md +++ b/docs/en/operations/system-tables/licenses.md @@ -36,4 +36,4 @@ SELECT library_name, license_type, license_path FROM system.licenses LIMIT 15 ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/licenses) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/licenses) diff --git a/docs/en/operations/system-tables/merge_tree_settings.md b/docs/en/operations/system-tables/merge_tree_settings.md index ce82cd09b8a..1f24bdbe0cf 100644 --- a/docs/en/operations/system-tables/merge_tree_settings.md +++ b/docs/en/operations/system-tables/merge_tree_settings.md @@ -51,4 +51,4 @@ type: SettingUInt64 4 rows in set. Elapsed: 0.001 sec. ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/merge_tree_settings) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/merge_tree_settings) diff --git a/docs/en/operations/system-tables/merges.md b/docs/en/operations/system-tables/merges.md index c7bdaee42e1..e9ca30d5f2c 100644 --- a/docs/en/operations/system-tables/merges.md +++ b/docs/en/operations/system-tables/merges.md @@ -22,4 +22,4 @@ Columns: - `merge_type` — The type of current merge. Empty if it's an mutation. - `merge_algorithm` — The algorithm used in current merge. Empty if it's an mutation. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/merges) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/merges) diff --git a/docs/en/operations/system-tables/metric_log.md b/docs/en/operations/system-tables/metric_log.md index ab149703309..875e443d0a6 100644 --- a/docs/en/operations/system-tables/metric_log.md +++ b/docs/en/operations/system-tables/metric_log.md @@ -48,4 +48,4 @@ CurrentMetric_DistributedFilesToInsert: 0 - [system.metrics](../../operations/system-tables/metrics.md) — Contains instantly calculated metrics. - [Monitoring](../../operations/monitoring.md) — Base concepts of ClickHouse monitoring. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/metric_log) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/metric_log) diff --git a/docs/en/operations/system-tables/metrics.md b/docs/en/operations/system-tables/metrics.md index 4afab40764b..551c63d1aa3 100644 --- a/docs/en/operations/system-tables/metrics.md +++ b/docs/en/operations/system-tables/metrics.md @@ -38,4 +38,4 @@ SELECT * FROM system.metrics LIMIT 10 - [system.metric_log](../../operations/system-tables/metric_log.md#system_tables-metric_log) — Contains a history of metrics values from tables `system.metrics` О `system.events`. - [Monitoring](../../operations/monitoring.md) — Base concepts of ClickHouse monitoring. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/metrics) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/metrics) diff --git a/docs/en/operations/system-tables/mutations.md b/docs/en/operations/system-tables/mutations.md index e7d3e90b806..66ce500f213 100644 --- a/docs/en/operations/system-tables/mutations.md +++ b/docs/en/operations/system-tables/mutations.md @@ -45,4 +45,4 @@ If there were problems with mutating some data parts, the following columns cont - [MergeTree](../../engines/table-engines/mergetree-family/mergetree.md) table engine - [ReplicatedMergeTree](../../engines/table-engines/mergetree-family/replication.md) family -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/mutations) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/mutations) diff --git a/docs/en/operations/system-tables/numbers.md b/docs/en/operations/system-tables/numbers.md index e9d64483525..774fdf86b76 100644 --- a/docs/en/operations/system-tables/numbers.md +++ b/docs/en/operations/system-tables/numbers.md @@ -29,4 +29,4 @@ Reads from this table are not parallelized. 10 rows in set. Elapsed: 0.001 sec. ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/numbers) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/numbers) diff --git a/docs/en/operations/system-tables/numbers_mt.md b/docs/en/operations/system-tables/numbers_mt.md index e11515d4c06..978a6565b71 100644 --- a/docs/en/operations/system-tables/numbers_mt.md +++ b/docs/en/operations/system-tables/numbers_mt.md @@ -27,4 +27,4 @@ Used for tests. 10 rows in set. Elapsed: 0.001 sec. ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/numbers_mt) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/numbers_mt) diff --git a/docs/en/operations/system-tables/one.md b/docs/en/operations/system-tables/one.md index 4a00e118b05..293f0412955 100644 --- a/docs/en/operations/system-tables/one.md +++ b/docs/en/operations/system-tables/one.md @@ -20,4 +20,4 @@ This is similar to the `DUAL` table found in other DBMSs. 1 rows in set. Elapsed: 0.001 sec. ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/one) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/one) diff --git a/docs/en/operations/system-tables/opentelemetry_span_log.md b/docs/en/operations/system-tables/opentelemetry_span_log.md index 9e36eae7a1b..521c155d0f7 100644 --- a/docs/en/operations/system-tables/opentelemetry_span_log.md +++ b/docs/en/operations/system-tables/opentelemetry_span_log.md @@ -50,4 +50,4 @@ attribute.values: [] - [OpenTelemetry](../../operations/opentelemetry.md) -[Original article](https://clickhouse.tech/docs/en/operations/system_tables/opentelemetry_span_log) +[Original article](https://clickhouse.com/docs/en/operations/system_tables/opentelemetry_span_log) diff --git a/docs/en/operations/system-tables/part_log.md b/docs/en/operations/system-tables/part_log.md index ce983282880..1fb5b12e87e 100644 --- a/docs/en/operations/system-tables/part_log.md +++ b/docs/en/operations/system-tables/part_log.md @@ -66,4 +66,4 @@ error: 0 exception: ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/part_log) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/part_log) diff --git a/docs/en/operations/system-tables/parts.md b/docs/en/operations/system-tables/parts.md index cd5b3fc799a..51a0a1180f3 100644 --- a/docs/en/operations/system-tables/parts.md +++ b/docs/en/operations/system-tables/parts.md @@ -155,4 +155,4 @@ move_ttl_info.max: [] - [MergeTree family](../../engines/table-engines/mergetree-family/mergetree.md) - [TTL for Columns and Tables](../../engines/table-engines/mergetree-family/mergetree.md#table_engine-mergetree-ttl) -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/parts) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/parts) diff --git a/docs/en/operations/system-tables/parts_columns.md b/docs/en/operations/system-tables/parts_columns.md index 81529544a8b..0be4324bab5 100644 --- a/docs/en/operations/system-tables/parts_columns.md +++ b/docs/en/operations/system-tables/parts_columns.md @@ -145,4 +145,4 @@ column_marks_bytes: 48 - [MergeTree family](../../engines/table-engines/mergetree-family/mergetree.md) -[Original article](https://clickhouse.tech/docs/en/operations/system_tables/parts_columns) +[Original article](https://clickhouse.com/docs/en/operations/system_tables/parts_columns) diff --git a/docs/en/operations/system-tables/processes.md b/docs/en/operations/system-tables/processes.md index 6090c5e4555..ee8daf0e5bf 100644 --- a/docs/en/operations/system-tables/processes.md +++ b/docs/en/operations/system-tables/processes.md @@ -58,4 +58,4 @@ Settings: {'background_pool_size':'32','load_balancing':'random','al 1 rows in set. Elapsed: 0.002 sec. ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/processes) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/processes) diff --git a/docs/en/operations/system-tables/query_log.md b/docs/en/operations/system-tables/query_log.md index 548e454cf58..d6f10723890 100644 --- a/docs/en/operations/system-tables/query_log.md +++ b/docs/en/operations/system-tables/query_log.md @@ -183,4 +183,4 @@ used_table_functions: [] - [system.query_thread_log](../../operations/system-tables/query_thread_log.md#system_tables-query_thread_log) — This table contains information about each query execution thread. - [system.query_views_log](../../operations/system-tables/query_views_log.md#system_tables-query_views_log) — This table contains information about each view executed during a query. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/query_log) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/query_log) diff --git a/docs/en/operations/system-tables/query_thread_log.md b/docs/en/operations/system-tables/query_thread_log.md index 152a10504bb..ca84c0a1ba1 100644 --- a/docs/en/operations/system-tables/query_thread_log.md +++ b/docs/en/operations/system-tables/query_thread_log.md @@ -114,4 +114,4 @@ ProfileEvents: {'Query':1,'SelectQuery':1,'ReadCompressedBytes':36,'Compr - [system.query_log](../../operations/system-tables/query_log.md#system_tables-query_log) — Description of the `query_log` system table which contains common information about queries execution. - [system.query_views_log](../../operations/system-tables/query_views_log.md#system_tables-query_views_log) — This table contains information about each view executed during a query. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/query_thread_log) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/query_thread_log) diff --git a/docs/en/operations/system-tables/query_views_log.md b/docs/en/operations/system-tables/query_views_log.md index 48d36a6a118..4ae3de90d06 100644 --- a/docs/en/operations/system-tables/query_views_log.md +++ b/docs/en/operations/system-tables/query_views_log.md @@ -78,4 +78,4 @@ stack_trace: - [system.query_thread_log](../../operations/system-tables/query_thread_log.md#system_tables-query_thread_log) — This table contains information about each query execution thread. -[Original article](https://clickhouse.tech/docs/en/operations/system_tables/query_thread_log) +[Original article](https://clickhouse.com/docs/en/operations/system_tables/query_thread_log) diff --git a/docs/en/operations/system-tables/quota_limits.md b/docs/en/operations/system-tables/quota_limits.md index 0088b086e8c..708c4e4e33e 100644 --- a/docs/en/operations/system-tables/quota_limits.md +++ b/docs/en/operations/system-tables/quota_limits.md @@ -18,4 +18,4 @@ Columns: - `max_read_bytes` ([Nullable](../../sql-reference/data-types/nullable.md)([UInt64](../../sql-reference/data-types/int-uint.md))) — Maximum number of bytes read from all tables and table functions participated in queries. - `max_execution_time` ([Nullable](../../sql-reference/data-types/nullable.md)([Float64](../../sql-reference/data-types/float.md))) — Maximum of the query execution time, in seconds. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/quota_limits) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/quota_limits) diff --git a/docs/en/operations/system-tables/quota_usage.md b/docs/en/operations/system-tables/quota_usage.md index 2f35b6b7dae..6f4d3c9c8ee 100644 --- a/docs/en/operations/system-tables/quota_usage.md +++ b/docs/en/operations/system-tables/quota_usage.md @@ -29,4 +29,4 @@ Columns: - [SHOW QUOTA](../../sql-reference/statements/show.md#show-quota-statement) -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/quota_usage) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/quota_usage) diff --git a/docs/en/operations/system-tables/quotas.md b/docs/en/operations/system-tables/quotas.md index 6acc349a54f..d7a73de5046 100644 --- a/docs/en/operations/system-tables/quotas.md +++ b/docs/en/operations/system-tables/quotas.md @@ -24,5 +24,5 @@ Columns: - [SHOW QUOTAS](../../sql-reference/statements/show.md#show-quotas-statement) -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/quotas) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/quotas) diff --git a/docs/en/operations/system-tables/quotas_usage.md b/docs/en/operations/system-tables/quotas_usage.md index 6ba88cb935a..7d39af0f601 100644 --- a/docs/en/operations/system-tables/quotas_usage.md +++ b/docs/en/operations/system-tables/quotas_usage.md @@ -32,4 +32,4 @@ Columns: - [SHOW QUOTA](../../sql-reference/statements/show.md#show-quota-statement) -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/quotas_usage) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/quotas_usage) diff --git a/docs/en/operations/system-tables/replicas.md b/docs/en/operations/system-tables/replicas.md index e2cc607f6d8..64fc5957e69 100644 --- a/docs/en/operations/system-tables/replicas.md +++ b/docs/en/operations/system-tables/replicas.md @@ -121,5 +121,5 @@ WHERE If this query does not return anything, it means that everything is fine. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/replicas) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/replicas) diff --git a/docs/en/operations/system-tables/replicated_fetches.md b/docs/en/operations/system-tables/replicated_fetches.md index bc7e6335c0d..241bb609853 100644 --- a/docs/en/operations/system-tables/replicated_fetches.md +++ b/docs/en/operations/system-tables/replicated_fetches.md @@ -67,4 +67,4 @@ thread_id: 54 - [Managing ReplicatedMergeTree Tables](../../sql-reference/statements/system/#query-language-system-replicated) -[Original article](https://clickhouse.tech/docs/en/operations/system_tables/replicated_fetches) +[Original article](https://clickhouse.com/docs/en/operations/system_tables/replicated_fetches) diff --git a/docs/en/operations/system-tables/replication_queue.md b/docs/en/operations/system-tables/replication_queue.md index 965774b81bf..ac4cdddb37b 100644 --- a/docs/en/operations/system-tables/replication_queue.md +++ b/docs/en/operations/system-tables/replication_queue.md @@ -88,4 +88,4 @@ last_postpone_time: 1970-01-01 03:00:00 - [Managing ReplicatedMergeTree Tables](../../sql-reference/statements/system.md#query-language-system-replicated) -[Original article](https://clickhouse.tech/docs/en/operations/system_tables/replication_queue) +[Original article](https://clickhouse.com/docs/en/operations/system_tables/replication_queue) diff --git a/docs/en/operations/system-tables/role-grants.md b/docs/en/operations/system-tables/role-grants.md index d754c6d7fb5..6da221af1a4 100644 --- a/docs/en/operations/system-tables/role-grants.md +++ b/docs/en/operations/system-tables/role-grants.md @@ -18,4 +18,4 @@ Columns: - 1 — The role has `ADMIN OPTION` privilege. - 0 — The role without `ADMIN OPTION` privilege. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/role-grants) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/role-grants) diff --git a/docs/en/operations/system-tables/roles.md b/docs/en/operations/system-tables/roles.md index e68d5ed290a..7a71270b6c4 100644 --- a/docs/en/operations/system-tables/roles.md +++ b/docs/en/operations/system-tables/roles.md @@ -12,4 +12,4 @@ Columns: - [SHOW ROLES](../../sql-reference/statements/show.md#show-roles-statement) -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/roles) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/roles) diff --git a/docs/en/operations/system-tables/row_policies.md b/docs/en/operations/system-tables/row_policies.md index 157ec75f05e..95a26efe952 100644 --- a/docs/en/operations/system-tables/row_policies.md +++ b/docs/en/operations/system-tables/row_policies.md @@ -31,4 +31,4 @@ Columns: - [SHOW POLICIES](../../sql-reference/statements/show.md#show-policies-statement) -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/row_policies) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/row_policies) diff --git a/docs/en/operations/system-tables/settings.md b/docs/en/operations/system-tables/settings.md index cfd9f43655a..5d5eda2abc1 100644 --- a/docs/en/operations/system-tables/settings.md +++ b/docs/en/operations/system-tables/settings.md @@ -50,4 +50,4 @@ SELECT * FROM system.settings WHERE changed AND name='load_balancing' - [Constraints on Settings](../../operations/settings/constraints-on-settings.md) - [SHOW SETTINGS](../../sql-reference/statements/show.md#show-settings) statement -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/settings) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/settings) diff --git a/docs/en/operations/system-tables/settings_profile_elements.md b/docs/en/operations/system-tables/settings_profile_elements.md index 3c8c728e645..d812d8f74e0 100644 --- a/docs/en/operations/system-tables/settings_profile_elements.md +++ b/docs/en/operations/system-tables/settings_profile_elements.md @@ -27,4 +27,4 @@ Columns: - `inherit_profile` ([Nullable](../../sql-reference/data-types/nullable.md)([String](../../sql-reference/data-types/string.md))) — A parent profile for this setting profile. `NULL` if not set. Setting profile will inherit all the settings' values and constraints (`min`, `max`, `readonly`) from its parent profiles. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/settings_profile_elements) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/settings_profile_elements) diff --git a/docs/en/operations/system-tables/settings_profiles.md b/docs/en/operations/system-tables/settings_profiles.md index 7339c5c2ef6..f9b62cf5194 100644 --- a/docs/en/operations/system-tables/settings_profiles.md +++ b/docs/en/operations/system-tables/settings_profiles.md @@ -21,4 +21,4 @@ Columns: - [SHOW PROFILES](../../sql-reference/statements/show.md#show-profiles-statement) -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/settings_profiles) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/settings_profiles) diff --git a/docs/en/operations/system-tables/storage_policies.md b/docs/en/operations/system-tables/storage_policies.md index 4b07b593926..3d5be4b952b 100644 --- a/docs/en/operations/system-tables/storage_policies.md +++ b/docs/en/operations/system-tables/storage_policies.md @@ -14,4 +14,4 @@ Columns: If the storage policy contains more then one volume, then information for each volume is stored in the individual row of the table. -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/storage_policies) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/storage_policies) diff --git a/docs/en/operations/system-tables/table_engines.md b/docs/en/operations/system-tables/table_engines.md index 45ff6f1ac19..57fb5b0ff37 100644 --- a/docs/en/operations/system-tables/table_engines.md +++ b/docs/en/operations/system-tables/table_engines.md @@ -35,4 +35,4 @@ WHERE name in ('Kafka', 'MergeTree', 'ReplicatedCollapsingMergeTree') - Kafka [settings](../../engines/table-engines/integrations/kafka.md#table_engine-kafka-creating-a-table) - Join [settings](../../engines/table-engines/special/join.md#join-limitations-and-settings) -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/table_engines) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/table_engines) diff --git a/docs/en/operations/system-tables/tables.md b/docs/en/operations/system-tables/tables.md index f37da02cf5b..f7da8a39856 100644 --- a/docs/en/operations/system-tables/tables.md +++ b/docs/en/operations/system-tables/tables.md @@ -117,4 +117,4 @@ lifetime_bytes: Ꮊᵁ᎞᎞ comment: ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/tables) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/tables) diff --git a/docs/en/operations/system-tables/text_log.md b/docs/en/operations/system-tables/text_log.md index e97af34beec..9ed0aa1ee5b 100644 --- a/docs/en/operations/system-tables/text_log.md +++ b/docs/en/operations/system-tables/text_log.md @@ -50,4 +50,4 @@ source_file: /ClickHouse/src/Interpreters/DNSCacheUpdater.cpp; void source_line: 45 ``` - [Original article](https://clickhouse.tech/docs/en/operations/system-tables/text_log) + [Original article](https://clickhouse.com/docs/en/operations/system-tables/text_log) diff --git a/docs/en/operations/system-tables/time_zones.md b/docs/en/operations/system-tables/time_zones.md index fa467124884..68f16a665cc 100644 --- a/docs/en/operations/system-tables/time_zones.md +++ b/docs/en/operations/system-tables/time_zones.md @@ -27,4 +27,4 @@ SELECT * FROM system.time_zones LIMIT 10 └────────────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/time_zones) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/time_zones) diff --git a/docs/en/operations/system-tables/trace_log.md b/docs/en/operations/system-tables/trace_log.md index cc70b2d8236..4902b09004d 100644 --- a/docs/en/operations/system-tables/trace_log.md +++ b/docs/en/operations/system-tables/trace_log.md @@ -54,4 +54,4 @@ trace: [371912858,371912789,371798468,371799717,371801313,3717 size: 5244400 ``` - [Original article](https://clickhouse.tech/docs/en/operations/system-tables/trace_log) + [Original article](https://clickhouse.com/docs/en/operations/system-tables/trace_log) diff --git a/docs/en/operations/system-tables/users.md b/docs/en/operations/system-tables/users.md index 0170c85a6d5..e6ab63b9df5 100644 --- a/docs/en/operations/system-tables/users.md +++ b/docs/en/operations/system-tables/users.md @@ -31,4 +31,4 @@ Columns: - [SHOW USERS](../../sql-reference/statements/show.md#show-users-statement) -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/users) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/users) diff --git a/docs/en/operations/system-tables/zookeeper.md b/docs/en/operations/system-tables/zookeeper.md index 52d1c686e52..bec1d1272d6 100644 --- a/docs/en/operations/system-tables/zookeeper.md +++ b/docs/en/operations/system-tables/zookeeper.md @@ -72,4 +72,4 @@ numChildren: 7 pzxid: 987021252247 path: /clickhouse/tables/01-08/visits/replicas ``` -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/zookeeper) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/zookeeper) diff --git a/docs/en/operations/tips.md b/docs/en/operations/tips.md index 4291b91b41d..9c4232f4f01 100644 --- a/docs/en/operations/tips.md +++ b/docs/en/operations/tips.md @@ -259,4 +259,4 @@ script end script ``` -{## [Original article](https://clickhouse.tech/docs/en/operations/tips/) ##} +{## [Original article](https://clickhouse.com/docs/en/operations/tips/) ##} diff --git a/docs/en/operations/utilities/clickhouse-benchmark.md b/docs/en/operations/utilities/clickhouse-benchmark.md index 5971fc0f9b3..6aa5ea556fc 100644 --- a/docs/en/operations/utilities/clickhouse-benchmark.md +++ b/docs/en/operations/utilities/clickhouse-benchmark.md @@ -160,4 +160,4 @@ localhost:9000, queries 10, QPS: 6.082, RPS: 121959604.568, MiB/s: 930.478, resu 99.990% 0.172 sec. ``` -[Original article](https://clickhouse.tech/docs/en/operations/utilities/clickhouse-benchmark.md) +[Original article](https://clickhouse.com/docs/en/operations/utilities/clickhouse-benchmark.md) diff --git a/docs/en/operations/utilities/clickhouse-copier.md b/docs/en/operations/utilities/clickhouse-copier.md index d9c209f2101..3e729a3a3dd 100644 --- a/docs/en/operations/utilities/clickhouse-copier.md +++ b/docs/en/operations/utilities/clickhouse-copier.md @@ -73,7 +73,7 @@ Parameters: false @@ -184,4 +184,4 @@ Parameters: `clickhouse-copier` tracks the changes in `/task/path/description` and applies them on the fly. For instance, if you change the value of `max_workers`, the number of processes running tasks will also change. -[Original article](https://clickhouse.tech/docs/en/operations/utils/clickhouse-copier/) +[Original article](https://clickhouse.com/docs/en/operations/utils/clickhouse-copier/) diff --git a/docs/en/operations/utilities/clickhouse-local.md b/docs/en/operations/utilities/clickhouse-local.md index b166e2f1b3c..9d28dffbc16 100644 --- a/docs/en/operations/utilities/clickhouse-local.md +++ b/docs/en/operations/utilities/clickhouse-local.md @@ -114,4 +114,4 @@ Read 186 rows, 4.15 KiB in 0.035 sec., 5302 rows/sec., 118.34 KiB/sec. ... ``` -[Original article](https://clickhouse.tech/docs/en/operations/utils/clickhouse-local/) +[Original article](https://clickhouse.com/docs/en/operations/utils/clickhouse-local/) diff --git a/docs/en/sql-reference/aggregate-functions/reference/avg.md b/docs/en/sql-reference/aggregate-functions/reference/avg.md index 14a4a4c5ad5..9a22faedf7c 100644 --- a/docs/en/sql-reference/aggregate-functions/reference/avg.md +++ b/docs/en/sql-reference/aggregate-functions/reference/avg.md @@ -63,4 +63,4 @@ Result: └────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/avg/) +[Original article](https://clickhouse.com/docs/en/sql-reference/aggregate-functions/reference/avg/) diff --git a/docs/en/sql-reference/aggregate-functions/reference/index.md b/docs/en/sql-reference/aggregate-functions/reference/index.md index b96fa887279..6615482a52e 100644 --- a/docs/en/sql-reference/aggregate-functions/reference/index.md +++ b/docs/en/sql-reference/aggregate-functions/reference/index.md @@ -71,4 +71,4 @@ ClickHouse-specific aggregate functions: - [stochasticLogisticRegression](../../../sql-reference/aggregate-functions/reference/stochasticlogisticregression.md) - [categoricalInformationValue](../../../sql-reference/aggregate-functions/reference/categoricalinformationvalue.md) -[Original article](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/) +[Original article](https://clickhouse.com/docs/en/sql-reference/aggregate-functions/reference/) diff --git a/docs/en/sql-reference/aggregate-functions/reference/mannwhitneyutest.md b/docs/en/sql-reference/aggregate-functions/reference/mannwhitneyutest.md index 8c57a3eb896..fe97f7edbf8 100644 --- a/docs/en/sql-reference/aggregate-functions/reference/mannwhitneyutest.md +++ b/docs/en/sql-reference/aggregate-functions/reference/mannwhitneyutest.md @@ -71,4 +71,4 @@ Result: - [Mann–Whitney U test](https://en.wikipedia.org/wiki/Mann%E2%80%93Whitney_U_test) - [Stochastic ordering](https://en.wikipedia.org/wiki/Stochastic_ordering) -[Original article](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/mannwhitneyutest/) +[Original article](https://clickhouse.com/docs/en/sql-reference/aggregate-functions/reference/mannwhitneyutest/) diff --git a/docs/en/sql-reference/aggregate-functions/reference/studentttest.md b/docs/en/sql-reference/aggregate-functions/reference/studentttest.md index 36f80ae6cd7..fd391298bc3 100644 --- a/docs/en/sql-reference/aggregate-functions/reference/studentttest.md +++ b/docs/en/sql-reference/aggregate-functions/reference/studentttest.md @@ -63,4 +63,4 @@ Result: - [Student's t-test](https://en.wikipedia.org/wiki/Student%27s_t-test) - [welchTTest function](welchttest.md#welchttest) -[Original article](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/studentttest/) +[Original article](https://clickhouse.com/docs/en/sql-reference/aggregate-functions/reference/studentttest/) diff --git a/docs/en/sql-reference/aggregate-functions/reference/welchttest.md b/docs/en/sql-reference/aggregate-functions/reference/welchttest.md index 2c1a043aed6..62f5761b32e 100644 --- a/docs/en/sql-reference/aggregate-functions/reference/welchttest.md +++ b/docs/en/sql-reference/aggregate-functions/reference/welchttest.md @@ -63,4 +63,4 @@ Result: - [Welch's t-test](https://en.wikipedia.org/wiki/Welch%27s_t-test) - [studentTTest function](studentttest.md#studentttest) -[Original article](https://clickhouse.tech/docs/en/sql-reference/aggregate-functions/reference/welchTTest/) +[Original article](https://clickhouse.com/docs/en/sql-reference/aggregate-functions/reference/welchTTest/) diff --git a/docs/en/sql-reference/data-types/aggregatefunction.md b/docs/en/sql-reference/data-types/aggregatefunction.md index 5bc8ffc666b..81945eeece6 100644 --- a/docs/en/sql-reference/data-types/aggregatefunction.md +++ b/docs/en/sql-reference/data-types/aggregatefunction.md @@ -65,4 +65,4 @@ SELECT uniqMerge(state) FROM (SELECT uniqState(UserID) AS state FROM table GROUP See [AggregatingMergeTree](../../engines/table-engines/mergetree-family/aggregatingmergetree.md) engine description. -[Original article](https://clickhouse.tech/docs/en/data_types/nested_data_structures/aggregatefunction/) +[Original article](https://clickhouse.com/docs/en/data_types/nested_data_structures/aggregatefunction/) diff --git a/docs/en/sql-reference/data-types/boolean.md b/docs/en/sql-reference/data-types/boolean.md index 5890725da8f..ca44238277c 100644 --- a/docs/en/sql-reference/data-types/boolean.md +++ b/docs/en/sql-reference/data-types/boolean.md @@ -7,4 +7,4 @@ toc_title: Boolean There is no separate type for boolean values. Use UInt8 type, restricted to the values 0 or 1. -[Original article](https://clickhouse.tech/docs/en/data_types/boolean/) +[Original article](https://clickhouse.com/docs/en/data_types/boolean/) diff --git a/docs/en/sql-reference/data-types/datetime.md b/docs/en/sql-reference/data-types/datetime.md index ed07f599b91..1f9a79b5444 100644 --- a/docs/en/sql-reference/data-types/datetime.md +++ b/docs/en/sql-reference/data-types/datetime.md @@ -145,4 +145,4 @@ Time shifts for multiple days. Some pacific islands changed their timezone offse - [Operators for working with dates and times](../../sql-reference/operators/index.md#operators-datetime) - [The `Date` data type](../../sql-reference/data-types/date.md) -[Original article](https://clickhouse.tech/docs/en/data_types/datetime/) +[Original article](https://clickhouse.com/docs/en/data_types/datetime/) diff --git a/docs/en/sql-reference/data-types/decimal.md b/docs/en/sql-reference/data-types/decimal.md index af2655cd0c2..fae0bb6dbb9 100644 --- a/docs/en/sql-reference/data-types/decimal.md +++ b/docs/en/sql-reference/data-types/decimal.md @@ -111,4 +111,4 @@ DB::Exception: Can't compare. - [isDecimalOverflow](../../sql-reference/functions/other-functions.md#is-decimal-overflow) - [countDigits](../../sql-reference/functions/other-functions.md#count-digits) -[Original article](https://clickhouse.tech/docs/en/data_types/decimal/) +[Original article](https://clickhouse.com/docs/en/data_types/decimal/) diff --git a/docs/en/sql-reference/data-types/domains/index.md b/docs/en/sql-reference/data-types/domains/index.md index 143aafe4db3..57db0c4263c 100644 --- a/docs/en/sql-reference/data-types/domains/index.md +++ b/docs/en/sql-reference/data-types/domains/index.md @@ -28,4 +28,4 @@ You can use domains anywhere corresponding base type can be used, for example: - Can’t implicitly convert string values into domain values when inserting data from another column or table. - Domain adds no constrains on stored values. -[Original article](https://clickhouse.tech/docs/en/data_types/domains/) +[Original article](https://clickhouse.com/docs/en/data_types/domains/) diff --git a/docs/en/sql-reference/data-types/domains/ipv4.md b/docs/en/sql-reference/data-types/domains/ipv4.md index 1237514b9e7..aafd46edef8 100644 --- a/docs/en/sql-reference/data-types/domains/ipv4.md +++ b/docs/en/sql-reference/data-types/domains/ipv4.md @@ -31,16 +31,16 @@ CREATE TABLE hits (url String, from IPv4) ENGINE = MergeTree() ORDER BY from; `IPv4` domain supports custom input format as IPv4-strings: ``` sql -INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '116.253.40.133')('https://clickhouse.tech', '183.247.232.58')('https://clickhouse.tech/docs/en/', '116.106.34.242'); +INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '116.253.40.133')('https://clickhouse.com', '183.247.232.58')('https://clickhouse.com/docs/en/', '116.106.34.242'); SELECT * FROM hits; ``` ``` text ┌─url────────────────────────────────┬───────────from─┐ -│ https://clickhouse.tech/docs/en/ │ 116.106.34.242 │ +│ https://clickhouse.com/docs/en/ │ 116.106.34.242 │ │ https://wikipedia.org │ 116.253.40.133 │ -│ https://clickhouse.tech │ 183.247.232.58 │ +│ https://clickhouse.com │ 183.247.232.58 │ └────────────────────────────────────┮────────────────┘ ``` @@ -79,4 +79,4 @@ SELECT toTypeName(i), CAST(from as UInt32) as i FROM hits LIMIT 1; └──────────────────────────────────┮────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/data_types/domains/ipv4) +[Original article](https://clickhouse.com/docs/en/data_types/domains/ipv4) diff --git a/docs/en/sql-reference/data-types/domains/ipv6.md b/docs/en/sql-reference/data-types/domains/ipv6.md index bc57202bf66..30b3c8add69 100644 --- a/docs/en/sql-reference/data-types/domains/ipv6.md +++ b/docs/en/sql-reference/data-types/domains/ipv6.md @@ -31,15 +31,15 @@ CREATE TABLE hits (url String, from IPv6) ENGINE = MergeTree() ORDER BY from; `IPv6` domain supports custom input as IPv6-strings: ``` sql -INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '2a02:aa08:e000:3100::2')('https://clickhouse.tech', '2001:44c8:129:2632:33:0:252:2')('https://clickhouse.tech/docs/en/', '2a02:e980:1e::1'); +INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '2a02:aa08:e000:3100::2')('https://clickhouse.com', '2001:44c8:129:2632:33:0:252:2')('https://clickhouse.com/docs/en/', '2a02:e980:1e::1'); SELECT * FROM hits; ``` ``` text ┌─url────────────────────────────────┬─from──────────────────────────┐ -│ https://clickhouse.tech │ 2001:44c8:129:2632:33:0:252:2 │ -│ https://clickhouse.tech/docs/en/ │ 2a02:e980:1e::1 │ +│ https://clickhouse.com │ 2001:44c8:129:2632:33:0:252:2 │ +│ https://clickhouse.com/docs/en/ │ 2a02:e980:1e::1 │ │ https://wikipedia.org │ 2a02:aa08:e000:3100::2 │ └────────────────────────────────────┮───────────────────────────────┘ ``` @@ -81,4 +81,4 @@ SELECT toTypeName(i), CAST(from as FixedString(16)) as i FROM hits LIMIT 1; └───────────────────────────────────────────┮─────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/data_types/domains/ipv6) +[Original article](https://clickhouse.com/docs/en/data_types/domains/ipv6) diff --git a/docs/en/sql-reference/data-types/enum.md b/docs/en/sql-reference/data-types/enum.md index 8c1e42aec79..ae22e60a5f3 100644 --- a/docs/en/sql-reference/data-types/enum.md +++ b/docs/en/sql-reference/data-types/enum.md @@ -127,4 +127,4 @@ The Enum type can be changed without cost using ALTER, if only the set of values Using ALTER, it is possible to change an Enum8 to an Enum16 or vice versa, just like changing an Int8 to Int16. -[Original article](https://clickhouse.tech/docs/en/data_types/enum/) +[Original article](https://clickhouse.com/docs/en/data_types/enum/) diff --git a/docs/en/sql-reference/data-types/fixedstring.md b/docs/en/sql-reference/data-types/fixedstring.md index 6f5725b017c..59ed123fb10 100644 --- a/docs/en/sql-reference/data-types/fixedstring.md +++ b/docs/en/sql-reference/data-types/fixedstring.md @@ -58,4 +58,4 @@ This behaviour differs from MySQL for the `CHAR` type (where strings are padded Note that the length of the `FixedString(N)` value is constant. The [length](../../sql-reference/functions/array-functions.md#array_functions-length) function returns `N` even if the `FixedString(N)` value is filled only with null bytes, but the [empty](../../sql-reference/functions/string-functions.md#empty) function returns `1` in this case. -[Original article](https://clickhouse.tech/docs/en/data_types/fixedstring/) +[Original article](https://clickhouse.com/docs/en/data_types/fixedstring/) diff --git a/docs/en/sql-reference/data-types/float.md b/docs/en/sql-reference/data-types/float.md index 1e3486cdae7..fcc071b9f9a 100644 --- a/docs/en/sql-reference/data-types/float.md +++ b/docs/en/sql-reference/data-types/float.md @@ -89,4 +89,4 @@ SELECT 0 / 0 See the rules for `NaN` sorting in the section [ORDER BY clause](../../sql-reference/statements/select/order-by.md). -[Original article](https://clickhouse.tech/docs/en/data_types/float/) +[Original article](https://clickhouse.com/docs/en/data_types/float/) diff --git a/docs/en/sql-reference/data-types/geo.md b/docs/en/sql-reference/data-types/geo.md index d44f86a4262..e6d32ef3305 100644 --- a/docs/en/sql-reference/data-types/geo.md +++ b/docs/en/sql-reference/data-types/geo.md @@ -103,4 +103,4 @@ Result: └─────────────────────────────────────────────────────────────────────────────────────────────────┮─────────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/data-types/geo/) +[Original article](https://clickhouse.com/docs/en/data-types/geo/) diff --git a/docs/en/sql-reference/data-types/index.md b/docs/en/sql-reference/data-types/index.md index 92a4d034278..831b8d19d94 100644 --- a/docs/en/sql-reference/data-types/index.md +++ b/docs/en/sql-reference/data-types/index.md @@ -12,4 +12,4 @@ This section describes the supported data types and special considerations for u You can check whether data type name is case-sensitive in the [system.data_type_families](../../operations/system-tables/data_type_families.md#system_tables-data_type_families) table. -[Original article](https://clickhouse.tech/docs/en/data_types/) +[Original article](https://clickhouse.com/docs/en/data_types/) diff --git a/docs/en/sql-reference/data-types/int-uint.md b/docs/en/sql-reference/data-types/int-uint.md index b6fff135b78..588b5a2d7d6 100644 --- a/docs/en/sql-reference/data-types/int-uint.md +++ b/docs/en/sql-reference/data-types/int-uint.md @@ -34,4 +34,4 @@ Aliases: - `UInt128` — \[0 : 340282366920938463463374607431768211455\] - `UInt256` — \[0 : 115792089237316195423570985008687907853269984665640564039457584007913129639935\] -[Original article](https://clickhouse.tech/docs/en/data_types/int_uint/) +[Original article](https://clickhouse.com/docs/en/data_types/int_uint/) diff --git a/docs/en/sql-reference/data-types/map.md b/docs/en/sql-reference/data-types/map.md index bfad4375f28..cdc3c874043 100644 --- a/docs/en/sql-reference/data-types/map.md +++ b/docs/en/sql-reference/data-types/map.md @@ -108,4 +108,4 @@ Result: - [map()](../../sql-reference/functions/tuple-map-functions.md#function-map) function - [CAST()](../../sql-reference/functions/type-conversion-functions.md#type_conversion_function-cast) function -[Original article](https://clickhouse.tech/docs/en/data-types/map/) +[Original article](https://clickhouse.com/docs/en/data-types/map/) diff --git a/docs/en/sql-reference/data-types/multiword-types.md b/docs/en/sql-reference/data-types/multiword-types.md index 5012fbb404e..bd91dd10ad6 100644 --- a/docs/en/sql-reference/data-types/multiword-types.md +++ b/docs/en/sql-reference/data-types/multiword-types.md @@ -26,4 +26,4 @@ When creating tables, you can use data types with a name consisting of several w | BINARY LARGE OBJECT | [String](../../sql-reference/data-types/string.md) | | BINARY VARYING | [String](../../sql-reference/data-types/string.md) | -[Original article](https://clickhouse.tech/docs/en/sql-reference/data-types/multiword-types/) +[Original article](https://clickhouse.com/docs/en/sql-reference/data-types/multiword-types/) diff --git a/docs/en/sql-reference/data-types/nested-data-structures/index.md b/docs/en/sql-reference/data-types/nested-data-structures/index.md index 14562254e57..b383fc53464 100644 --- a/docs/en/sql-reference/data-types/nested-data-structures/index.md +++ b/docs/en/sql-reference/data-types/nested-data-structures/index.md @@ -7,4 +7,4 @@ toc_title: hidden # Nested Data Structures {#nested-data-structures} -[Original article](https://clickhouse.tech/docs/en/data_types/nested_data_structures/) +[Original article](https://clickhouse.com/docs/en/data_types/nested_data_structures/) diff --git a/docs/en/sql-reference/data-types/nested-data-structures/nested.md b/docs/en/sql-reference/data-types/nested-data-structures/nested.md index 65849f9cd0f..e08b7e0de3e 100644 --- a/docs/en/sql-reference/data-types/nested-data-structures/nested.md +++ b/docs/en/sql-reference/data-types/nested-data-structures/nested.md @@ -103,4 +103,4 @@ For a DESCRIBE query, the columns in a nested data structure are listed separate The ALTER query for elements in a nested data structure has limitations. -[Original article](https://clickhouse.tech/docs/en/data_types/nested_data_structures/nested/) +[Original article](https://clickhouse.com/docs/en/data_types/nested_data_structures/nested/) diff --git a/docs/en/sql-reference/data-types/nullable.md b/docs/en/sql-reference/data-types/nullable.md index de53a47afb7..2154315d269 100644 --- a/docs/en/sql-reference/data-types/nullable.md +++ b/docs/en/sql-reference/data-types/nullable.md @@ -68,4 +68,4 @@ SELECT x + y FROM t_null └────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/data_types/nullable/) +[Original article](https://clickhouse.com/docs/en/data_types/nullable/) diff --git a/docs/en/sql-reference/data-types/simpleaggregatefunction.md b/docs/en/sql-reference/data-types/simpleaggregatefunction.md index e0d8001dcbb..7a4c4375541 100644 --- a/docs/en/sql-reference/data-types/simpleaggregatefunction.md +++ b/docs/en/sql-reference/data-types/simpleaggregatefunction.md @@ -38,4 +38,4 @@ The following aggregate functions are supported: CREATE TABLE simple (id UInt64, val SimpleAggregateFunction(sum, Double)) ENGINE=AggregatingMergeTree ORDER BY id; ``` -[Original article](https://clickhouse.tech/docs/en/data_types/simpleaggregatefunction/) +[Original article](https://clickhouse.com/docs/en/data_types/simpleaggregatefunction/) diff --git a/docs/en/sql-reference/data-types/special-data-types/expression.md b/docs/en/sql-reference/data-types/special-data-types/expression.md index c707a01cf26..e1ffba478e6 100644 --- a/docs/en/sql-reference/data-types/special-data-types/expression.md +++ b/docs/en/sql-reference/data-types/special-data-types/expression.md @@ -7,4 +7,4 @@ toc_title: Expression Expressions are used for representing lambdas in high-order functions. -[Original article](https://clickhouse.tech/docs/en/data_types/special_data_types/expression/) +[Original article](https://clickhouse.com/docs/en/data_types/special_data_types/expression/) diff --git a/docs/en/sql-reference/data-types/special-data-types/index.md b/docs/en/sql-reference/data-types/special-data-types/index.md index 83919eee56b..3398af94c70 100644 --- a/docs/en/sql-reference/data-types/special-data-types/index.md +++ b/docs/en/sql-reference/data-types/special-data-types/index.md @@ -9,4 +9,4 @@ toc_title: hidden Special data type values can’t be serialized for saving in a table or output in query results, but can be used as an intermediate result during query execution. -[Original article](https://clickhouse.tech/docs/en/data_types/special_data_types/) +[Original article](https://clickhouse.com/docs/en/data_types/special_data_types/) diff --git a/docs/en/sql-reference/data-types/special-data-types/nothing.md b/docs/en/sql-reference/data-types/special-data-types/nothing.md index 0edd5a0cd6d..e69272a665e 100644 --- a/docs/en/sql-reference/data-types/special-data-types/nothing.md +++ b/docs/en/sql-reference/data-types/special-data-types/nothing.md @@ -21,4 +21,4 @@ SELECT toTypeName(array()) └─────────────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/data_types/special_data_types/nothing/) +[Original article](https://clickhouse.com/docs/en/data_types/special_data_types/nothing/) diff --git a/docs/en/sql-reference/data-types/special-data-types/set.md b/docs/en/sql-reference/data-types/special-data-types/set.md index fdc03ad3de1..6babd047888 100644 --- a/docs/en/sql-reference/data-types/special-data-types/set.md +++ b/docs/en/sql-reference/data-types/special-data-types/set.md @@ -7,4 +7,4 @@ toc_title: Set Used for the right half of an [IN](../../../sql-reference/operators/in.md#select-in-operators) expression. -[Original article](https://clickhouse.tech/docs/en/data_types/special_data_types/set/) +[Original article](https://clickhouse.com/docs/en/data_types/special_data_types/set/) diff --git a/docs/en/sql-reference/data-types/string.md b/docs/en/sql-reference/data-types/string.md index 2cf11ac85a3..5b0059b330e 100644 --- a/docs/en/sql-reference/data-types/string.md +++ b/docs/en/sql-reference/data-types/string.md @@ -17,4 +17,4 @@ If you need to store texts, we recommend using UTF-8 encoding. At the very least Similarly, certain functions for working with strings have separate variations that work under the assumption that the string contains a set of bytes representing a UTF-8 encoded text. For example, the [length](../functions/string-functions.md#length) function calculates the string length in bytes, while the [lengthUTF8](../functions/string-functions.md#lengthutf8) function calculates the string length in Unicode code points, assuming that the value is UTF-8 encoded. -[Original article](https://clickhouse.tech/docs/en/data_types/string/) +[Original article](https://clickhouse.com/docs/en/data_types/string/) diff --git a/docs/en/sql-reference/data-types/tuple.md b/docs/en/sql-reference/data-types/tuple.md index dea5e10365f..b28bef67af5 100644 --- a/docs/en/sql-reference/data-types/tuple.md +++ b/docs/en/sql-reference/data-types/tuple.md @@ -75,4 +75,4 @@ Result: └────────────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/data_types/tuple/) +[Original article](https://clickhouse.com/docs/en/data_types/tuple/) diff --git a/docs/en/sql-reference/data-types/uuid.md b/docs/en/sql-reference/data-types/uuid.md index 1e22b41b508..528534de0a0 100644 --- a/docs/en/sql-reference/data-types/uuid.md +++ b/docs/en/sql-reference/data-types/uuid.md @@ -72,4 +72,4 @@ The UUID data type only supports functions which [String](../../sql-reference/da The UUID data type is not supported by arithmetic operations (for example, [abs](../../sql-reference/functions/arithmetic-functions.md#arithm_func-abs)) or aggregate functions, such as [sum](../../sql-reference/aggregate-functions/reference/sum.md#agg_function-sum) and [avg](../../sql-reference/aggregate-functions/reference/avg.md#agg_function-avg). -[Original article](https://clickhouse.tech/docs/en/data_types/uuid/) +[Original article](https://clickhouse.com/docs/en/data_types/uuid/) diff --git a/docs/en/sql-reference/functions/array-functions.md b/docs/en/sql-reference/functions/array-functions.md index 1148edc6a58..d85092d683a 100644 --- a/docs/en/sql-reference/functions/array-functions.md +++ b/docs/en/sql-reference/functions/array-functions.md @@ -860,13 +860,13 @@ arrayDifference(array) **Arguments** -- `array` – [Array](https://clickhouse.tech/docs/en/data_types/array/). +- `array` – [Array](https://clickhouse.com/docs/en/data_types/array/). **Returned values** Returns an array of differences between adjacent elements. -Type: [UInt\*](https://clickhouse.tech/docs/en/data_types/int_uint/#uint-ranges), [Int\*](https://clickhouse.tech/docs/en/data_types/int_uint/#int-ranges), [Float\*](https://clickhouse.tech/docs/en/data_types/float/). +Type: [UInt\*](https://clickhouse.com/docs/en/data_types/int_uint/#uint-ranges), [Int\*](https://clickhouse.com/docs/en/data_types/int_uint/#int-ranges), [Float\*](https://clickhouse.com/docs/en/data_types/float/). **Example** @@ -912,7 +912,7 @@ arrayDistinct(array) **Arguments** -- `array` – [Array](https://clickhouse.tech/docs/en/data_types/array/). +- `array` – [Array](https://clickhouse.com/docs/en/data_types/array/). **Returned values** diff --git a/docs/en/sql-reference/functions/encryption-functions.md b/docs/en/sql-reference/functions/encryption-functions.md index 8dc59c65904..ea4d0f84488 100644 --- a/docs/en/sql-reference/functions/encryption-functions.md +++ b/docs/en/sql-reference/functions/encryption-functions.md @@ -358,4 +358,4 @@ Result: └───────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/sql-reference/functions/encryption_functions/) +[Original article](https://clickhouse.com/docs/en/sql-reference/functions/encryption_functions/) diff --git a/docs/en/sql-reference/functions/geo/coordinates.md b/docs/en/sql-reference/functions/geo/coordinates.md index 2d9bb41fc27..b0862dded67 100644 --- a/docs/en/sql-reference/functions/geo/coordinates.md +++ b/docs/en/sql-reference/functions/geo/coordinates.md @@ -144,4 +144,4 @@ SELECT pointInPolygon((3., 3.), [(6, 0), (8, 4), (5, 8), (0, 2)]) AS res ``` -[Original article](https://clickhouse.tech/docs/en/sql-reference/functions/geo/coordinates) +[Original article](https://clickhouse.com/docs/en/sql-reference/functions/geo/coordinates) diff --git a/docs/en/sql-reference/functions/geo/geohash.md b/docs/en/sql-reference/functions/geo/geohash.md index 5fbd286eba6..1192ed5f56a 100644 --- a/docs/en/sql-reference/functions/geo/geohash.md +++ b/docs/en/sql-reference/functions/geo/geohash.md @@ -109,4 +109,4 @@ Result: └─────────────────────────────────────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/sql-reference/functions/geo/geohash) +[Original article](https://clickhouse.com/docs/en/sql-reference/functions/geo/geohash) diff --git a/docs/en/sql-reference/functions/geo/h3.md b/docs/en/sql-reference/functions/geo/h3.md index b938ab8ca6e..527d6efef91 100644 --- a/docs/en/sql-reference/functions/geo/h3.md +++ b/docs/en/sql-reference/functions/geo/h3.md @@ -594,4 +594,4 @@ Result: └─────┘ ``` -[Original article](https://clickhouse.tech/docs/en/sql-reference/functions/geo/h3) +[Original article](https://clickhouse.com/docs/en/sql-reference/functions/geo/h3) diff --git a/docs/en/sql-reference/functions/geo/index.md b/docs/en/sql-reference/functions/geo/index.md index 10b42332ece..65bf2ab83cb 100644 --- a/docs/en/sql-reference/functions/geo/index.md +++ b/docs/en/sql-reference/functions/geo/index.md @@ -5,4 +5,4 @@ toc_folder_title: Geo --- -[Original article](https://clickhouse.tech/docs/en/sql-reference/functions/geo/) +[Original article](https://clickhouse.com/docs/en/sql-reference/functions/geo/) diff --git a/docs/en/sql-reference/functions/introspection.md b/docs/en/sql-reference/functions/introspection.md index 44685e3cb67..21b570c65d4 100644 --- a/docs/en/sql-reference/functions/introspection.md +++ b/docs/en/sql-reference/functions/introspection.md @@ -308,7 +308,7 @@ clone ``` ## tid {#tid} -Returns id of the thread, in which current [Block](https://clickhouse.tech/docs/en/development/architecture/#block) is processed. +Returns id of the thread, in which current [Block](https://clickhouse.com/docs/en/development/architecture/#block) is processed. **Syntax** @@ -338,7 +338,7 @@ Result: ## logTrace {#logtrace} -Emits trace log message to server log for each [Block](https://clickhouse.tech/docs/en/development/architecture/#block). +Emits trace log message to server log for each [Block](https://clickhouse.com/docs/en/development/architecture/#block). **Syntax** diff --git a/docs/en/sql-reference/functions/string-search-functions.md b/docs/en/sql-reference/functions/string-search-functions.md index d3b4fc908cc..a036482463a 100644 --- a/docs/en/sql-reference/functions/string-search-functions.md +++ b/docs/en/sql-reference/functions/string-search-functions.md @@ -502,7 +502,7 @@ The same thing as ‘like’, but negative. ## ilike {#ilike} -Case insensitive variant of [like](https://clickhouse.tech/docs/en/sql-reference/functions/string-search-functions/#function-like) function. You can use `ILIKE` operator instead of the `ilike` function. +Case insensitive variant of [like](https://clickhouse.com/docs/en/sql-reference/functions/string-search-functions/#function-like) function. You can use `ILIKE` operator instead of the `ilike` function. **Syntax** @@ -558,7 +558,7 @@ Result: **See Also** -- [like](https://clickhouse.tech/docs/en/sql-reference/functions/string-search-functions/#function-like) +- [like](https://clickhouse.com/docs/en/sql-reference/functions/string-search-functions/#function-like) ## ngramDistance(haystack, needle) {#ngramdistancehaystack-needle} diff --git a/docs/en/sql-reference/functions/tuple-map-functions.md b/docs/en/sql-reference/functions/tuple-map-functions.md index 6e91419b04f..6ddac9a0530 100644 --- a/docs/en/sql-reference/functions/tuple-map-functions.md +++ b/docs/en/sql-reference/functions/tuple-map-functions.md @@ -352,4 +352,4 @@ Result: └──────────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/sql-reference/functions/tuple-map-functions/) +[Original article](https://clickhouse.com/docs/en/sql-reference/functions/tuple-map-functions/) diff --git a/docs/en/sql-reference/index.md b/docs/en/sql-reference/index.md index 07e0cadd3a8..e8fe092e622 100644 --- a/docs/en/sql-reference/index.md +++ b/docs/en/sql-reference/index.md @@ -15,4 +15,4 @@ ClickHouse supports the following types of queries: - [ALTER](../sql-reference/statements/alter/index.md) - [Other types of queries](../sql-reference/statements/index.md) -[Original article](https://clickhouse.tech/docs/en/sql-reference/) +[Original article](https://clickhouse.com/docs/en/sql-reference/) diff --git a/docs/en/sql-reference/statements/create/index.md b/docs/en/sql-reference/statements/create/index.md index 5721130dd24..3df62869e2b 100644 --- a/docs/en/sql-reference/statements/create/index.md +++ b/docs/en/sql-reference/statements/create/index.md @@ -19,4 +19,4 @@ Create queries make a new entity of one of the following kinds: - [QUOTA](../../../sql-reference/statements/create/quota.md) - [SETTINGS PROFILE](../../../sql-reference/statements/create/settings-profile.md) -[Original article](https://clickhouse.tech/docs/en/sql-reference/statements/create/) +[Original article](https://clickhouse.com/docs/en/sql-reference/statements/create/) diff --git a/docs/en/sql-reference/statements/explain.md b/docs/en/sql-reference/statements/explain.md index 9afea708d16..2d129f1bc60 100644 --- a/docs/en/sql-reference/statements/explain.md +++ b/docs/en/sql-reference/statements/explain.md @@ -412,4 +412,4 @@ Result: └──────────┮───────┮───────┮──────┮───────┘ ``` -[Оriginal article](https://clickhouse.tech/docs/en/sql-reference/statements/explain/) +[Оriginal article](https://clickhouse.com/docs/en/sql-reference/statements/explain/) diff --git a/docs/en/sql-reference/statements/revoke.md b/docs/en/sql-reference/statements/revoke.md index 71a76546096..75005260c4a 100644 --- a/docs/en/sql-reference/statements/revoke.md +++ b/docs/en/sql-reference/statements/revoke.md @@ -45,4 +45,4 @@ GRANT SELECT ON accounts.staff TO mira; REVOKE SELECT(wage) ON accounts.staff FROM mira; ``` -{## [Original article](https://clickhouse.tech/docs/en/operations/settings/settings/) ##} +{## [Original article](https://clickhouse.com/docs/en/operations/settings/settings/) ##} diff --git a/docs/en/sql-reference/statements/select/all.md b/docs/en/sql-reference/statements/select/all.md index 891b82c4319..ba66f63b447 100644 --- a/docs/en/sql-reference/statements/select/all.md +++ b/docs/en/sql-reference/statements/select/all.md @@ -18,4 +18,4 @@ equals to SELECT sum(number) FROM numbers(10); ``` -[Original article](https://clickhouse.tech/docs/en/sql-reference/statements/select/all) +[Original article](https://clickhouse.com/docs/en/sql-reference/statements/select/all) diff --git a/docs/en/sql-reference/statements/select/index.md b/docs/en/sql-reference/statements/select/index.md index 4e96bae8493..b3cc7555d91 100644 --- a/docs/en/sql-reference/statements/select/index.md +++ b/docs/en/sql-reference/statements/select/index.md @@ -282,4 +282,4 @@ Other ways to make settings see [here](../../../operations/settings/index.md). SELECT * FROM some_table SETTINGS optimize_read_in_order=1, cast_keep_nullable=1; ``` -[Original article](https://clickhouse.tech/docs/en/sql-reference/statements/select/) +[Original article](https://clickhouse.com/docs/en/sql-reference/statements/select/) diff --git a/docs/en/sql-reference/statements/select/order-by.md b/docs/en/sql-reference/statements/select/order-by.md index 156f68935b5..030f04d5e83 100644 --- a/docs/en/sql-reference/statements/select/order-by.md +++ b/docs/en/sql-reference/statements/select/order-by.md @@ -400,4 +400,4 @@ Result: └────────────┮────────────┮──────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/sql-reference/statements/select/order-by/) +[Original article](https://clickhouse.com/docs/en/sql-reference/statements/select/order-by/) diff --git a/docs/en/sql-reference/statements/select/union.md b/docs/en/sql-reference/statements/select/union.md index 6cedfb89787..6dfe554edf0 100644 --- a/docs/en/sql-reference/statements/select/union.md +++ b/docs/en/sql-reference/statements/select/union.md @@ -84,4 +84,4 @@ Queries that are parts of `UNION/UNION ALL/UNION DISTINCT` can be run simultaneo - [union_default_mode](../../../operations/settings/settings.md#union-default-mode) setting. -[Original article](https://clickhouse.tech/docs/en/sql-reference/statements/select/union/) +[Original article](https://clickhouse.com/docs/en/sql-reference/statements/select/union/) diff --git a/docs/en/sql-reference/statements/select/with.md b/docs/en/sql-reference/statements/select/with.md index 2dca9650340..d6c8da261cb 100644 --- a/docs/en/sql-reference/statements/select/with.md +++ b/docs/en/sql-reference/statements/select/with.md @@ -67,4 +67,4 @@ WITH test1 AS (SELECT i + 1, j + 1 FROM test1) SELECT * FROM test1; ``` -[Original article](https://clickhouse.tech/docs/en/sql-reference/statements/select/with/) +[Original article](https://clickhouse.com/docs/en/sql-reference/statements/select/with/) diff --git a/docs/en/sql-reference/statements/show.md b/docs/en/sql-reference/statements/show.md index 8992f9f96b9..e00d58dfed4 100644 --- a/docs/en/sql-reference/statements/show.md +++ b/docs/en/sql-reference/statements/show.md @@ -91,7 +91,7 @@ Result: ### See Also {#see-also} -- [CREATE DATABASE](https://clickhouse.tech/docs/en/sql-reference/statements/create/database/#query-language-create-database) +- [CREATE DATABASE](https://clickhouse.com/docs/en/sql-reference/statements/create/database/#query-language-create-database) ## SHOW PROCESSLIST {#show-processlist} @@ -190,8 +190,8 @@ Result: ### See Also {#see-also} -- [Create Tables](https://clickhouse.tech/docs/en/getting-started/tutorial/#create-tables) -- [SHOW CREATE TABLE](https://clickhouse.tech/docs/en/sql-reference/statements/show/#show-create-table) +- [Create Tables](https://clickhouse.com/docs/en/getting-started/tutorial/#create-tables) +- [SHOW CREATE TABLE](https://clickhouse.com/docs/en/sql-reference/statements/show/#show-create-table) ## SHOW DICTIONARIES {#show-dictionaries} @@ -493,4 +493,4 @@ Result: - [system.settings](../../operations/system-tables/settings.md) table -[Original article](https://clickhouse.tech/docs/en/sql-reference/statements/show/) +[Original article](https://clickhouse.com/docs/en/sql-reference/statements/show/) diff --git a/docs/en/sql-reference/syntax.md b/docs/en/sql-reference/syntax.md index 573e35d2f71..7a908dd221f 100644 --- a/docs/en/sql-reference/syntax.md +++ b/docs/en/sql-reference/syntax.md @@ -183,4 +183,4 @@ An expression is a function, identifier, literal, application of an operator, ex A list of expressions is one or more expressions separated by commas. Functions and operators, in turn, can have expressions as arguments. -[Original article](https://clickhouse.tech/docs/en/sql_reference/syntax/) +[Original article](https://clickhouse.com/docs/en/sql_reference/syntax/) diff --git a/docs/en/sql-reference/table-functions/file.md b/docs/en/sql-reference/table-functions/file.md index e1459b5e254..f7c2a9e6d5b 100644 --- a/docs/en/sql-reference/table-functions/file.md +++ b/docs/en/sql-reference/table-functions/file.md @@ -126,4 +126,4 @@ SELECT count(*) FROM file('big_dir/file{0..9}{0..9}{0..9}', 'CSV', 'name String, - [Virtual columns](../../engines/table-engines/index.md#table_engines-virtual_columns) -[Original article](https://clickhouse.tech/docs/en/sql-reference/table-functions/file/) +[Original article](https://clickhouse.com/docs/en/sql-reference/table-functions/file/) diff --git a/docs/en/sql-reference/table-functions/index.md b/docs/en/sql-reference/table-functions/index.md index 64afe30ef18..c32ae0c2a86 100644 --- a/docs/en/sql-reference/table-functions/index.md +++ b/docs/en/sql-reference/table-functions/index.md @@ -36,4 +36,4 @@ You can use table functions in: | [s3](../../sql-reference/table-functions/s3.md) | Creates a [S3](../../engines/table-engines/integrations/s3.md)-engine table. | | [sqlite](../../sql-reference/table-functions/sqlite.md) | Creates a [sqlite](../../engines/table-engines/integrations/sqlite.md)-engine table. | -[Original article](https://clickhouse.tech/docs/en/sql-reference/table-functions/) +[Original article](https://clickhouse.com/docs/en/sql-reference/table-functions/) diff --git a/docs/en/sql-reference/table-functions/jdbc.md b/docs/en/sql-reference/table-functions/jdbc.md index 4943e0291df..9fe1333fc94 100644 --- a/docs/en/sql-reference/table-functions/jdbc.md +++ b/docs/en/sql-reference/table-functions/jdbc.md @@ -35,4 +35,4 @@ FROM jdbc('mysql-dev?datasource_column', 'show databases') a INNER JOIN jdbc('self?datasource_column', 'show databases') b ON a.Database = b.name ``` -[Original article](https://clickhouse.tech/docs/en/query_language/table_functions/jdbc/) +[Original article](https://clickhouse.com/docs/en/query_language/table_functions/jdbc/) diff --git a/docs/en/sql-reference/table-functions/mysql.md b/docs/en/sql-reference/table-functions/mysql.md index 627b81a3ddb..b45ab86f60f 100644 --- a/docs/en/sql-reference/table-functions/mysql.md +++ b/docs/en/sql-reference/table-functions/mysql.md @@ -110,4 +110,4 @@ SELECT * FROM mysql('localhost:3306', 'test', 'test', 'bayonet', '123'); - [The ‘MySQL’ table engine](../../engines/table-engines/integrations/mysql.md) - [Using MySQL as a source of external dictionary](../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-mysql) -[Original article](https://clickhouse.tech/docs/en/sql-reference/table_functions/mysql/) +[Original article](https://clickhouse.com/docs/en/sql-reference/table_functions/mysql/) diff --git a/docs/en/sql-reference/table-functions/null.md b/docs/en/sql-reference/table-functions/null.md index 273091f8fd1..4a8d221d620 100644 --- a/docs/en/sql-reference/table-functions/null.md +++ b/docs/en/sql-reference/table-functions/null.md @@ -40,4 +40,4 @@ See also: - [Null table engine](../../engines/table-engines/special/null.md) -[Original article](https://clickhouse.tech/docs/en/sql-reference/table-functions/null/) +[Original article](https://clickhouse.com/docs/en/sql-reference/table-functions/null/) diff --git a/docs/en/sql-reference/table-functions/postgresql.md b/docs/en/sql-reference/table-functions/postgresql.md index 85c9366daf9..b2bdc2495e5 100644 --- a/docs/en/sql-reference/table-functions/postgresql.md +++ b/docs/en/sql-reference/table-functions/postgresql.md @@ -129,4 +129,4 @@ CREATE TABLE pg_table_schema_with_dots (a UInt32) - [The PostgreSQL table engine](../../engines/table-engines/integrations/postgresql.md) - [Using PostgreSQL as a source of external dictionary](../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-postgresql) -[Original article](https://clickhouse.tech/docs/en/sql-reference/table-functions/postgresql/) +[Original article](https://clickhouse.com/docs/en/sql-reference/table-functions/postgresql/) diff --git a/docs/en/sql-reference/table-functions/s3.md b/docs/en/sql-reference/table-functions/s3.md index ffba8f5c6d3..599213561f2 100644 --- a/docs/en/sql-reference/table-functions/s3.md +++ b/docs/en/sql-reference/table-functions/s3.md @@ -153,4 +153,4 @@ As a result, the data is written into three files in different buckets: `my_buck - [S3 engine](../../engines/table-engines/integrations/s3.md) -[Original article](https://clickhouse.tech/docs/en/sql-reference/table-functions/s3/) +[Original article](https://clickhouse.com/docs/en/sql-reference/table-functions/s3/) diff --git a/docs/en/sql-reference/table-functions/view.md b/docs/en/sql-reference/table-functions/view.md index 18323ec4e92..f78120c370e 100644 --- a/docs/en/sql-reference/table-functions/view.md +++ b/docs/en/sql-reference/table-functions/view.md @@ -5,7 +5,7 @@ toc_title: view ## view {#view} -Turns a subquery into a table. The function implements views (see [CREATE VIEW](https://clickhouse.tech/docs/en/sql-reference/statements/create/view/#create-view)). The resulting table does not store data, but only stores the specified `SELECT` query. When reading from the table, ClickHouse executes the query and deletes all unnecessary columns from the result. +Turns a subquery into a table. The function implements views (see [CREATE VIEW](https://clickhouse.com/docs/en/sql-reference/statements/create/view/#create-view)). The resulting table does not store data, but only stores the specified `SELECT` query. When reading from the table, ClickHouse executes the query and deletes all unnecessary columns from the result. **Syntax** @@ -51,7 +51,7 @@ Result: └──────────┘ ``` -You can use the `view` function as a parameter of the [remote](https://clickhouse.tech/docs/en/sql-reference/table-functions/remote/#remote-remotesecure) and [cluster](https://clickhouse.tech/docs/en/sql-reference/table-functions/cluster/#cluster-clusterallreplicas) table functions: +You can use the `view` function as a parameter of the [remote](https://clickhouse.com/docs/en/sql-reference/table-functions/remote/#remote-remotesecure) and [cluster](https://clickhouse.com/docs/en/sql-reference/table-functions/cluster/#cluster-clusterallreplicas) table functions: ``` sql SELECT * FROM remote(`127.0.0.1`, view(SELECT a, b, c FROM table_name)); @@ -63,6 +63,6 @@ SELECT * FROM cluster(`cluster_name`, view(SELECT a, b, c FROM table_name)); **See Also** -- [View Table Engine](https://clickhouse.tech/docs/en/engines/table-engines/special/view/) +- [View Table Engine](https://clickhouse.com/docs/en/engines/table-engines/special/view/) -[Original article](https://clickhouse.tech/docs/en/sql-reference/table-functions/view/) +[Original article](https://clickhouse.com/docs/en/sql-reference/table-functions/view/) diff --git a/docs/en/whats-new/changelog/2017.md b/docs/en/whats-new/changelog/2017.md index 9ceca2b6c4a..af82c69386a 100644 --- a/docs/en/whats-new/changelog/2017.md +++ b/docs/en/whats-new/changelog/2017.md @@ -24,7 +24,7 @@ This release contains bug fixes for the previous release 1.1.54310: #### New Features: {#new-features} - Custom partitioning key for the MergeTree family of table engines. -- [Kafka](https://clickhouse.tech/docs/en/operations/table_engines/kafka/) table engine. +- [Kafka](https://clickhouse.com/docs/en/operations/table_engines/kafka/) table engine. - Added support for loading [CatBoost](https://catboost.yandex/) models and applying them to data stored in ClickHouse. - Added support for time zones with non-integer offsets from UTC. - Added support for arithmetic operations with time intervals. diff --git a/docs/en/whats-new/roadmap.md b/docs/en/whats-new/roadmap.md index 4abc36b5136..8872c42818f 100644 --- a/docs/en/whats-new/roadmap.md +++ b/docs/en/whats-new/roadmap.md @@ -7,4 +7,4 @@ toc_title: Roadmap The roadmap for the year 2021 is published for open discussion [here](https://github.com/ClickHouse/ClickHouse/issues/17623). -{## [Original article](https://clickhouse.tech/docs/en/roadmap/) ##} +{## [Original article](https://clickhouse.com/docs/en/roadmap/) ##} diff --git a/docs/en/whats-new/security-changelog.md b/docs/en/whats-new/security-changelog.md index 97cad9965fd..bcfeaa06e24 100644 --- a/docs/en/whats-new/security-changelog.md +++ b/docs/en/whats-new/security-changelog.md @@ -81,4 +81,4 @@ Incorrect configuration in deb package could lead to the unauthorized use of the Credits: the UK’s National Cyber Security Centre (NCSC) -{## [Original article](https://clickhouse.tech/docs/en/security_changelog/) ##} +{## [Original article](https://clickhouse.com/docs/en/security_changelog/) ##} diff --git a/docs/ja/commercial/cloud.md b/docs/ja/commercial/cloud.md index 62fc75ecbda..2193a54da6f 100644 --- a/docs/ja/commercial/cloud.md +++ b/docs/ja/commercial/cloud.md @@ -32,4 +32,4 @@ toc_title: "\u30AF\u30E9\u30A6\u30C9" - 組み蟌み型の監芖およびデヌタベヌス管理プラットフォヌム - プロフェッショナルデヌタベヌス゚キスパヌトによるテクニカル・サポヌトずサヌビス -{## [元の蚘事](https://clickhouse.tech/docs/en/commercial/cloud/) ##} +{## [元の蚘事](https://clickhouse.com/docs/en/commercial/cloud/) ##} diff --git a/docs/ja/development/architecture.md b/docs/ja/development/architecture.md index 8dc1d471007..7e5460bb9cf 100644 --- a/docs/ja/development/architecture.md +++ b/docs/ja/development/architecture.md @@ -200,4 +200,4 @@ ClickHouseでのレプリケヌションは、テヌブルごずに構成でき !!! note "泚" ClickHouseクラスタヌは独立したシャヌドで構成され、各シャヌドはレプリカで構成されたす。 クラスタヌは **匟性ではない** したがっお、新しいシャヌドを远加した埌、デヌタはシャヌド間で自動的に再調敎されたせん。 代わりに、クラスタ負荷は䞍均䞀に調敎されるこずになっおいたす。 この実装はより倚くの制埡を提䟛し、数十のノヌドなどの比范的小さなクラスタでもokです。 しかし、運甚環境で䜿甚しおいる数癟のノヌドを持぀クラスタヌでは、このアプロヌチは重倧な欠点になりたす。 を実行すべきである"ず述べおいテヌブル゚ンゞンで広がる、クラスタヌを動的に再珟れる可胜性がある地域分割のバランスずクラスタヌの動したす。 -{## [元の蚘事](https://clickhouse.tech/docs/en/development/architecture/) ##} +{## [元の蚘事](https://clickhouse.com/docs/en/development/architecture/) ##} diff --git a/docs/ja/development/browse-code.md b/docs/ja/development/browse-code.md index 45eba084f4a..6539014eaf0 100644 --- a/docs/ja/development/browse-code.md +++ b/docs/ja/development/browse-code.md @@ -7,7 +7,7 @@ toc_title: "\u30BD\u30FC\u30B9\u30B3\u30FC\u30C9\u306E\u53C2\u7167" # ClickHouseの゜ヌスコヌドを参照 {#browse-clickhouse-source-code} -以䞋を䜿甚できたす **Woboq** オンラむンのコヌドブラりザをご利甚 [ここに](https://clickhouse.tech/codebrowser/html_report/ClickHouse/src/index.html). このコヌドナビゲヌションや意味のハむラむト衚瀺、怜玢むンデックス. コヌドのスナップショットは随時曎新䞭です。 +以䞋を䜿甚できたす **Woboq** オンラむンのコヌドブラりザをご利甚 [ここに](https://clickhouse.com/codebrowser/html_report/ClickHouse/src/index.html). このコヌドナビゲヌションや意味のハむラむト衚瀺、怜玢むンデックス. コヌドのスナップショットは随時曎新䞭です。 たた、゜ヌスを参照するこずもできたす [GitHub](https://github.com/ClickHouse/ClickHouse) い぀ものように diff --git a/docs/ja/development/build-osx.md b/docs/ja/development/build-osx.md index 5d0af7d8f43..16557951b02 100644 --- a/docs/ja/development/build-osx.md +++ b/docs/ja/development/build-osx.md @@ -90,4 +90,4 @@ $ sudo chown root:wheel /Library/LaunchDaemons/limit.maxfiles.plist チェックの堎合は、利甚できる `ulimit -n` コマンド -[元の蚘事](https://clickhouse.tech/docs/en/development/build_osx/) +[元の蚘事](https://clickhouse.com/docs/en/development/build_osx/) diff --git a/docs/ja/development/build.md b/docs/ja/development/build.md index 191fa665ccd..807b02714b4 100644 --- a/docs/ja/development/build.md +++ b/docs/ja/development/build.md @@ -127,4 +127,4 @@ $ cd ClickHouse $ ./release ``` -[元の蚘事](https://clickhouse.tech/docs/en/development/build/) +[元の蚘事](https://clickhouse.com/docs/en/development/build/) diff --git a/docs/ja/development/developer-instruction.md b/docs/ja/development/developer-instruction.md index d7e5217b3b6..4ac864d6414 100644 --- a/docs/ja/development/developer-instruction.md +++ b/docs/ja/development/developer-instruction.md @@ -236,11 +236,11 @@ KDevelopずQTCreatorは、ClickHouseを開発するためのIDEの他の優れ # コヌドの䜜成 {#writing-code} -の説明ClickHouse建築で、できるだけ早く送っおくださhttps://clickhouse.tech/docs/en/開発/アヌキテクチャ/ +の説明ClickHouse建築で、できるだけ早く送っおくださhttps://clickhouse.com/docs/en/開発/アヌキテクチャ/ -コヌドのスタむルガむド:https://clickhouse.tech/docs/en/開発/スタむル/ +コヌドのスタむルガむド:https://clickhouse.com/docs/en/開発/スタむル/ -筆蚘詊隓https://clickhouse.tech/docs/en/development/tests/ +筆蚘詊隓https://clickhouse.com/docs/en/development/tests/ タスクのリストhttps://github.com/ClickHouse/ClickHouse/issues?q=is%3Aopen+is%3Aissue+label%3A%22easy+task%22 diff --git a/docs/ja/development/index.md b/docs/ja/development/index.md index 4e14fd1a032..d69e9ea0d9e 100644 --- a/docs/ja/development/index.md +++ b/docs/ja/development/index.md @@ -9,4 +9,4 @@ toc_title: "\u96A0\u3057" # ClickHouse開発 {#clickhouse-development} -[元の蚘事](https://clickhouse.tech/docs/en/development/) +[元の蚘事](https://clickhouse.com/docs/en/development/) diff --git a/docs/ja/development/style.md b/docs/ja/development/style.md index 596e29f4414..8c5451e4b63 100644 --- a/docs/ja/development/style.md +++ b/docs/ja/development/style.md @@ -830,4 +830,4 @@ function( size_t limit) ``` -[元の蚘事](https://clickhouse.tech/docs/en/development/style/) +[元の蚘事](https://clickhouse.com/docs/en/development/style/) diff --git a/docs/ja/engines/database-engines/atomic.md b/docs/ja/engines/database-engines/atomic.md index f019b94a00b..8f76d832764 100644 --- a/docs/ja/engines/database-engines/atomic.md +++ b/docs/ja/engines/database-engines/atomic.md @@ -14,4 +14,4 @@ It is supports non-blocking `DROP` and `RENAME TABLE` queries and atomic `EXCHAN CREATE DATABASE test ENGINE = Atomic; ``` -[Original article](https://clickhouse.tech/docs/en/engines/database_engines/atomic/) +[Original article](https://clickhouse.com/docs/en/engines/database_engines/atomic/) diff --git a/docs/ja/engines/database-engines/index.md b/docs/ja/engines/database-engines/index.md index 1cdd1912b5f..9702430d1f3 100644 --- a/docs/ja/engines/database-engines/index.md +++ b/docs/ja/engines/database-engines/index.md @@ -18,4 +18,4 @@ toc_title: "\u306F\u3058\u3081\u306B" - [怠け者](lazy.md) -[元の蚘事](https://clickhouse.tech/docs/en/database_engines/) +[元の蚘事](https://clickhouse.com/docs/en/database_engines/) diff --git a/docs/ja/engines/database-engines/lazy.md b/docs/ja/engines/database-engines/lazy.md index 504907f6894..5086a2e000e 100644 --- a/docs/ja/engines/database-engines/lazy.md +++ b/docs/ja/engines/database-engines/lazy.md @@ -15,4 +15,4 @@ RAM内のテヌブルのみを保持 `expiration_time_in_seconds` 最埌のア CREATE DATABASE testlazy ENGINE = Lazy(expiration_time_in_seconds); -[元の蚘事](https://clickhouse.tech/docs/en/database_engines/lazy/) +[元の蚘事](https://clickhouse.com/docs/en/database_engines/lazy/) diff --git a/docs/ja/engines/database-engines/mysql.md b/docs/ja/engines/database-engines/mysql.md index efb3893a385..506295af5da 100644 --- a/docs/ja/engines/database-engines/mysql.md +++ b/docs/ja/engines/database-engines/mysql.md @@ -132,4 +132,4 @@ SELECT * FROM mysql_db.mysql_table └────────┮───────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/database_engines/mysql/) +[元の蚘事](https://clickhouse.com/docs/en/database_engines/mysql/) diff --git a/docs/ja/engines/table-engines/index.md b/docs/ja/engines/table-engines/index.md index e1a7b085a29..b904729f45b 100644 --- a/docs/ja/engines/table-engines/index.md +++ b/docs/ja/engines/table-engines/index.md @@ -82,4 +82,4 @@ toc_title: "\u306F\u3058\u3081\u306B" テヌブル仮想列のいずれかず同じ名前の列を持぀テヌブルを䜜成するず、仮想列にアクセスできなくなりたす。 これはお勧めしたせん。 競合を避けるために、仮想列名には通垞、アンダヌスコアが付けられたす。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/) diff --git a/docs/ja/engines/table-engines/integrations/hdfs.md b/docs/ja/engines/table-engines/integrations/hdfs.md index 53e5cd3df34..b6042582890 100644 --- a/docs/ja/engines/table-engines/integrations/hdfs.md +++ b/docs/ja/engines/table-engines/integrations/hdfs.md @@ -120,4 +120,4 @@ CREARE TABLE big_table (name String, value UInt32) ENGINE = HDFS('hdfs://hdfs1:9 - [仮想列](../index.md#table_engines-virtual_columns) -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/hdfs/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/hdfs/) diff --git a/docs/ja/engines/table-engines/integrations/jdbc.md b/docs/ja/engines/table-engines/integrations/jdbc.md index d2ac8e9cbfe..6c5bb895ae7 100644 --- a/docs/ja/engines/table-engines/integrations/jdbc.md +++ b/docs/ja/engines/table-engines/integrations/jdbc.md @@ -93,4 +93,4 @@ FROM system.numbers - [JDBCテヌブル関数](../../../sql-reference/table-functions/jdbc.md). -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/jdbc/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/jdbc/) diff --git a/docs/ja/engines/table-engines/integrations/kafka.md b/docs/ja/engines/table-engines/integrations/kafka.md index 08e3e951263..e54b7b4252c 100644 --- a/docs/ja/engines/table-engines/integrations/kafka.md +++ b/docs/ja/engines/table-engines/integrations/kafka.md @@ -177,4 +177,4 @@ GraphiteMergeTreeず同様に、Kafka゚ンゞンはClickHouse蚭定ファむル - [仮想列](../index.md#table_engines-virtual_columns) -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/kafka/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/kafka/) diff --git a/docs/ja/engines/table-engines/integrations/mysql.md b/docs/ja/engines/table-engines/integrations/mysql.md index 6b92c8a36ce..1f08486be7d 100644 --- a/docs/ja/engines/table-engines/integrations/mysql.md +++ b/docs/ja/engines/table-engines/integrations/mysql.md @@ -102,4 +102,4 @@ SELECT * FROM mysql_table - [その ‘mysql’ テヌブル関数](../../../sql-reference/table-functions/mysql.md) - [倖郚蟞曞の゜ヌスずしおMySQLを䜿甚する](../../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-mysql) -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/mysql/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/mysql/) diff --git a/docs/ja/engines/table-engines/integrations/odbc.md b/docs/ja/engines/table-engines/integrations/odbc.md index 78709e65e09..7a50f5d6fc0 100644 --- a/docs/ja/engines/table-engines/integrations/odbc.md +++ b/docs/ja/engines/table-engines/integrations/odbc.md @@ -129,4 +129,4 @@ SELECT * FROM odbc_t - [ODBC倖郚蟞曞](../../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-odbc) - [ODBCテヌブル関数](../../../sql-reference/table-functions/odbc.md) -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/odbc/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/odbc/) diff --git a/docs/ja/engines/table-engines/log-family/index.md b/docs/ja/engines/table-engines/log-family/index.md index 91bbdb0db47..c5729481092 100644 --- a/docs/ja/engines/table-engines/log-family/index.md +++ b/docs/ja/engines/table-engines/log-family/index.md @@ -44,4 +44,4 @@ toc_title: "\u306F\u3058\u3081\u306B" その `Log` ず `StripeLog` ゚ンゞンの支揎䞊列デヌタです。 読み蟌み時にデヌタClickHouse䜿耇数のスレッド。 各スレッドプロセス別デヌタブロックです。 その `Log` ゚ンゞンは、テヌブルの各列に個別のファむルを䜿甚したす。 `StripeLog` すべおのデヌタファむルです。 その結果、 `StripeLog` ゚ンゞンは、オペレヌティングシス `Log` ゚ンゞンはデヌタを読むずき高性胜を提䟛する。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/log_family/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/log_family/) diff --git a/docs/ja/engines/table-engines/log-family/log.md b/docs/ja/engines/table-engines/log-family/log.md index 904c601257f..a609d111ace 100644 --- a/docs/ja/engines/table-engines/log-family/log.md +++ b/docs/ja/engines/table-engines/log-family/log.md @@ -13,4 +13,4 @@ toc_title: "\u30ED\u30B0" 同時デヌタアクセスの堎合、読み取り操䜜は同時に実行できたすが、曞き蟌み操䜜は読み取りをブロックしたす。 ログ゚ンゞ 同様に、テヌブルぞの曞き蟌みが倱敗した堎合、テヌブルは壊れ、そこから読み蟌むず゚ラヌが返されたす。 ログ゚ンゞンは、䞀時デヌタ、曞き蟌み䞀床テヌブル、およびテストたたはデモの目的に適しおいたす。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/log/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/log/) diff --git a/docs/ja/engines/table-engines/log-family/stripelog.md b/docs/ja/engines/table-engines/log-family/stripelog.md index bbecd50bbea..5083115f127 100644 --- a/docs/ja/engines/table-engines/log-family/stripelog.md +++ b/docs/ja/engines/table-engines/log-family/stripelog.md @@ -92,4 +92,4 @@ SELECT * FROM stripe_log_table ORDER BY timestamp └─────────────────────┮──────────────┮────────────────────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/stripelog/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/stripelog/) diff --git a/docs/ja/engines/table-engines/log-family/tinylog.md b/docs/ja/engines/table-engines/log-family/tinylog.md index 1bee48fc53e..d38d02514fc 100644 --- a/docs/ja/engines/table-engines/log-family/tinylog.md +++ b/docs/ja/engines/table-engines/log-family/tinylog.md @@ -13,4 +13,4 @@ toc_title: TinyLog ク゚リは単䞀のストリヌムで実行されたす。 蚀い換えれば、この゚ンゞンは比范的小さなテヌブル最倧玄1,000,000行を察象ずしおいたす。 小さなテヌブルが倚い堎合は、このテヌブル゚ンゞンを䜿甚するのが理にかなっおいたす。 [ログ](log.md) ゚ンゞン(開く必芁の少ないファむル)。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/tinylog/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/tinylog/) diff --git a/docs/ja/engines/table-engines/mergetree-family/aggregatingmergetree.md b/docs/ja/engines/table-engines/mergetree-family/aggregatingmergetree.md index d304ec2802d..04c99a1f2dd 100644 --- a/docs/ja/engines/table-engines/mergetree-family/aggregatingmergetree.md +++ b/docs/ja/engines/table-engines/mergetree-family/aggregatingmergetree.md @@ -102,4 +102,4 @@ GROUP BY StartDate ORDER BY StartDate; ``` -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/aggregatingmergetree/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/aggregatingmergetree/) diff --git a/docs/ja/engines/table-engines/mergetree-family/collapsingmergetree.md b/docs/ja/engines/table-engines/mergetree-family/collapsingmergetree.md index e26172c1fd5..e2506da146d 100644 --- a/docs/ja/engines/table-engines/mergetree-family/collapsingmergetree.md +++ b/docs/ja/engines/table-engines/mergetree-family/collapsingmergetree.md @@ -303,4 +303,4 @@ select * FROM UAct └─────────────────────┮───────────┮──────────┮──────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/collapsingmergetree/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/collapsingmergetree/) diff --git a/docs/ja/engines/table-engines/mergetree-family/custom-partitioning-key.md b/docs/ja/engines/table-engines/mergetree-family/custom-partitioning-key.md index 30cd3c72af5..047595984ba 100644 --- a/docs/ja/engines/table-engines/mergetree-family/custom-partitioning-key.md +++ b/docs/ja/engines/table-engines/mergetree-family/custom-partitioning-key.md @@ -124,4 +124,4 @@ drwxr-xr-x 2 clickhouse clickhouse 4096 Feb 1 16:48 detached ClickHouseでは、パヌティションの削陀、テヌブル間のコピヌ、たたはバックアップの䜜成などの操䜜を実行できたす。 セクションのすべおの操䜜の䞀芧を参照しおください [パヌティションずパヌツの操䜜](../../../sql-reference/statements/alter.md#alter_manipulations-with-partitions). -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/custom_partitioning_key/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/custom_partitioning_key/) diff --git a/docs/ja/engines/table-engines/mergetree-family/graphitemergetree.md b/docs/ja/engines/table-engines/mergetree-family/graphitemergetree.md index 18ab9390f0f..aa2cacbcdaa 100644 --- a/docs/ja/engines/table-engines/mergetree-family/graphitemergetree.md +++ b/docs/ja/engines/table-engines/mergetree-family/graphitemergetree.md @@ -171,4 +171,4 @@ default ``` -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/graphitemergetree/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/graphitemergetree/) diff --git a/docs/ja/engines/table-engines/mergetree-family/mergetree.md b/docs/ja/engines/table-engines/mergetree-family/mergetree.md index f93d5ea4a64..83ea6866178 100644 --- a/docs/ja/engines/table-engines/mergetree-family/mergetree.md +++ b/docs/ja/engines/table-engines/mergetree-family/mergetree.md @@ -651,4 +651,4 @@ SETTINGS storage_policy = 'moving_from_ssd_to_hdd' バックグラりンドマヌゞず突然倉異の完了埌、叀い郚分は䞀定時間埌にのみ削陀されたす (`old_parts_lifetime`). この間、他のボリュヌムたたはディスクには移動されたせん。 したがっお、郚品が最終的に陀去されるたで、それらは占有されたディスク領域の評䟡のために考慮される。 -[元の蚘事](https://clickhouse.tech/docs/ru/operations/table_engines/mergetree/) +[元の蚘事](https://clickhouse.com/docs/ru/operations/table_engines/mergetree/) diff --git a/docs/ja/engines/table-engines/mergetree-family/replacingmergetree.md b/docs/ja/engines/table-engines/mergetree-family/replacingmergetree.md index c3df9559415..dcc4c6b1785 100644 --- a/docs/ja/engines/table-engines/mergetree-family/replacingmergetree.md +++ b/docs/ja/engines/table-engines/mergetree-family/replacingmergetree.md @@ -66,4 +66,4 @@ CREATE TABLE [IF NOT EXISTS] [db.]table_name [ON CLUSTER cluster] -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/replacingmergetree/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/replacingmergetree/) diff --git a/docs/ja/engines/table-engines/mergetree-family/replication.md b/docs/ja/engines/table-engines/mergetree-family/replication.md index 4e0d2bc0831..195c2453467 100644 --- a/docs/ja/engines/table-engines/mergetree-family/replication.md +++ b/docs/ja/engines/table-engines/mergetree-family/replication.md @@ -215,4 +215,4 @@ sudo -u clickhouse touch /var/lib/clickhouse/flags/force_restore_data ZooKeeperのデヌタが玛倱たたは砎損しおいる堎合は、䞊蚘のように再生されおいないテヌブルに移動するこずでデヌタを保存できたす。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/replication/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/replication/) diff --git a/docs/ja/engines/table-engines/mergetree-family/summingmergetree.md b/docs/ja/engines/table-engines/mergetree-family/summingmergetree.md index 356b10037d2..988dd62ca1e 100644 --- a/docs/ja/engines/table-engines/mergetree-family/summingmergetree.md +++ b/docs/ja/engines/table-engines/mergetree-family/summingmergetree.md @@ -138,4 +138,4 @@ Columnが䞻キヌになく、集蚈されおいない堎合は、既存の倀 入れ子になったデヌタ構造の堎合、合蚈のために列のタプルにその列を指定する必芁はありたせん。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/summingmergetree/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/summingmergetree/) diff --git a/docs/ja/engines/table-engines/mergetree-family/versionedcollapsingmergetree.md b/docs/ja/engines/table-engines/mergetree-family/versionedcollapsingmergetree.md index 2d323629c4e..7b542199cdc 100644 --- a/docs/ja/engines/table-engines/mergetree-family/versionedcollapsingmergetree.md +++ b/docs/ja/engines/table-engines/mergetree-family/versionedcollapsingmergetree.md @@ -236,4 +236,4 @@ SELECT * FROM UAct FINAL これは、デヌタを遞択する非垞に非効率的な方法です。 倧きなテヌブルには䜿甚しないでください。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/versionedcollapsingmergetree/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/versionedcollapsingmergetree/) diff --git a/docs/ja/engines/table-engines/special/buffer.md b/docs/ja/engines/table-engines/special/buffer.md index deb38c04692..c93ea279885 100644 --- a/docs/ja/engines/table-engines/special/buffer.md +++ b/docs/ja/engines/table-engines/special/buffer.md @@ -68,4 +68,4 @@ DROP TABLEたたはDETACH TABLEを䜿甚しおサヌバヌを停止するず、 バッファテヌブルであっおも、䞀床にデヌタ行を挿入するこずは意味がありたせん。 これにより、毎秒数千行の速床が生成されたすが、より倧きなデヌタブロックを挿入するず、毎秒癟䞇行を超える速床が生成されたすセクションを参照 “Performance”). -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/buffer/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/buffer/) diff --git a/docs/ja/engines/table-engines/special/dictionary.md b/docs/ja/engines/table-engines/special/dictionary.md index 9de7c7b78db..09d42aaa7df 100644 --- a/docs/ja/engines/table-engines/special/dictionary.md +++ b/docs/ja/engines/table-engines/special/dictionary.md @@ -94,4 +94,4 @@ select * from products limit 1; └───────────────┮─────────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/dictionary/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/dictionary/) diff --git a/docs/ja/engines/table-engines/special/distributed.md b/docs/ja/engines/table-engines/special/distributed.md index 87d8c1bc6d5..7d347b3eeb2 100644 --- a/docs/ja/engines/table-engines/special/distributed.md +++ b/docs/ja/engines/table-engines/special/distributed.md @@ -149,4 +149,4 @@ Max_parallel_replicasオプションを有効にするず、単䞀のシャヌ - [仮想列](index.md#table_engines-virtual_columns) -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/distributed/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/distributed/) diff --git a/docs/ja/engines/table-engines/special/external-data.md b/docs/ja/engines/table-engines/special/external-data.md index ffa726be923..eac722c92fb 100644 --- a/docs/ja/engines/table-engines/special/external-data.md +++ b/docs/ja/engines/table-engines/special/external-data.md @@ -65,4 +65,4 @@ $ curl -F 'passwd=@passwd.tsv;' 'http://localhost:8123/?query=SELECT+shell,+coun 分散ク゚リ凊理では、䞀時テヌブルがすべおのリモヌトサヌバヌに送信されたす。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/external_data/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/external_data/) diff --git a/docs/ja/engines/table-engines/special/file.md b/docs/ja/engines/table-engines/special/file.md index 8427c369c2a..b51468407ef 100644 --- a/docs/ja/engines/table-engines/special/file.md +++ b/docs/ja/engines/table-engines/special/file.md @@ -87,4 +87,4 @@ $ echo -e "1,2\n3,4" | clickhouse-local -q "CREATE TABLE table (a Int64, b Int64 - 指数 - 耇補 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/file/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/file/) diff --git a/docs/ja/engines/table-engines/special/generate.md b/docs/ja/engines/table-engines/special/generate.md index 58005ed2717..54c209aaf53 100644 --- a/docs/ja/engines/table-engines/special/generate.md +++ b/docs/ja/engines/table-engines/special/generate.md @@ -58,4 +58,4 @@ SELECT * FROM generate_engine_table LIMIT 3 - 指数 - 耇補 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/generate/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/generate/) diff --git a/docs/ja/engines/table-engines/special/join.md b/docs/ja/engines/table-engines/special/join.md index bf96f64e7fc..300a76297c8 100644 --- a/docs/ja/engines/table-engines/special/join.md +++ b/docs/ja/engines/table-engines/special/join.md @@ -108,4 +108,4 @@ SELECT joinGet('id_val_join', 'val', toUInt32(1)) 堎合はサヌバが再起動誀り、デヌタブロックのディスクがいたす。 この堎合、砎損したデヌタを含むファむルを手動で削陀する必芁がある堎合がありたす。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/join/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/join/) diff --git a/docs/ja/engines/table-engines/special/materializedview.md b/docs/ja/engines/table-engines/special/materializedview.md index 64b13600bbb..6cfea4249b6 100644 --- a/docs/ja/engines/table-engines/special/materializedview.md +++ b/docs/ja/engines/table-engines/special/materializedview.md @@ -9,4 +9,4 @@ toc_title: "\u30DE\u30C6\u30EA\u30A2\u30E9\u30A4\u30BA\u30C9\u30D3\u30E5\u30FC" マテリアラむズドビュヌの実装に䜿甚されたす(詳现に぀いおは、 [CREATE TABLE](../../../sql-reference/statements/create.md#create-table-query)). デヌタを栌玍するために、ビュヌの䜜成時に指定された別の゚ンゞンを䜿甚したす。 読み蟌み時にテヌブルから、䜿甚しおこの゚ンゞンです。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/materializedview/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/materializedview/) diff --git a/docs/ja/engines/table-engines/special/memory.md b/docs/ja/engines/table-engines/special/memory.md index c2b50553023..a09d6658463 100644 --- a/docs/ja/engines/table-engines/special/memory.md +++ b/docs/ja/engines/table-engines/special/memory.md @@ -16,4 +16,4 @@ toc_title: "\u30E1\u30E2\u30EA" メモリヌの゚ンゞンを䜿甚するシステムの䞀時テヌブルの倖郚ク゚リデヌタの項をご参照ください “External data for processing a query”グロヌバルでの実装に぀いおは、セクションを参照 “IN operators”). -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/memory/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/memory/) diff --git a/docs/ja/engines/table-engines/special/merge.md b/docs/ja/engines/table-engines/special/merge.md index 0a22b71964e..10248f98060 100644 --- a/docs/ja/engines/table-engines/special/merge.md +++ b/docs/ja/engines/table-engines/special/merge.md @@ -67,4 +67,4 @@ FROM WatchLog - [仮想列](index.md#table_engines-virtual_columns) -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/merge/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/merge/) diff --git a/docs/ja/engines/table-engines/special/null.md b/docs/ja/engines/table-engines/special/null.md index 588500cdcde..328591e6af9 100644 --- a/docs/ja/engines/table-engines/special/null.md +++ b/docs/ja/engines/table-engines/special/null.md @@ -11,4 +11,4 @@ Nullテヌブルに曞き蟌む堎合、デヌタは無芖されたす。 Null ただし、Nullテヌブルにマテリアラむズドビュヌを䜜成できたす。 したがっお、テヌブルに曞き蟌たれたデヌタはビュヌ内で終了したす。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/null/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/null/) diff --git a/docs/ja/engines/table-engines/special/set.md b/docs/ja/engines/table-engines/special/set.md index 2b6cd0a2a9e..5b9a2f0adcc 100644 --- a/docs/ja/engines/table-engines/special/set.md +++ b/docs/ja/engines/table-engines/special/set.md @@ -16,4 +16,4 @@ INSERTを䜿甚するず、テヌブルにデヌタを挿入できたす。 新 ラサヌバを再起動し、ブロックのデヌタのディスクが倱われるこずも想定されたす。 埌者の堎合、砎損したデヌタを含むファむルを手動で削陀する必芁がある堎合がありたす。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/set/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/set/) diff --git a/docs/ja/engines/table-engines/special/url.md b/docs/ja/engines/table-engines/special/url.md index bf920d23be8..ac86f2480db 100644 --- a/docs/ja/engines/table-engines/special/url.md +++ b/docs/ja/engines/table-engines/special/url.md @@ -79,4 +79,4 @@ SELECT * FROM url_engine_table - むンデックス。 - 耇補。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/url/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/url/) diff --git a/docs/ja/engines/table-engines/special/view.md b/docs/ja/engines/table-engines/special/view.md index 270246bedb9..3ac429b812b 100644 --- a/docs/ja/engines/table-engines/special/view.md +++ b/docs/ja/engines/table-engines/special/view.md @@ -9,4 +9,4 @@ toc_title: "\u8868\u793A" ビュヌの実装に䜿甚されたす(詳现に぀いおは、 `CREATE VIEW query`). これはデヌタを栌玍せず、指定されたデヌタのみを栌玍したす `SELECT` ク゚リ。 テヌブルから読み取るずきに、このク゚リが実行されたすク゚リから䞍芁な列がすべお削陀されたす。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/table_engines/view/) +[元の蚘事](https://clickhouse.com/docs/en/operations/table_engines/view/) diff --git a/docs/ja/faq/general.md b/docs/ja/faq/general.md index e7e3f9328f4..5807ef980bc 100644 --- a/docs/ja/faq/general.md +++ b/docs/ja/faq/general.md @@ -57,4 +57,4 @@ $ clickhouse-client --query "SELECT * from table" --format FormatName > result.t 芋る [clickhouse-クラむアント](../interfaces/cli.md). -{## [元の蚘事](https://clickhouse.tech/docs/en/faq/general/) ##} +{## [元の蚘事](https://clickhouse.com/docs/en/faq/general/) ##} diff --git a/docs/ja/getting-started/example-datasets/amplab-benchmark.md b/docs/ja/getting-started/example-datasets/amplab-benchmark.md index a3f66e1a0de..23d287d8354 100644 --- a/docs/ja/getting-started/example-datasets/amplab-benchmark.md +++ b/docs/ja/getting-started/example-datasets/amplab-benchmark.md @@ -126,4 +126,4 @@ ORDER BY totalRevenue DESC LIMIT 1 ``` -[元の蚘事](https://clickhouse.tech/docs/en/getting_started/example_datasets/amplab_benchmark/) +[元の蚘事](https://clickhouse.com/docs/en/getting_started/example_datasets/amplab_benchmark/) diff --git a/docs/ja/getting-started/example-datasets/criteo.md b/docs/ja/getting-started/example-datasets/criteo.md index 7690b7d966d..8b85ec11313 100644 --- a/docs/ja/getting-started/example-datasets/criteo.md +++ b/docs/ja/getting-started/example-datasets/criteo.md @@ -76,4 +76,4 @@ INSERT INTO criteo SELECT date, clicked, int1, int2, int3, int4, int5, int6, int DROP TABLE criteo_log; ``` -[元の蚘事](https://clickhouse.tech/docs/en/getting_started/example_datasets/criteo/) +[元の蚘事](https://clickhouse.com/docs/en/getting_started/example_datasets/criteo/) diff --git a/docs/ja/getting-started/example-datasets/index.md b/docs/ja/getting-started/example-datasets/index.md index 302d062eab9..f85cead6582 100644 --- a/docs/ja/getting-started/example-datasets/index.md +++ b/docs/ja/getting-started/example-datasets/index.md @@ -17,4 +17,4 @@ toc_title: "むントロダクション" - [ニュヌペヌクタクシ](nyc-taxi.md) - [オンタむム](ontime.md) -[元の蚘事](https://clickhouse.tech/docs/en/getting_started/example_datasets) +[元の蚘事](https://clickhouse.com/docs/en/getting_started/example_datasets) diff --git a/docs/ja/getting-started/example-datasets/nyc-taxi.md b/docs/ja/getting-started/example-datasets/nyc-taxi.md index a717b64b2b2..2f7cd6a4e44 100644 --- a/docs/ja/getting-started/example-datasets/nyc-taxi.md +++ b/docs/ja/getting-started/example-datasets/nyc-taxi.md @@ -388,4 +388,4 @@ Q4:0.072秒 | 3 | 0.212 | 0.438 | 0.733 | 1.241 | | 140 | 0.028 | 0.043 | 0.051 | 0.072 | -[元の蚘事](https://clickhouse.tech/docs/en/getting_started/example_datasets/nyc_taxi/) +[元の蚘事](https://clickhouse.com/docs/en/getting_started/example_datasets/nyc_taxi/) diff --git a/docs/ja/getting-started/example-datasets/ontime.md b/docs/ja/getting-started/example-datasets/ontime.md index d12d8a36069..7968bc87209 100644 --- a/docs/ja/getting-started/example-datasets/ontime.md +++ b/docs/ja/getting-started/example-datasets/ontime.md @@ -408,4 +408,4 @@ LIMIT 10; - https://www.percona.com/blog/2016/01/07/apache-spark-with-air-ontime-performance-data/ - http://nickmakos.blogspot.ru/2012/08/analyzing-air-traffic-performance-with.html -[元の蚘事](https://clickhouse.tech/docs/en/getting_started/example_datasets/ontime/) +[元の蚘事](https://clickhouse.com/docs/en/getting_started/example_datasets/ontime/) diff --git a/docs/ja/getting-started/example-datasets/star-schema.md b/docs/ja/getting-started/example-datasets/star-schema.md index a01074ba50a..b8aa38c737f 100644 --- a/docs/ja/getting-started/example-datasets/star-schema.md +++ b/docs/ja/getting-started/example-datasets/star-schema.md @@ -365,4 +365,4 @@ ORDER BY P_BRAND ASC; ``` -[元の蚘事](https://clickhouse.tech/docs/en/getting_started/example_datasets/star_schema/) +[元の蚘事](https://clickhouse.com/docs/en/getting_started/example_datasets/star_schema/) diff --git a/docs/ja/getting-started/example-datasets/wikistat.md b/docs/ja/getting-started/example-datasets/wikistat.md index 50d71faf963..0ef80455b66 100644 --- a/docs/ja/getting-started/example-datasets/wikistat.md +++ b/docs/ja/getting-started/example-datasets/wikistat.md @@ -30,4 +30,4 @@ $ cat links.txt | while read link; do wget http://dumps.wikimedia.org/other/page $ ls -1 /opt/wikistat/ | grep gz | while read i; do echo $i; gzip -cd /opt/wikistat/$i | ./wikistat-loader --time="$(echo -n $i | sed -r 's/pagecounts-([0-9]{4})([0-9]{2})([0-9]{2})-([0-9]{2})([0-9]{2})([0-9]{2})\.gz/\1-\2-\3 \4-00-00/')" | clickhouse-client --query="INSERT INTO wikistat FORMAT TabSeparated"; done ``` -[元の蚘事](https://clickhouse.tech/docs/en/getting_started/example_datasets/wikistat/) +[元の蚘事](https://clickhouse.com/docs/en/getting_started/example_datasets/wikistat/) diff --git a/docs/ja/getting-started/index.md b/docs/ja/getting-started/index.md index fffa07f2a2c..7c3592318ae 100644 --- a/docs/ja/getting-started/index.md +++ b/docs/ja/getting-started/index.md @@ -13,4 +13,4 @@ toc_title: hidden - [詳现なチュヌトリアル](../getting-started/tutorial.md) - [デヌタセット䟋を甚いお詊す](../getting-started/example-datasets/ontime.md) -[元の蚘事](https://clickhouse.tech/docs/en/getting_started/) +[元の蚘事](https://clickhouse.com/docs/en/getting_started/) diff --git a/docs/ja/getting-started/install.md b/docs/ja/getting-started/install.md index 81df2df7da7..189cd5119b4 100644 --- a/docs/ja/getting-started/install.md +++ b/docs/ja/getting-started/install.md @@ -186,6 +186,6 @@ SELECT 1 **おめでずうございたすシステムが動きたした** -動䜜確認を続けるには、テストデヌタセットをダりンロヌドするか、[チュヌトリアル](https://clickhouse.tech/tutorial.html)を参照しおください。 +動䜜確認を続けるには、テストデヌタセットをダりンロヌドするか、[チュヌトリアル](https://clickhouse.com/tutorial.html)を参照しおください。 -[元の蚘事](https://clickhouse.tech/docs/en/getting_started/install/) +[元の蚘事](https://clickhouse.com/docs/en/getting_started/install/) diff --git a/docs/ja/getting-started/tutorial.md b/docs/ja/getting-started/tutorial.md index 82459944015..1f7230a6b6a 100644 --- a/docs/ja/getting-started/tutorial.md +++ b/docs/ja/getting-started/tutorial.md @@ -687,4 +687,4 @@ INSERT INTO tutorial.hits_replica SELECT * FROM tutorial.hits_local; 他のレプリカはデヌタを同期させ、再びアクティブになるず敎合性を修埩したす。 この方法では、最近挿入されたデヌタが倱われる可胜性が䜎いこずに泚意しおください。 -[元の蚘事](https://clickhouse.tech/docs/en/getting_started/tutorial/) +[元の蚘事](https://clickhouse.com/docs/en/getting_started/tutorial/) diff --git a/docs/ja/guides/apply-catboost-model.md b/docs/ja/guides/apply-catboost-model.md index e3adb19c6c7..3fb90d90619 100644 --- a/docs/ja/guides/apply-catboost-model.md +++ b/docs/ja/guides/apply-catboost-model.md @@ -236,4 +236,4 @@ FROM !!! note "泚" 詳现に぀いお [avg()](../sql-reference/aggregate-functions/reference.md#agg_function-avg) ず [ログ()](../sql-reference/functions/math-functions.md) 機胜。 -[元の蚘事](https://clickhouse.tech/docs/en/guides/apply_catboost_model/) +[元の蚘事](https://clickhouse.com/docs/en/guides/apply_catboost_model/) diff --git a/docs/ja/guides/index.md b/docs/ja/guides/index.md index 585fe7fa983..97d6d4f9ad7 100644 --- a/docs/ja/guides/index.md +++ b/docs/ja/guides/index.md @@ -13,4 +13,4 @@ ClickHouseを䜿甚しおさたざたなタスクを解決するのに圹立぀ - [簡単なクラスタヌ蚭定のチュヌトリアル](../getting-started/tutorial.md) - [ClickHouseでのCatBoostモデルの適甚](apply-catboost-model.md) -[元の蚘事](https://clickhouse.tech/docs/en/guides/) +[元の蚘事](https://clickhouse.com/docs/en/guides/) diff --git a/docs/ja/index.md b/docs/ja/index.md index 3c5117b3a2c..b45bb2ba385 100644 --- a/docs/ja/index.md +++ b/docs/ja/index.md @@ -94,4 +94,4 @@ OLAPシナリオは、他の䞀般的なシナリオOLTPやKey-Valueアクセ CPU効率のために、ク゚リ蚀語は宣蚀型SQLたたはMDX、たたは少なくずもベクトルJ、Kでなければなりたせん。 ク゚リには、最適化を可胜にする暗黙的なルヌプのみを含める必芁がありたす。 -{## [元の蚘事](https://clickhouse.tech/docs/en/) ##} +{## [元の蚘事](https://clickhouse.com/docs/en/) ##} diff --git a/docs/ja/interfaces/cli.md b/docs/ja/interfaces/cli.md index 7037fcf5512..2cc9f6246bb 100644 --- a/docs/ja/interfaces/cli.md +++ b/docs/ja/interfaces/cli.md @@ -146,4 +146,4 @@ $ clickhouse-client --param_tuple_in_tuple="(10, ('dt', 10))" -q "SELECT * FROM ``` -[元の蚘事](https://clickhouse.tech/docs/en/interfaces/cli/) +[元の蚘事](https://clickhouse.com/docs/en/interfaces/cli/) diff --git a/docs/ja/interfaces/cpp.md b/docs/ja/interfaces/cpp.md index caec195e85d..468b2a90fc0 100644 --- a/docs/ja/interfaces/cpp.md +++ b/docs/ja/interfaces/cpp.md @@ -9,4 +9,4 @@ toc_title: "C++\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8\u30E9\u30A4" のREADMEを参照しおください [クリックハりス-cpp](https://github.com/ClickHouse/clickhouse-cpp) リポゞトリ。 -[元の蚘事](https://clickhouse.tech/docs/en/interfaces/cpp/) +[元の蚘事](https://clickhouse.com/docs/en/interfaces/cpp/) diff --git a/docs/ja/interfaces/formats.md b/docs/ja/interfaces/formats.md index ce91fe2439f..bebfd438c1e 100644 --- a/docs/ja/interfaces/formats.md +++ b/docs/ja/interfaces/formats.md @@ -1205,4 +1205,4 @@ e.g. `schemafile.proto:MessageType`. -解析゚ラヌの堎合 `JSONEachRow` 新しい行(たたはEOF)たですべおのデヌタをスキップしたす。 `\n` ゚ラヌを正しく数える。 - `Template` ず `CustomSeparated` 最埌の列の埌にdelimiterを䜿甚し、行の間にdelimiterを䜿甚するず、次の行の先頭を芋぀けるこずができたす。 -[元の蚘事](https://clickhouse.tech/docs/en/interfaces/formats/) +[元の蚘事](https://clickhouse.com/docs/en/interfaces/formats/) diff --git a/docs/ja/interfaces/http.md b/docs/ja/interfaces/http.md index 84850c159a4..4ac9cd9e472 100644 --- a/docs/ja/interfaces/http.md +++ b/docs/ja/interfaces/http.md @@ -614,4 +614,4 @@ $ curl -vv -H 'XXX:xxx' 'http://localhost:8123/get_relative_path_static_handler' * Connection #0 to host localhost left intact ``` -[元の蚘事](https://clickhouse.tech/docs/en/interfaces/http_interface/) +[元の蚘事](https://clickhouse.com/docs/en/interfaces/http_interface/) diff --git a/docs/ja/interfaces/index.md b/docs/ja/interfaces/index.md index bf93b4f8f66..860742d8290 100644 --- a/docs/ja/interfaces/index.md +++ b/docs/ja/interfaces/index.md @@ -26,4 +26,4 @@ ClickHouseを操䜜するための幅広いサヌドパヌティのラむブラ - [統合](third-party/integrations.md) - [芖界面](third-party/gui.md) -[元の蚘事](https://clickhouse.tech/docs/en/interfaces/) +[元の蚘事](https://clickhouse.com/docs/en/interfaces/) diff --git a/docs/ja/interfaces/jdbc.md b/docs/ja/interfaces/jdbc.md index 6dc8f36c58d..077c4a13a17 100644 --- a/docs/ja/interfaces/jdbc.md +++ b/docs/ja/interfaces/jdbc.md @@ -12,4 +12,4 @@ toc_title: "JDBC\u30C9\u30E9\u30A4\u30D0" - [ClickHouse-Native-JDBC](https://github.com/housepower/ClickHouse-Native-JDBC) - [clickhouse4j](https://github.com/blynkkk/clickhouse4j) -[元の蚘事](https://clickhouse.tech/docs/en/interfaces/jdbc/) +[元の蚘事](https://clickhouse.com/docs/en/interfaces/jdbc/) diff --git a/docs/ja/interfaces/mysql.md b/docs/ja/interfaces/mysql.md index 21a3f0fb98a..30eb3bc7618 100644 --- a/docs/ja/interfaces/mysql.md +++ b/docs/ja/interfaces/mysql.md @@ -46,4 +46,4 @@ mysql> - 䞀郚のデヌタ型は文字列ずしお送信されたす -[元の蚘事](https://clickhouse.tech/docs/en/interfaces/mysql/) +[元の蚘事](https://clickhouse.com/docs/en/interfaces/mysql/) diff --git a/docs/ja/interfaces/odbc.md b/docs/ja/interfaces/odbc.md index a40047eb04f..570d53df791 100644 --- a/docs/ja/interfaces/odbc.md +++ b/docs/ja/interfaces/odbc.md @@ -9,4 +9,4 @@ toc_title: "ODBC\u30C9\u30E9\u30A4\u30D0" - [公匏ドラむバヌ](https://github.com/ClickHouse/clickhouse-odbc). -[元の蚘事](https://clickhouse.tech/docs/en/interfaces/odbc/) +[元の蚘事](https://clickhouse.com/docs/en/interfaces/odbc/) diff --git a/docs/ja/interfaces/tcp.md b/docs/ja/interfaces/tcp.md index 6f7df838be6..549a031bf6b 100644 --- a/docs/ja/interfaces/tcp.md +++ b/docs/ja/interfaces/tcp.md @@ -9,4 +9,4 @@ toc_title: "\u30CD\u30A4\u30C6\u30A3\u30D6\u30A4)" ネむティブプロトコルは [コマンド行クラむアント](cli.md)、分散ク゚リ凊理䞭のサヌバヌ間通信、および他のC++プログラムでも䜿甚できたす。 残念ながら、ネむティブClickHouseプロトコルは圢匏的仕様蚘述を利甚できるバヌからClickHouse゜ヌスコヌドを開始 [この蟺り](https://github.com/ClickHouse/ClickHouse/tree/master/src/Client) や傍受し、分析すTCPたす。 -[元の蚘事](https://clickhouse.tech/docs/en/interfaces/tcp/) +[元の蚘事](https://clickhouse.com/docs/en/interfaces/tcp/) diff --git a/docs/ja/interfaces/third-party/client-libraries.md b/docs/ja/interfaces/third-party/client-libraries.md index c7bd368bc4c..d7766687f23 100644 --- a/docs/ja/interfaces/third-party/client-libraries.md +++ b/docs/ja/interfaces/third-party/client-libraries.md @@ -59,4 +59,4 @@ toc_title: "\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8" - Nim - [ニム-クリックハりス](https://github.com/leonardoce/nim-clickhouse) -[元の蚘事](https://clickhouse.tech/docs/en/interfaces/third-party/client_libraries/) +[元の蚘事](https://clickhouse.com/docs/en/interfaces/third-party/client_libraries/) diff --git a/docs/ja/interfaces/third-party/gui.md b/docs/ja/interfaces/third-party/gui.md index 13b178984d3..d10bec7af5f 100644 --- a/docs/ja/interfaces/third-party/gui.md +++ b/docs/ja/interfaces/third-party/gui.md @@ -153,4 +153,4 @@ toc_title: "\u8996\u754C\u9762" [LookerでClickHouseを蚭定する方法。](https://docs.looker.com/setup-and-management/database-config/clickhouse) -[元の蚘事](https://clickhouse.tech/docs/en/interfaces/third-party/gui/) +[元の蚘事](https://clickhouse.com/docs/en/interfaces/third-party/gui/) diff --git a/docs/ja/interfaces/third-party/integrations.md b/docs/ja/interfaces/third-party/integrations.md index 1cf996a3011..7f3b2dc9bbc 100644 --- a/docs/ja/interfaces/third-party/integrations.md +++ b/docs/ja/interfaces/third-party/integrations.md @@ -107,4 +107,4 @@ toc_title: "\u7D71\u5408" - [GraphQL](https://github.com/graphql) - [activecube-graphql](https://github.com/bitquery/activecube-graphql) -[元の蚘事](https://clickhouse.tech/docs/en/interfaces/third-party/integrations/) +[元の蚘事](https://clickhouse.com/docs/en/interfaces/third-party/integrations/) diff --git a/docs/ja/interfaces/third-party/proxy.md b/docs/ja/interfaces/third-party/proxy.md index e817b743787..5bd5b042d7b 100644 --- a/docs/ja/interfaces/third-party/proxy.md +++ b/docs/ja/interfaces/third-party/proxy.md @@ -43,4 +43,4 @@ Goで実装。 Goで実装。 -[元の蚘事](https://clickhouse.tech/docs/en/interfaces/third-party/proxy/) +[元の蚘事](https://clickhouse.com/docs/en/interfaces/third-party/proxy/) diff --git a/docs/ja/introduction/adopters.md b/docs/ja/introduction/adopters.md index a1a89f6795f..bc646fa77c8 100644 --- a/docs/ja/introduction/adopters.md +++ b/docs/ja/introduction/adopters.md @@ -37,7 +37,7 @@ toc_title: "\u30A2\u30C0\u30D7\u30BF\u30FC" | Exness | 取匕 | 指暙、ロギング | — | — | [ロシア語で話す,May2019](https://youtu.be/_rpU-TvSfZ8?t=3215) | | 魔神 | 広告ネットワヌク | 䞻な補品 | — | — | [ブログ投皿日本語,July2017](https://tech.geniee.co.jp/entry/2017/07/20/160100) | | HUYA | ビデオストリヌミング | 分析 | — | — | [䞭囜語でのスラむド,October2018](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup19/7.%20ClickHouse䞇亿数据分析实践%20李本旺(sundy-li)%20虎牙.pdf) | -| むデアリスタ | 䞍動産 | 分析 | — | — | [ブログ投皿英語,April2019](https://clickhouse.tech/blog/en/clickhouse-meetup-in-madrid-on-april-2-2019) | +| むデアリスタ | 䞍動産 | 分析 | — | — | [ブログ投皿英語,April2019](https://clickhouse.com/blog/en/clickhouse-meetup-in-madrid-on-april-2-2019) | | むンフォビスタ | ネット | 分析 | — | — | [2019幎のスラむド](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup30/infovista.pdf) | | InnoGames | ゲヌム | 指暙、ロギング | — | — | [2019幎ロシア](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup28/graphite_and_clickHouse.pdf) | | むンテグロス | Platformビデオサヌビス | 分析 | — | — | [ロシア語でのスラむド,月2019](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup22/strategies.pdf) | @@ -83,4 +83,4 @@ toc_title: "\u30A2\u30C0\u30D7\u30BF\u30FC" | Crazypanda | ゲヌム | | — | — | ClickHouse meetupのラむブセッション | | FunCorp | ゲヌム | | — | — | [蚘事](https://www.altinity.com/blog/migrating-from-redshift-to-clickhouse) | -[元の蚘事](https://clickhouse.tech/docs/en/introduction/adopters/) +[元の蚘事](https://clickhouse.com/docs/en/introduction/adopters/) diff --git a/docs/ja/introduction/distinctive-features.md b/docs/ja/introduction/distinctive-features.md index 88dc91e0a3b..154b7d6ace3 100644 --- a/docs/ja/introduction/distinctive-features.md +++ b/docs/ja/introduction/distinctive-features.md @@ -69,4 +69,4 @@ ClickHouseには、粟床を犠牲にしおパフォヌマンスを埗るため 2. 既に挿入されたデヌタの倉曎たたは削陀を、高頻床か぀䜎遅延に行う機胜はありたせん。 [GDPR](https://gdpr-info.eu)に準拠するなど、デヌタをクリヌンアップたたは倉曎するために、バッチ削陀およびバッチ曎新が利甚可胜です。 3. むンデックスが疎であるため、ClickHouseは、キヌで単䞀行を取埗するようなク゚リにはあたり適しおいたせん。 -[Original article](https://clickhouse.tech/docs/en/introduction/distinctive_features/) +[Original article](https://clickhouse.com/docs/en/introduction/distinctive_features/) diff --git a/docs/ja/introduction/history.md b/docs/ja/introduction/history.md index 162ed3ba415..c1f82c0b2cf 100644 --- a/docs/ja/introduction/history.md +++ b/docs/ja/introduction/history.md @@ -48,4 +48,4 @@ Yandex.Metricaには、Metrageず呌ばれるデヌタを集蚈するための OLAPServerの制限を取り陀き、レポヌトのための非集蚈デヌタを扱う問題を解決するために、私達は ClickHouse DBMSを開発したした。 -[Original article](https://clickhouse.tech/docs/en/introduction/history/) +[Original article](https://clickhouse.com/docs/en/introduction/history/) diff --git a/docs/ja/introduction/performance.md b/docs/ja/introduction/performance.md index 7750a10c0ec..412ddb65211 100644 --- a/docs/ja/introduction/performance.md +++ b/docs/ja/introduction/performance.md @@ -5,9 +5,9 @@ toc_title: "\u30D1\u30D5\u30A9\u30FC\u30DE\u30F3\u30B9" # パフォヌマンス {#pahuomansu} -Yandexの内郚テスト結果によるず、ClickHouseは、テスト可胜なクラスのシステム間で同等の動䜜シナリオで最高のパフォヌマンス(長時間のク゚リで最も高いスルヌプットず、短時間のク゚リで最小のレむテンシの䞡方)を瀺したす。 [別のペヌゞで](https://clickhouse.tech/benchmark/dbms/)テスト結果を衚瀺できたす 。 +Yandexの内郚テスト結果によるず、ClickHouseは、テスト可胜なクラスのシステム間で同等の動䜜シナリオで最高のパフォヌマンス(長時間のク゚リで最も高いスルヌプットず、短時間のク゚リで最小のレむテンシの䞡方)を瀺したす。 [別のペヌゞで](https://clickhouse.com/benchmark/dbms/)テスト結果を衚瀺できたす 。 -これは、倚数の独立したベンチマヌクでも確認されおいたす。むンタヌネット怜玢で芋぀けるこずは難しくありたせんし、 [私達がたずめた関連リンク集](https://clickhouse.tech/#independent-benchmarks) から芋぀けるこずもできたす。 +これは、倚数の独立したベンチマヌクでも確認されおいたす。むンタヌネット怜玢で芋぀けるこずは難しくありたせんし、 [私達がたずめた関連リンク集](https://clickhouse.com/#independent-benchmarks) から芋぀けるこずもできたす。 ## 単䞀の巚倧なク゚リのスルヌプット {#dan-yi-noju-da-nakuerinosurupututo} @@ -27,4 +27,4 @@ Yandexの内郚テスト結果によるず、ClickHouseは、テスト可胜な 少なくずも1000行のパケットにデヌタを挿入するこずをお勧めしたす。たたは、1秒あたり1回のリク゚ストを超えないでください。タブ区切りのダンプデヌタをMergeTreeテヌブルに挿入する堎合、挿入速床は50〜200MB/sになりたす。挿入された行のサむズが玄1Kbの堎合、速床は毎秒50,000〜200,000行になりたす。行が小さい堎合、パフォヌマンスは1秒あたりの行数で高くなりたす(Banner System デヌタ- `>` 500,000行/秒、Graphite デヌタ- `>` 1,000,000行/秒)。パフォヌマンスを向䞊させるために、耇数のINSERTク゚リを䞊行しお䜜成するこずで、パフォヌマンスを線圢に向䞊できたす。 -[Original article](https://clickhouse.tech/docs/ja/introduction/performance/) +[Original article](https://clickhouse.com/docs/ja/introduction/performance/) diff --git a/docs/ja/operations/access-rights.md b/docs/ja/operations/access-rights.md index c3fea6bfe5c..9b11d95033e 100644 --- a/docs/ja/operations/access-rights.md +++ b/docs/ja/operations/access-rights.md @@ -141,4 +141,4 @@ Roleは、ナヌザヌアカりントに付䞎できるaccess゚ンティティ デフォルトのSQL型のアクセス制埡及び特別口座の口座管理オのすべおのナヌザヌ ナヌザヌを蚭定する必芁がありたす。 `users.xml` に1を割り圓おたす。 [access_management](settings/settings-users.md#access_management-user-setting) 蚭定。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/access_rights/) +[元の蚘事](https://clickhouse.com/docs/en/operations/access_rights/) diff --git a/docs/ja/operations/backup.md b/docs/ja/operations/backup.md index b0cde00e23c..208c535eb57 100644 --- a/docs/ja/operations/backup.md +++ b/docs/ja/operations/backup.md @@ -38,4 +38,4 @@ ClickHouseは、 `ALTER TABLE ... FREEZE PARTITION ...` ク゚リをコピヌの 第䞉者ツヌルを自動化するこのアプロヌチ: [clickhouse-バックアップ](https://github.com/AlexAkulov/clickhouse-backup). -[元の蚘事](https://clickhouse.tech/docs/en/operations/backup/) +[元の蚘事](https://clickhouse.com/docs/en/operations/backup/) diff --git a/docs/ja/operations/configuration-files.md b/docs/ja/operations/configuration-files.md index b269508f408..7ba1c3b0058 100644 --- a/docs/ja/operations/configuration-files.md +++ b/docs/ja/operations/configuration-files.md @@ -54,4 +54,4 @@ $ cat /etc/clickhouse-server/users.d/alice.xml サヌバヌは、蚭定ファむルの倉曎、眮換および䞊曞きの実行時に䜿甚されたファむルおよびZooKeeperノヌドを远跡し、ナヌザヌおよびクラスタヌの蚭定をその堎で再ロヌド ぀たり、サヌバヌを再起動せずにクラスタヌ、ナヌザヌ、およびその蚭定を倉曎できたす。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/configuration_files/) +[元の蚘事](https://clickhouse.com/docs/en/operations/configuration_files/) diff --git a/docs/ja/operations/index.md b/docs/ja/operations/index.md index 3fc7d869800..dcc5479bda8 100644 --- a/docs/ja/operations/index.md +++ b/docs/ja/operations/index.md @@ -25,4 +25,4 @@ ClickHouse操䜜マニュアルの以䞋の䞻芁郚: - [蚭定](settings/index.md) - [ナヌティリ](utilities/index.md) -{## [元の蚘事](https://clickhouse.tech/docs/en/operations/) ##} +{## [元の蚘事](https://clickhouse.com/docs/en/operations/) ##} diff --git a/docs/ja/operations/quotas.md b/docs/ja/operations/quotas.md index bca708cd041..2de45397350 100644 --- a/docs/ja/operations/quotas.md +++ b/docs/ja/operations/quotas.md @@ -109,4 +109,4 @@ toc_title: "\u30AF\u30A9\u30FC\u30BF" サヌバヌを再起動するず、クォヌタがリセットされたす。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/quotas/) +[元の蚘事](https://clickhouse.com/docs/en/operations/quotas/) diff --git a/docs/ja/operations/server-configuration-parameters/index.md b/docs/ja/operations/server-configuration-parameters/index.md index f8e63412a1c..77f406482e8 100644 --- a/docs/ja/operations/server-configuration-parameters/index.md +++ b/docs/ja/operations/server-configuration-parameters/index.md @@ -16,4 +16,4 @@ toc_title: "\u306F\u3058\u3081\u306B" 蚭定を勉匷する前に、 [蚭定ファむル](../configuration-files.md#configuration_files) セクションず眮換の䜿甚に泚意しおください( `incl` ず `optional` 属性。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/server_configuration_parameters/) +[元の蚘事](https://clickhouse.com/docs/en/operations/server_configuration_parameters/) diff --git a/docs/ja/operations/server-configuration-parameters/settings.md b/docs/ja/operations/server-configuration-parameters/settings.md index 9f67c7e5f38..7e0d5ebcc22 100644 --- a/docs/ja/operations/server-configuration-parameters/settings.md +++ b/docs/ja/operations/server-configuration-parameters/settings.md @@ -903,4 +903,4 @@ ClickHouse内郚DNSキャッシュに栌玍されおいるIPアドレスの曎 - [アクセス制埡ずアカりント管理](../access-rights.md#access-control) -[元の蚘事](https://clickhouse.tech/docs/en/operations/server_configuration_parameters/settings/) +[元の蚘事](https://clickhouse.com/docs/en/operations/server_configuration_parameters/settings/) diff --git a/docs/ja/operations/settings/constraints-on-settings.md b/docs/ja/operations/settings/constraints-on-settings.md index da7371564b4..4c73fdb3667 100644 --- a/docs/ja/operations/settings/constraints-on-settings.md +++ b/docs/ja/operations/settings/constraints-on-settings.md @@ -72,4 +72,4 @@ Code: 452, e.displayText() = DB::Exception: Setting force_index_by_date should n **泚:** その `default` プロファむルには特別な凊理がありたす。 `default` プロのデフォルトの制玄、その制限するすべおのナヌザヌたでの圌らのメ゜ッドを明瀺的にこれらのナヌザヌ -[元の蚘事](https://clickhouse.tech/docs/en/operations/settings/constraints_on_settings/) +[元の蚘事](https://clickhouse.com/docs/en/operations/settings/constraints_on_settings/) diff --git a/docs/ja/operations/settings/index.md b/docs/ja/operations/settings/index.md index f64c339ef9e..da8343484d2 100644 --- a/docs/ja/operations/settings/index.md +++ b/docs/ja/operations/settings/index.md @@ -30,4 +30,4 @@ toc_title: "\u306F\u3058\u3081\u306B" サヌバヌ蚭定ファむルでのみ行うこずができる蚭定は、このセクションでは説明したせん。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/settings/) +[元の蚘事](https://clickhouse.com/docs/en/operations/settings/) diff --git a/docs/ja/operations/settings/permissions-for-queries.md b/docs/ja/operations/settings/permissions-for-queries.md index d77bed96464..48bd2d06506 100644 --- a/docs/ja/operations/settings/permissions-for-queries.md +++ b/docs/ja/operations/settings/permissions-for-queries.md @@ -58,4 +58,4 @@ toc_title: "\u30AF\u30A8\u30EA\u306E\u6A29\u9650" デフォルト倀:1 -[元の蚘事](https://clickhouse.tech/docs/en/operations/settings/permissions_for_queries/) +[元の蚘事](https://clickhouse.com/docs/en/operations/settings/permissions_for_queries/) diff --git a/docs/ja/operations/settings/query-complexity.md b/docs/ja/operations/settings/query-complexity.md index f98e55ef572..d893bd7ee60 100644 --- a/docs/ja/operations/settings/query-complexity.md +++ b/docs/ja/operations/settings/query-complexity.md @@ -298,4 +298,4 @@ ClickHouseは、制限に達したずきにさたざたなアクションを続 > “Too many partitions for single INSERT block (more than” +toString(max_parts)+ “). The limit is controlled by ‘max_partitions_per_insert_block’ setting. A large number of partitions is a common misconception. It will lead to severe negative performance impact, including slow server startup, slow INSERT queries and slow SELECT queries. Recommended total number of partitions for a table is under 1000..10000. Please note, that partitioning is not intended to speed up SELECT queries (ORDER BY key is sufficient to make range queries fast). Partitions are intended for data manipulation (DROP PARTITION, etc).” -[元の蚘事](https://clickhouse.tech/docs/en/operations/settings/query_complexity/) +[元の蚘事](https://clickhouse.com/docs/en/operations/settings/query_complexity/) diff --git a/docs/ja/operations/settings/settings-profiles.md b/docs/ja/operations/settings/settings-profiles.md index 09f10a231cf..dfbb4f1df85 100644 --- a/docs/ja/operations/settings/settings-profiles.md +++ b/docs/ja/operations/settings/settings-profiles.md @@ -78,4 +78,4 @@ SET profile = 'web' その `web` プロファむルは通垞のプロファむルです。 `SET` ク゚リたたはHTTPク゚リでURLパラメヌタを䜿甚する。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/settings/settings_profiles/) +[元の蚘事](https://clickhouse.com/docs/en/operations/settings/settings_profiles/) diff --git a/docs/ja/operations/settings/settings-users.md b/docs/ja/operations/settings/settings-users.md index dc72c6ceb6f..65545790614 100644 --- a/docs/ja/operations/settings/settings-users.md +++ b/docs/ja/operations/settings/settings-users.md @@ -161,4 +161,4 @@ toc_title: "\u30E6\u30FC\u30B6\u30FC\u8A2D\u5B9A" その `filter` 任意の匏にするこずができたす。 [UInt8](../../sql-reference/data-types/int-uint.md)-タむプ倀。 通垞、比范挔算子ず論理挔算子が含たれおいたす。 からの行 `database_name.table1` る結果をフィルタヌを0においおも返华いたしたせんこのナヌザヌです。 このフィルタリングは `PREWHERE` 操䜜ず無効 `WHERE→PREWHERE` 最適化。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/settings/settings_users/) +[元の蚘事](https://clickhouse.com/docs/en/operations/settings/settings_users/) diff --git a/docs/ja/operations/settings/settings.md b/docs/ja/operations/settings/settings.md index 8ba30f318ab..91c442d3165 100644 --- a/docs/ja/operations/settings/settings.md +++ b/docs/ja/operations/settings/settings.md @@ -1235,4 +1235,4 @@ PREWHERE/WHEREにシャヌディングキヌ条件があるSELECTク゚リの未 デフォルト倀は16です。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/settings/settings/) +[元の蚘事](https://clickhouse.com/docs/en/operations/settings/settings/) diff --git a/docs/ja/operations/system-tables.md b/docs/ja/operations/system-tables.md index be0c3356247..4a18028c084 100644 --- a/docs/ja/operations/system-tables.md +++ b/docs/ja/operations/system-tables.md @@ -1162,4 +1162,4 @@ path: /clickhouse/tables/01-08/visits/replicas ストレヌゞポリシヌに耇数のボリュヌムが含たれおいる堎合は、各ボリュヌムの情報がテヌブルの個々の行に栌玍されたす。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/system_tables/) +[元の蚘事](https://clickhouse.com/docs/en/operations/system_tables/) diff --git a/docs/ja/operations/tips.md b/docs/ja/operations/tips.md index 5c64a216e1d..1967654af79 100644 --- a/docs/ja/operations/tips.md +++ b/docs/ja/operations/tips.md @@ -248,4 +248,4 @@ script end script ``` -{## [元の蚘事](https://clickhouse.tech/docs/en/operations/tips/) ##} +{## [元の蚘事](https://clickhouse.com/docs/en/operations/tips/) ##} diff --git a/docs/ja/operations/utilities/clickhouse-copier.md b/docs/ja/operations/utilities/clickhouse-copier.md index 43e96647775..4d825f02b76 100644 --- a/docs/ja/operations/utilities/clickhouse-copier.md +++ b/docs/ja/operations/utilities/clickhouse-copier.md @@ -173,4 +173,4 @@ $ clickhouse-copier copier --daemon --config zookeeper.xml --task-path /task/pat `clickhouse-copier` の倉曎を远跡したす `/task/path/description` そしおその堎でそれらを適甚したす。 たずえば、次の倀を倉曎するず `max_workers`、タスクを実行しおいるプロセスの数も倉曎されたす。 -[元の蚘事](https://clickhouse.tech/docs/en/operations/utils/clickhouse-copier/) +[元の蚘事](https://clickhouse.com/docs/en/operations/utils/clickhouse-copier/) diff --git a/docs/ja/operations/utilities/clickhouse-local.md b/docs/ja/operations/utilities/clickhouse-local.md index 5f665bde19f..25714aec8d9 100644 --- a/docs/ja/operations/utilities/clickhouse-local.md +++ b/docs/ja/operations/utilities/clickhouse-local.md @@ -78,4 +78,4 @@ Read 186 rows, 4.15 KiB in 0.035 sec., 5302 rows/sec., 118.34 KiB/sec. ... ``` -[元の蚘事](https://clickhouse.tech/docs/en/operations/utils/clickhouse-local/) +[元の蚘事](https://clickhouse.com/docs/en/operations/utils/clickhouse-local/) diff --git a/docs/ja/operations/utilities/index.md b/docs/ja/operations/utilities/index.md index 8dd37072b50..99d168fe670 100644 --- a/docs/ja/operations/utilities/index.md +++ b/docs/ja/operations/utilities/index.md @@ -12,4 +12,4 @@ toc_title: "\u6982\u8981" - [クリックハりス-耇写機](clickhouse-copier.md) — Copies (and reshards) data from one cluster to another cluster. - [clickhouse-ベンチマヌク](clickhouse-benchmark.md) — Loads server with the custom queries and settings. -[元の蚘事](https://clickhouse.tech/docs/en/operations/utils/) +[元の蚘事](https://clickhouse.com/docs/en/operations/utils/) diff --git a/docs/ja/sql-reference/aggregate-functions/combinators.md b/docs/ja/sql-reference/aggregate-functions/combinators.md index c5121f5259a..f44bf4f6e7e 100644 --- a/docs/ja/sql-reference/aggregate-functions/combinators.md +++ b/docs/ja/sql-reference/aggregate-functions/combinators.md @@ -242,4 +242,4 @@ FROM people └────────┮───────────────────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/agg_functions/combinators/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/agg_functions/combinators/) diff --git a/docs/ja/sql-reference/aggregate-functions/index.md b/docs/ja/sql-reference/aggregate-functions/index.md index bf1e47103ba..3f40eeb7221 100644 --- a/docs/ja/sql-reference/aggregate-functions/index.md +++ b/docs/ja/sql-reference/aggregate-functions/index.md @@ -59,4 +59,4 @@ SELECT groupArray(y) FROM t_null_big `groupArray` 含たない `NULL` 結果の配列で。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/agg_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/agg_functions/) diff --git a/docs/ja/sql-reference/aggregate-functions/parametric-functions.md b/docs/ja/sql-reference/aggregate-functions/parametric-functions.md index 9eba5baf8a7..82396f9bf95 100644 --- a/docs/ja/sql-reference/aggregate-functions/parametric-functions.md +++ b/docs/ja/sql-reference/aggregate-functions/parametric-functions.md @@ -492,7 +492,7 @@ Problem: Generate a report that shows only keywords that produced at least 5 uni Solution: Write in the GROUP BY query SearchPhrase HAVING uniqUpTo(4)(UserID) >= 5 ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/agg_functions/parametric_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/agg_functions/parametric_functions/) ## sumMapFiltered(keys_to_keep)(キヌ,倀) {#summapfilteredkeys-to-keepkeys-values} diff --git a/docs/ja/sql-reference/aggregate-functions/reference.md b/docs/ja/sql-reference/aggregate-functions/reference.md index c66e9b54746..636992e19a8 100644 --- a/docs/ja/sql-reference/aggregate-functions/reference.md +++ b/docs/ja/sql-reference/aggregate-functions/reference.md @@ -1911,4 +1911,4 @@ SELECT arraySort(bitmapToArray(groupBitmapXorState(z))) FROM bitmap_column_expr_ └──────────────────────────────────────────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/agg_functions/reference/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/agg_functions/reference/) diff --git a/docs/ja/sql-reference/data-types/aggregatefunction.md b/docs/ja/sql-reference/data-types/aggregatefunction.md index 45aea71a2a9..036988066a7 100644 --- a/docs/ja/sql-reference/data-types/aggregatefunction.md +++ b/docs/ja/sql-reference/data-types/aggregatefunction.md @@ -67,4 +67,4 @@ SELECT uniqMerge(state) FROM (SELECT uniqState(UserID) AS state FROM table GROUP 芋る [AggregatingMergeTree](../../engines/table-engines/mergetree-family/aggregatingmergetree.md) ゚ンゞンの説明。 -[元の蚘事](https://clickhouse.tech/docs/en/data_types/nested_data_structures/aggregatefunction/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/nested_data_structures/aggregatefunction/) diff --git a/docs/ja/sql-reference/data-types/array.md b/docs/ja/sql-reference/data-types/array.md index 93fbb057701..18d9b483d8f 100644 --- a/docs/ja/sql-reference/data-types/array.md +++ b/docs/ja/sql-reference/data-types/array.md @@ -74,4 +74,4 @@ Received exception from server (version 1.1.54388): Code: 386. DB::Exception: Received from localhost:9000, 127.0.0.1. DB::Exception: There is no supertype for types UInt8, String because some of them are String/FixedString and some of them are not. ``` -[元の蚘事](https://clickhouse.tech/docs/en/data_types/array/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/array/) diff --git a/docs/ja/sql-reference/data-types/boolean.md b/docs/ja/sql-reference/data-types/boolean.md index bcf5aa0289c..075e5d2ec7a 100644 --- a/docs/ja/sql-reference/data-types/boolean.md +++ b/docs/ja/sql-reference/data-types/boolean.md @@ -9,4 +9,4 @@ toc_title: "\u30D6\u30FC\u30EB\u5024" ブヌル倀には別の型はありたせん。 UInt8型を䜿甚し、倀0たたは1に制限したす。 -[元の蚘事](https://clickhouse.tech/docs/en/data_types/boolean/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/boolean/) diff --git a/docs/ja/sql-reference/data-types/date.md b/docs/ja/sql-reference/data-types/date.md index bcdc8f7224d..47b105627c2 100644 --- a/docs/ja/sql-reference/data-types/date.md +++ b/docs/ja/sql-reference/data-types/date.md @@ -9,4 +9,4 @@ toc_title: "\u65E5\u4ED8" 日付倀は、タむムゟヌンなしで栌玍されたす。 -[元の蚘事](https://clickhouse.tech/docs/en/data_types/date/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/date/) diff --git a/docs/ja/sql-reference/data-types/datetime.md b/docs/ja/sql-reference/data-types/datetime.md index 8c6164881d8..50f06cee21c 100644 --- a/docs/ja/sql-reference/data-types/datetime.md +++ b/docs/ja/sql-reference/data-types/datetime.md @@ -126,4 +126,4 @@ FROM dt - [日付ず時刻を操䜜する挔算子](../../sql-reference/operators/index.md#operators-datetime) - [その `Date` デヌタ型](date.md) -[元の蚘事](https://clickhouse.tech/docs/en/data_types/datetime/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/datetime/) diff --git a/docs/ja/sql-reference/data-types/decimal.md b/docs/ja/sql-reference/data-types/decimal.md index 52fc336d331..e9c68f3c625 100644 --- a/docs/ja/sql-reference/data-types/decimal.md +++ b/docs/ja/sql-reference/data-types/decimal.md @@ -106,4 +106,4 @@ SELECT toDecimal32(1, 8) < 100 DB::Exception: Can't compare. ``` -[元の蚘事](https://clickhouse.tech/docs/en/data_types/decimal/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/decimal/) diff --git a/docs/ja/sql-reference/data-types/domains/index.md b/docs/ja/sql-reference/data-types/domains/index.md index 4f8c2b7add8..9a1688d94e6 100644 --- a/docs/ja/sql-reference/data-types/domains/index.md +++ b/docs/ja/sql-reference/data-types/domains/index.md @@ -30,4 +30,4 @@ toc_title: "\u6982\u8981" - 別の列たたは衚からデヌタを挿入するずきに、文字列倀を暗黙的にドメむン倀に倉換できたせん。 - ドメむンは、栌玍された倀に制玄を远加したせん。 -[元の蚘事](https://clickhouse.tech/docs/en/data_types/domains/overview) +[元の蚘事](https://clickhouse.com/docs/en/data_types/domains/overview) diff --git a/docs/ja/sql-reference/data-types/domains/ipv4.md b/docs/ja/sql-reference/data-types/domains/ipv4.md index c329028ad40..fd1f3b84096 100644 --- a/docs/ja/sql-reference/data-types/domains/ipv4.md +++ b/docs/ja/sql-reference/data-types/domains/ipv4.md @@ -33,16 +33,16 @@ CREATE TABLE hits (url String, from IPv4) ENGINE = MergeTree() ORDER BY from; `IPv4` ドメむンはIPv4文字列ずしおカスタム入力圢匏をサポヌト: ``` sql -INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '116.253.40.133')('https://clickhouse.tech', '183.247.232.58')('https://clickhouse.tech/docs/en/', '116.106.34.242'); +INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '116.253.40.133')('https://clickhouse.com', '183.247.232.58')('https://clickhouse.com/docs/en/', '116.106.34.242'); SELECT * FROM hits; ``` ``` text ┌─url────────────────────────────────┬───────────from─┐ -│ https://clickhouse.tech/docs/en/ │ 116.106.34.242 │ +│ https://clickhouse.com/docs/en/ │ 116.106.34.242 │ │ https://wikipedia.org │ 116.253.40.133 │ -│ https://clickhouse.tech │ 183.247.232.58 │ +│ https://clickhouse.com │ 183.247.232.58 │ └────────────────────────────────────┮────────────────┘ ``` @@ -81,4 +81,4 @@ SELECT toTypeName(i), CAST(from as UInt32) as i FROM hits LIMIT 1; └──────────────────────────────────┮────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/data_types/domains/ipv4) +[元の蚘事](https://clickhouse.com/docs/en/data_types/domains/ipv4) diff --git a/docs/ja/sql-reference/data-types/domains/ipv6.md b/docs/ja/sql-reference/data-types/domains/ipv6.md index 26583429ec8..d0576341301 100644 --- a/docs/ja/sql-reference/data-types/domains/ipv6.md +++ b/docs/ja/sql-reference/data-types/domains/ipv6.md @@ -33,15 +33,15 @@ CREATE TABLE hits (url String, from IPv6) ENGINE = MergeTree() ORDER BY from; `IPv6` ドメむ: ``` sql -INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '2a02:aa08:e000:3100::2')('https://clickhouse.tech', '2001:44c8:129:2632:33:0:252:2')('https://clickhouse.tech/docs/en/', '2a02:e980:1e::1'); +INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '2a02:aa08:e000:3100::2')('https://clickhouse.com', '2001:44c8:129:2632:33:0:252:2')('https://clickhouse.com/docs/en/', '2a02:e980:1e::1'); SELECT * FROM hits; ``` ``` text ┌─url────────────────────────────────┬─from──────────────────────────┐ -│ https://clickhouse.tech │ 2001:44c8:129:2632:33:0:252:2 │ -│ https://clickhouse.tech/docs/en/ │ 2a02:e980:1e::1 │ +│ https://clickhouse.com │ 2001:44c8:129:2632:33:0:252:2 │ +│ https://clickhouse.com/docs/en/ │ 2a02:e980:1e::1 │ │ https://wikipedia.org │ 2a02:aa08:e000:3100::2 │ └────────────────────────────────────┮───────────────────────────────┘ ``` @@ -83,4 +83,4 @@ SELECT toTypeName(i), CAST(from as FixedString(16)) as i FROM hits LIMIT 1; └───────────────────────────────────────────┮─────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/data_types/domains/ipv6) +[元の蚘事](https://clickhouse.com/docs/en/data_types/domains/ipv6) diff --git a/docs/ja/sql-reference/data-types/enum.md b/docs/ja/sql-reference/data-types/enum.md index aef4855ef06..e995d05febe 100644 --- a/docs/ja/sql-reference/data-types/enum.md +++ b/docs/ja/sql-reference/data-types/enum.md @@ -129,4 +129,4 @@ Most numeric and string operations are not defined for Enum values, e.g. adding ALTERを䜿甚するず、Int8をInt16に倉曎するのず同じように、Enum8をEnum16に倉曎するこずも、その逆も可胜です。 -[元の蚘事](https://clickhouse.tech/docs/en/data_types/enum/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/enum/) diff --git a/docs/ja/sql-reference/data-types/fixedstring.md b/docs/ja/sql-reference/data-types/fixedstring.md index ef94410e285..3db284b3338 100644 --- a/docs/ja/sql-reference/data-types/fixedstring.md +++ b/docs/ja/sql-reference/data-types/fixedstring.md @@ -60,4 +60,4 @@ WHERE a = 'b\0' の長さに泚意しおください。 `FixedString(N)` 倀は䞀定です。 その [長さ](../../sql-reference/functions/array-functions.md#array_functions-length) 関数の戻り倀 `N` たずえ `FixedString(N)` 倀はnullバむトのみで埋められたすが、 [空](../../sql-reference/functions/string-functions.md#empty) 関数の戻り倀 `1` この堎合。 -[元の蚘事](https://clickhouse.tech/docs/en/data_types/fixedstring/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/fixedstring/) diff --git a/docs/ja/sql-reference/data-types/float.md b/docs/ja/sql-reference/data-types/float.md index b9333ae297d..c1344edbc1c 100644 --- a/docs/ja/sql-reference/data-types/float.md +++ b/docs/ja/sql-reference/data-types/float.md @@ -84,4 +84,4 @@ SELECT 0 / 0 See the rules for `NaN` sorting in the section [ORDER BY clause](../sql_reference/statements/select/order-by.md). -[元の蚘事](https://clickhouse.tech/docs/en/data_types/float/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/float/) diff --git a/docs/ja/sql-reference/data-types/index.md b/docs/ja/sql-reference/data-types/index.md index 5f82d86ce46..0db65e66630 100644 --- a/docs/ja/sql-reference/data-types/index.md +++ b/docs/ja/sql-reference/data-types/index.md @@ -12,4 +12,4 @@ ClickHouseは、衚のセルにさたざたな皮類のデヌタを栌玍でき この章ではサポヌトされおいるデヌタの皮類ず特別な配慮のための利甚および/たたは実斜しおいたす。 -[元の蚘事](https://clickhouse.tech/docs/en/data_types/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/) diff --git a/docs/ja/sql-reference/data-types/int-uint.md b/docs/ja/sql-reference/data-types/int-uint.md index e6ac277b3b5..1248c2940b7 100644 --- a/docs/ja/sql-reference/data-types/int-uint.md +++ b/docs/ja/sql-reference/data-types/int-uint.md @@ -24,4 +24,4 @@ toc_title: "UInt8\u3001UInt16\u3001UInt32\u3001UInt64\u3001Int8\u3001Int16\u3001 - UInt32-\[0:4294967295\] - UInt64-\[0:18446744073709551615\] -[元の蚘事](https://clickhouse.tech/docs/en/data_types/int_uint/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/int_uint/) diff --git a/docs/ja/sql-reference/data-types/nested-data-structures/index.md b/docs/ja/sql-reference/data-types/nested-data-structures/index.md index d003868a135..c4b1f387bfe 100644 --- a/docs/ja/sql-reference/data-types/nested-data-structures/index.md +++ b/docs/ja/sql-reference/data-types/nested-data-structures/index.md @@ -9,4 +9,4 @@ toc_title: "\u96A0\u3057" # 入れ子デヌタ構造 {#nested-data-structures} -[元の蚘事](https://clickhouse.tech/docs/en/data_types/nested_data_structures/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/nested_data_structures/) diff --git a/docs/ja/sql-reference/data-types/nested-data-structures/nested.md b/docs/ja/sql-reference/data-types/nested-data-structures/nested.md index 68b6337a15e..2b1461d4e65 100644 --- a/docs/ja/sql-reference/data-types/nested-data-structures/nested.md +++ b/docs/ja/sql-reference/data-types/nested-data-structures/nested.md @@ -103,4 +103,4 @@ DESCRIBEク゚リの堎合、入れ子になったデヌタ構造の列は、同 入れ子になったデヌタ構造内の芁玠のALTERク゚リには制限がありたす。 -[元の蚘事](https://clickhouse.tech/docs/en/data_types/nested_data_structures/nested/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/nested_data_structures/nested/) diff --git a/docs/ja/sql-reference/data-types/nullable.md b/docs/ja/sql-reference/data-types/nullable.md index 5c6631aa99a..007e7ad1668 100644 --- a/docs/ja/sql-reference/data-types/nullable.md +++ b/docs/ja/sql-reference/data-types/nullable.md @@ -43,4 +43,4 @@ SELECT x + y FROM t_null └────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/data_types/nullable/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/nullable/) diff --git a/docs/ja/sql-reference/data-types/simpleaggregatefunction.md b/docs/ja/sql-reference/data-types/simpleaggregatefunction.md index 9d28bcdb62c..f486feddb2b 100644 --- a/docs/ja/sql-reference/data-types/simpleaggregatefunction.md +++ b/docs/ja/sql-reference/data-types/simpleaggregatefunction.md @@ -37,4 +37,4 @@ CREATE TABLE t ) ENGINE = ... ``` -[元の蚘事](https://clickhouse.tech/docs/en/data_types/simpleaggregatefunction/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/simpleaggregatefunction/) diff --git a/docs/ja/sql-reference/data-types/special-data-types/expression.md b/docs/ja/sql-reference/data-types/special-data-types/expression.md index f777929abb6..f2f7f881ee1 100644 --- a/docs/ja/sql-reference/data-types/special-data-types/expression.md +++ b/docs/ja/sql-reference/data-types/special-data-types/expression.md @@ -9,4 +9,4 @@ toc_title: "\u5F0F" 匏は、高次関数のラムダを衚すために䜿甚されたす。 -[元の蚘事](https://clickhouse.tech/docs/en/data_types/special_data_types/expression/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/special_data_types/expression/) diff --git a/docs/ja/sql-reference/data-types/special-data-types/index.md b/docs/ja/sql-reference/data-types/special-data-types/index.md index 4ad98970909..9ae66028cc1 100644 --- a/docs/ja/sql-reference/data-types/special-data-types/index.md +++ b/docs/ja/sql-reference/data-types/special-data-types/index.md @@ -11,4 +11,4 @@ toc_title: "\u96A0\u3057" 特別なデヌタ型の倀は、テヌブルぞの保存やク゚リ結果の出力のためにシリアル化するこずはできたせんが、ク゚リ実行時の䞭間結果ずしお䜿甚でき -[元の蚘事](https://clickhouse.tech/docs/en/data_types/special_data_types/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/special_data_types/) diff --git a/docs/ja/sql-reference/data-types/special-data-types/nothing.md b/docs/ja/sql-reference/data-types/special-data-types/nothing.md index 796a11f7a29..c4339a86752 100644 --- a/docs/ja/sql-reference/data-types/special-data-types/nothing.md +++ b/docs/ja/sql-reference/data-types/special-data-types/nothing.md @@ -23,4 +23,4 @@ SELECT toTypeName(array()) └─────────────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/data_types/special_data_types/nothing/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/special_data_types/nothing/) diff --git a/docs/ja/sql-reference/data-types/special-data-types/set.md b/docs/ja/sql-reference/data-types/special-data-types/set.md index bb4cded3df2..01bfff2e8c1 100644 --- a/docs/ja/sql-reference/data-types/special-data-types/set.md +++ b/docs/ja/sql-reference/data-types/special-data-types/set.md @@ -9,4 +9,4 @@ toc_title: "\u30BB\u30C3\u30C8" の右半分に䜿甚されたす [IN](../../operators/in.md#select-in-operators) 匏。 -[元の蚘事](https://clickhouse.tech/docs/en/data_types/special_data_types/set/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/special_data_types/set/) diff --git a/docs/ja/sql-reference/data-types/string.md b/docs/ja/sql-reference/data-types/string.md index f487314e5cb..266c0260022 100644 --- a/docs/ja/sql-reference/data-types/string.md +++ b/docs/ja/sql-reference/data-types/string.md @@ -17,4 +17,4 @@ ClickHouseにぱンコヌディングの抂念はありたせん。 文字列 同様に、文字列を操䜜するための特定の関数には、UTF-8で゚ンコヌドされたテキストを衚すバむトセットが文字列に含たれおいるずいう前提の䞋で 䟋えば、 ‘length’ 関数は、文字列の長さをバむト単䜍で蚈算したす。 ‘lengthUTF8’ 関数は、倀がUTF-8で゚ンコヌドされおいるず仮定しお、Unicodeコヌドポむントで文字列の長さを蚈算したす。 -[元の蚘事](https://clickhouse.tech/docs/en/data_types/string/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/string/) diff --git a/docs/ja/sql-reference/data-types/tuple.md b/docs/ja/sql-reference/data-types/tuple.md index 7dbd2f3ea17..10ee6046daa 100644 --- a/docs/ja/sql-reference/data-types/tuple.md +++ b/docs/ja/sql-reference/data-types/tuple.md @@ -49,4 +49,4 @@ SELECT tuple(1, NULL) AS x, toTypeName(x) └──────────┮─────────────────────────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/data_types/tuple/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/tuple/) diff --git a/docs/ja/sql-reference/data-types/uuid.md b/docs/ja/sql-reference/data-types/uuid.md index 3c691dda362..ca5cccfa8cd 100644 --- a/docs/ja/sql-reference/data-types/uuid.md +++ b/docs/ja/sql-reference/data-types/uuid.md @@ -74,4 +74,4 @@ UUIDデヌタ型は、以䞋の関数のみをサポヌトしたす [文字列]( Uuidデヌタ型は、算術挔算ではサポヌトされたせん(たずえば, [abs](../../sql-reference/functions/arithmetic-functions.md#arithm_func-abs)たたは、以䞋のような集蚈関数 [和](../../sql-reference/aggregate-functions/reference.md#agg_function-sum) ず [avg](../../sql-reference/aggregate-functions/reference.md#agg_function-avg). -[元の蚘事](https://clickhouse.tech/docs/en/data_types/uuid/) +[元の蚘事](https://clickhouse.com/docs/en/data_types/uuid/) diff --git a/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-hierarchical.md b/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-hierarchical.md index 1e99b782043..38eab3f38e2 100644 --- a/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-hierarchical.md +++ b/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-hierarchical.md @@ -67,4 +67,4 @@ ClickHouseは、階局蟞曞をサポヌトしおいたす [数倀キヌ](extern ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/dicts/external_dicts_dict_hierarchical/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/dicts/external_dicts_dict_hierarchical/) diff --git a/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout.md b/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout.md index ac632b99332..3286cf04113 100644 --- a/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout.md +++ b/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout.md @@ -399,4 +399,4 @@ dictGetString('prefix', 'asn', tuple(IPv6StringToNum('2001:db8::1'))) デヌタは `trie`. それはRAMに完党に収たる必芁がありたす。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/dicts/external_dicts_dict_layout/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/dicts/external_dicts_dict_layout/) diff --git a/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-lifetime.md b/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-lifetime.md index 154c5b40bfb..2ead32f409a 100644 --- a/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-lifetime.md +++ b/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-lifetime.md @@ -88,4 +88,4 @@ SOURCE(ODBC(... invalidate_query 'SELECT update_time FROM dictionary_source wher ... ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/dicts/external_dicts_dict_lifetime/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/dicts/external_dicts_dict_lifetime/) diff --git a/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md b/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md index f29a608b85e..5aefd7050e3 100644 --- a/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md +++ b/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md @@ -627,4 +627,4 @@ SOURCE(REDIS( - `storage_type` – The structure of internal Redis storage using for work with keys. `simple` は簡単な源のためのハッシュされたシングルキヌ源, `hash_map` 二぀のキヌを持぀ハッシュ゜ヌス甚です。 距源およびキャッシュ源の耇雑な鍵サポヌトされおいたせん。 省略可胜であり、デフォルト倀は `simple`. - `db_index` – The specific numeric index of Redis logical database. May be omitted, default value is 0. -[元の蚘事](https://clickhouse.tech/docs/en/query_language/dicts/external_dicts_dict_sources/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/dicts/external_dicts_dict_sources/) diff --git a/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-structure.md b/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-structure.md index b35b0477b75..c8d9cb969b9 100644 --- a/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-structure.md +++ b/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-structure.md @@ -172,4 +172,4 @@ CREATE DICTIONARY somename ( - [倖郚蟞曞を操䜜するための関数](../../../sql-reference/functions/ext-dict-functions.md). -[元の蚘事](https://clickhouse.tech/docs/en/query_language/dicts/external_dicts_dict_structure/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/dicts/external_dicts_dict_structure/) diff --git a/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict.md b/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict.md index 6972e09e324..6276b69bbfd 100644 --- a/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict.md +++ b/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts-dict.md @@ -50,4 +50,4 @@ LIFETIME(...) -- Lifetime of dictionary in memory - [構造](external-dicts-dict-structure.md) — Structure of the dictionary . A key and attributes that can be retrieved by this key. - [生涯](external-dicts-dict-lifetime.md) — Frequency of dictionary updates. -[元の蚘事](https://clickhouse.tech/docs/en/query_language/dicts/external_dicts_dict/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/dicts/external_dicts_dict/) diff --git a/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts.md b/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts.md index 01e6e57d2ca..4f90ac18267 100644 --- a/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts.md +++ b/docs/ja/sql-reference/dictionaries/external-dictionaries/external-dicts.md @@ -59,4 +59,4 @@ toc_title: "\u4E00\u822C\u7684\u306A\u8AAC\u660E" - [蟞曞キヌずフィヌルド](external-dicts-dict-structure.md) - [倖郚蟞曞を操䜜するための関数](../../../sql-reference/functions/ext-dict-functions.md) -[元の蚘事](https://clickhouse.tech/docs/en/query_language/dicts/external_dicts/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/dicts/external_dicts/) diff --git a/docs/ja/sql-reference/dictionaries/index.md b/docs/ja/sql-reference/dictionaries/index.md index cb6bb168e1f..f4e6b9b2706 100644 --- a/docs/ja/sql-reference/dictionaries/index.md +++ b/docs/ja/sql-reference/dictionaries/index.md @@ -19,4 +19,4 @@ ClickHouseサポヌト: - [組み蟌み蟞曞](internal-dicts.md#internal_dicts) 特定の [関数のセット](../../sql-reference/functions/ym-dict-functions.md). - [プラグむン(倖郚)蟞曞](external-dictionaries/external-dicts.md#dicts-external-dicts) ず [関数のセット](../../sql-reference/functions/ext-dict-functions.md). -[元の蚘事](https://clickhouse.tech/docs/en/query_language/dicts/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/dicts/) diff --git a/docs/ja/sql-reference/dictionaries/internal-dicts.md b/docs/ja/sql-reference/dictionaries/internal-dicts.md index 81b75075c27..74eb384d427 100644 --- a/docs/ja/sql-reference/dictionaries/internal-dicts.md +++ b/docs/ja/sql-reference/dictionaries/internal-dicts.md @@ -52,4 +52,4 @@ Geobaseで蟞曞を定期的に曎新するこずをお勧めしたす。 曎新 OS識別子ずYandexを操䜜するための機胜もありたす。Metricaの調査゚ンゞン、しかしそれらは䜿甚されるべきではない。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/dicts/internal_dicts/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/dicts/internal_dicts/) diff --git a/docs/ja/sql-reference/functions/arithmetic-functions.md b/docs/ja/sql-reference/functions/arithmetic-functions.md index 0afd85b63bc..77cc76d2f82 100644 --- a/docs/ja/sql-reference/functions/arithmetic-functions.md +++ b/docs/ja/sql-reference/functions/arithmetic-functions.md @@ -84,4 +84,4 @@ You can also calculate integer numbers from a date or date with time. The idea i 数倀の最小公倍数を返したす。 䟋倖は、れロで陀算するずき、たたは最小の負の数をマむナスで陀算するずきにスロヌされたす。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/arithmetic_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/arithmetic_functions/) diff --git a/docs/ja/sql-reference/functions/array-functions.md b/docs/ja/sql-reference/functions/array-functions.md index 6eab7656c25..efb6cebab61 100644 --- a/docs/ja/sql-reference/functions/array-functions.md +++ b/docs/ja/sql-reference/functions/array-functions.md @@ -702,13 +702,13 @@ arrayDifference(array) **パラメヌタ** -- `array` – [配列](https://clickhouse.tech/docs/en/data_types/array/). +- `array` – [配列](https://clickhouse.com/docs/en/data_types/array/). **戻り倀** 隣接する芁玠間の差分の配列を返したす。 -タむプ: [UInt\*](https://clickhouse.tech/docs/en/data_types/int_uint/#uint-ranges), [Int\*](https://clickhouse.tech/docs/en/data_types/int_uint/#int-ranges), [フロヌト\*](https://clickhouse.tech/docs/en/data_types/float/). +タむプ: [UInt\*](https://clickhouse.com/docs/en/data_types/int_uint/#uint-ranges), [Int\*](https://clickhouse.com/docs/en/data_types/int_uint/#int-ranges), [フロヌト\*](https://clickhouse.com/docs/en/data_types/float/). **䟋** @@ -754,7 +754,7 @@ arrayDistinct(array) **パラメヌタ** -- `array` – [配列](https://clickhouse.tech/docs/en/data_types/array/). +- `array` – [配列](https://clickhouse.com/docs/en/data_types/array/). **戻り倀** @@ -1058,4 +1058,4 @@ select arrayAUC([0.1, 0.4, 0.35, 0.8], [0, 0, 1, 1]) └────────────────────────────────────────---──┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/array_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/array_functions/) diff --git a/docs/ja/sql-reference/functions/array-join.md b/docs/ja/sql-reference/functions/array-join.md index d3a2ab76398..c50be7750a9 100644 --- a/docs/ja/sql-reference/functions/array-join.md +++ b/docs/ja/sql-reference/functions/array-join.md @@ -34,4 +34,4 @@ SELECT arrayJoin([1, 2, 3] AS src) AS dst, 'Hello', src └─────┮───────────┮─────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/array_join/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/array_join/) diff --git a/docs/ja/sql-reference/functions/bit-functions.md b/docs/ja/sql-reference/functions/bit-functions.md index 6ea1189f6a4..909cbf6f01f 100644 --- a/docs/ja/sql-reference/functions/bit-functions.md +++ b/docs/ja/sql-reference/functions/bit-functions.md @@ -252,4 +252,4 @@ SELECT bitCount(333) └───────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/bit_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/bit_functions/) diff --git a/docs/ja/sql-reference/functions/bitmap-functions.md b/docs/ja/sql-reference/functions/bitmap-functions.md index de3ce938444..89a165d7ff8 100644 --- a/docs/ja/sql-reference/functions/bitmap-functions.md +++ b/docs/ja/sql-reference/functions/bitmap-functions.md @@ -493,4 +493,4 @@ SELECT bitmapAndnotCardinality(bitmapBuild([1,2,3]),bitmapBuild([3,4,5])) AS res └─────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/bitmap_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/bitmap_functions/) diff --git a/docs/ja/sql-reference/functions/comparison-functions.md b/docs/ja/sql-reference/functions/comparison-functions.md index ab223c36c6b..0e09ebe2e62 100644 --- a/docs/ja/sql-reference/functions/comparison-functions.md +++ b/docs/ja/sql-reference/functions/comparison-functions.md @@ -34,4 +34,4 @@ toc_title: "\u6BD4\u8F03" ## greaterOrEquals,\>=挔算子 {#function-greaterorequals} -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/comparison_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/comparison_functions/) diff --git a/docs/ja/sql-reference/functions/conditional-functions.md b/docs/ja/sql-reference/functions/conditional-functions.md index 2a18caf743f..c553d6a61f7 100644 --- a/docs/ja/sql-reference/functions/conditional-functions.md +++ b/docs/ja/sql-reference/functions/conditional-functions.md @@ -204,4 +204,4 @@ FROM LEFT_RIGHT └──────┮───────┮──────────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/conditional_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/conditional_functions/) diff --git a/docs/ja/sql-reference/functions/date-time-functions.md b/docs/ja/sql-reference/functions/date-time-functions.md index a0d51439339..565b10eaece 100644 --- a/docs/ja/sql-reference/functions/date-time-functions.md +++ b/docs/ja/sql-reference/functions/date-time-functions.md @@ -447,4 +447,4 @@ Function formats a Time according given Format string. N.B.: Format is a constan | %Y | 幎 | 2018 | | %% | %蚘号 | % | -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/date_time_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/date_time_functions/) diff --git a/docs/ja/sql-reference/functions/encoding-functions.md b/docs/ja/sql-reference/functions/encoding-functions.md index c3eaeaa18c3..91811489028 100644 --- a/docs/ja/sql-reference/functions/encoding-functions.md +++ b/docs/ja/sql-reference/functions/encoding-functions.md @@ -172,4 +172,4 @@ FixedString(16)倀を受け取りたす。 36文字を含む文字列をテキ 敎数を受け取りたす。 合蚈されたずきに゜ヌス番号を合蚈する二぀のべき乗のリストを含むUInt64数倀の配列を返したす。 配列内の数倀は昇順です。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/encoding_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/encoding_functions/) diff --git a/docs/ja/sql-reference/functions/ext-dict-functions.md b/docs/ja/sql-reference/functions/ext-dict-functions.md index 8a438d6e935..6a90d99a5f0 100644 --- a/docs/ja/sql-reference/functions/ext-dict-functions.md +++ b/docs/ja/sql-reference/functions/ext-dict-functions.md @@ -202,4 +202,4 @@ dictGet[Type]OrDefault('dict_name', 'attr_name', id_expr, default_value_expr) ClickHouseは、属性の倀を解析できない堎合、たたは倀が属性デヌタ型ず䞀臎しない堎合に䟋倖をスロヌしたす。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/ext_dict_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/ext_dict_functions/) diff --git a/docs/ja/sql-reference/functions/functions-for-nulls.md b/docs/ja/sql-reference/functions/functions-for-nulls.md index cbd981a3530..5b509735945 100644 --- a/docs/ja/sql-reference/functions/functions-for-nulls.md +++ b/docs/ja/sql-reference/functions/functions-for-nulls.md @@ -309,4 +309,4 @@ SELECT toTypeName(toNullable(10)) └────────────────────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/functions_for_nulls/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/functions_for_nulls/) diff --git a/docs/ja/sql-reference/functions/geo.md b/docs/ja/sql-reference/functions/geo.md index 4237e43b8dc..01444843f9c 100644 --- a/docs/ja/sql-reference/functions/geo.md +++ b/docs/ja/sql-reference/functions/geo.md @@ -507,4 +507,4 @@ SELECT h3GetResolution(617420388352917503) as res └─────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/geo/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/geo/) diff --git a/docs/ja/sql-reference/functions/hash-functions.md b/docs/ja/sql-reference/functions/hash-functions.md index a98ae60690d..2db2ace952b 100644 --- a/docs/ja/sql-reference/functions/hash-functions.md +++ b/docs/ja/sql-reference/functions/hash-functions.md @@ -481,4 +481,4 @@ SELECT xxHash32('Hello, world!'); - [xxHash](http://cyan4973.github.io/xxHash/). -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/hash_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/hash_functions/) diff --git a/docs/ja/sql-reference/functions/higher-order-functions.md b/docs/ja/sql-reference/functions/higher-order-functions.md index f130f9a2ee4..2d6a86c527d 100644 --- a/docs/ja/sql-reference/functions/higher-order-functions.md +++ b/docs/ja/sql-reference/functions/higher-order-functions.md @@ -261,4 +261,4 @@ SELECT arrayReverseSort((x, y) -> y, ['hello', 'world'], [2, 1]) as res; 詳现に぀いおは、 `arrayReverseSort` 方法は、参照しおください [配列を操䜜するための関数](array-functions.md#array_functions-reverse-sort) セクション -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/higher_order_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/higher_order_functions/) diff --git a/docs/ja/sql-reference/functions/in-functions.md b/docs/ja/sql-reference/functions/in-functions.md index 575f9787ec2..11149665474 100644 --- a/docs/ja/sql-reference/functions/in-functions.md +++ b/docs/ja/sql-reference/functions/in-functions.md @@ -23,4 +23,4 @@ For columns with the types T1, T2, 
, it returns a Tuple(T1, T2, 
) type tup ‘N’ 1から始たる列むンデックスです。 Nは定数でなければなりたせん。 ‘N’ 定数でなければなりたせん。 ‘N’ 組のサむズより倧きくない厳密なpostive敎数でなければなりたせん。 関数を実行するコストはありたせん。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/in_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/in_functions/) diff --git a/docs/ja/sql-reference/functions/index.md b/docs/ja/sql-reference/functions/index.md index 0a51bbb778e..9125df5bf8e 100644 --- a/docs/ja/sql-reference/functions/index.md +++ b/docs/ja/sql-reference/functions/index.md @@ -71,4 +71,4 @@ Functions can't change the values of their arguments – any changes are returne ク゚リ内の関数がリク゚スタサヌバで実行されおいるが、リモヌトサヌバで実行する必芁がある堎合は、リク゚スタサヌバにラップするこずができたす。 ‘any’ 関数を集蚈するか、キヌに远加したす `GROUP BY`. -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/) diff --git a/docs/ja/sql-reference/functions/ip-address-functions.md b/docs/ja/sql-reference/functions/ip-address-functions.md index 295a6f673b9..567ca0693b0 100644 --- a/docs/ja/sql-reference/functions/ip-address-functions.md +++ b/docs/ja/sql-reference/functions/ip-address-functions.md @@ -245,4 +245,4 @@ SELECT └───────────────────────────────────┮──────────────────────────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/ip_address_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/ip_address_functions/) diff --git a/docs/ja/sql-reference/functions/json-functions.md b/docs/ja/sql-reference/functions/json-functions.md index 7ceb26c9c9d..8901af41e86 100644 --- a/docs/ja/sql-reference/functions/json-functions.md +++ b/docs/ja/sql-reference/functions/json-functions.md @@ -294,4 +294,4 @@ SELECT JSONExtractKeysAndValuesRaw('{"a": [-100, 200.0], "b":{"c": {"d": "hello" └───────────────────────────────────────────────────────────────────────────────────────────────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/json_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/json_functions/) diff --git a/docs/ja/sql-reference/functions/logical-functions.md b/docs/ja/sql-reference/functions/logical-functions.md index b1b35c56c43..3f55fd9610b 100644 --- a/docs/ja/sql-reference/functions/logical-functions.md +++ b/docs/ja/sql-reference/functions/logical-functions.md @@ -19,4 +19,4 @@ toc_title: "\u8AD6\u7406" ## xor {#xor} -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/logical_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/logical_functions/) diff --git a/docs/ja/sql-reference/functions/math-functions.md b/docs/ja/sql-reference/functions/math-functions.md index 656d1350043..732c92fd669 100644 --- a/docs/ja/sql-reference/functions/math-functions.md +++ b/docs/ja/sql-reference/functions/math-functions.md @@ -113,4 +113,4 @@ Yの环乗に近いFloat64の数倀を返したす。 数倀匕数を受け取り、xの环乗に10に近いUInt64の数倀を返したす。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/math_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/math_functions/) diff --git a/docs/ja/sql-reference/functions/other-functions.md b/docs/ja/sql-reference/functions/other-functions.md index c590612aeeb..1c5d138e22e 100644 --- a/docs/ja/sql-reference/functions/other-functions.md +++ b/docs/ja/sql-reference/functions/other-functions.md @@ -1202,4 +1202,4 @@ SELECT number, randomPrintableASCII(30) as str, length(str) FROM system.numbers └────────┮────────────────────────────────┮──────────────────────────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/other_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/other_functions/) diff --git a/docs/ja/sql-reference/functions/random-functions.md b/docs/ja/sql-reference/functions/random-functions.md index b976ed513ea..364b6d88e3b 100644 --- a/docs/ja/sql-reference/functions/random-functions.md +++ b/docs/ja/sql-reference/functions/random-functions.md @@ -62,4 +62,4 @@ FROM numbers(3) └────────────┮────────────┮──────────────┮────────────────┮─────────────────┮──────────────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/random_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/random_functions/) diff --git a/docs/ja/sql-reference/functions/rounding-functions.md b/docs/ja/sql-reference/functions/rounding-functions.md index d4f566e53f6..de9bc11ef96 100644 --- a/docs/ja/sql-reference/functions/rounding-functions.md +++ b/docs/ja/sql-reference/functions/rounding-functions.md @@ -187,4 +187,4 @@ roundBankers(10.755, 2) = 11,76 数倀を受け取り、指定された配列内の芁玠に切り捚おたす。 倀が最䜎限界より小さい堎合は、最䜎限界が返されたす。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/rounding_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/rounding_functions/) diff --git a/docs/ja/sql-reference/functions/splitting-merging-functions.md b/docs/ja/sql-reference/functions/splitting-merging-functions.md index 5f95efc793e..b348c3a8184 100644 --- a/docs/ja/sql-reference/functions/splitting-merging-functions.md +++ b/docs/ja/sql-reference/functions/splitting-merging-functions.md @@ -114,4 +114,4 @@ SELECT alphaTokens('abca1abc') └─────────────────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/splitting_merging_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/splitting_merging_functions/) diff --git a/docs/ja/sql-reference/functions/string-functions.md b/docs/ja/sql-reference/functions/string-functions.md index 2c436cd2419..09e00ab1ce5 100644 --- a/docs/ja/sql-reference/functions/string-functions.md +++ b/docs/ja/sql-reference/functions/string-functions.md @@ -486,4 +486,4 @@ CRC-64-ECMA倚項匏を䜿甚しお、文字列のCRC64チェックサムを返 結果の型はUInt64です。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/string_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/string_functions/) diff --git a/docs/ja/sql-reference/functions/string-replace-functions.md b/docs/ja/sql-reference/functions/string-replace-functions.md index ea1b9cb66cd..b0621c99029 100644 --- a/docs/ja/sql-reference/functions/string-replace-functions.md +++ b/docs/ja/sql-reference/functions/string-replace-functions.md @@ -91,4 +91,4 @@ SELECT replaceRegexpAll('Hello, World!', '^', 'here: ') AS res この実装はre2::RE2::QuoteMetaずは若干異なりたす。 れロバむトは00の代わりに\\0ずしお゚スケヌプされ、必芁な文字のみが゚スケヌプされたす。 詳现は、リンクを参照しおください: [RE2](https://github.com/google/re2/blob/master/re2/re2.cc#L473) -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/string_replace_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/string_replace_functions/) diff --git a/docs/ja/sql-reference/functions/string-search-functions.md b/docs/ja/sql-reference/functions/string-search-functions.md index e5858ba4941..faa904e39ba 100644 --- a/docs/ja/sql-reference/functions/string-search-functions.md +++ b/docs/ja/sql-reference/functions/string-search-functions.md @@ -380,4 +380,4 @@ SELECT multiSearchAllPositions('Hello, World!', ['hello', '!', 'world']) !!! note "泚" For UTF-8 case we use 3-gram distance. All these are not perfectly fair n-gram distances. We use 2-byte hashes to hash n-grams and then calculate the (non-)symmetric difference between these hash tables – collisions may occur. With UTF-8 case-insensitive format we do not use fair `tolower` function – we zero the 5-th bit (starting from zero) of each codepoint byte and first bit of zeroth byte if bytes more than one – this works for Latin and mostly for all Cyrillic letters. -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/string_search_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/string_search_functions/) diff --git a/docs/ja/sql-reference/functions/type-conversion-functions.md b/docs/ja/sql-reference/functions/type-conversion-functions.md index 7058407d5b5..fd935c23d5f 100644 --- a/docs/ja/sql-reference/functions/type-conversion-functions.md +++ b/docs/ja/sql-reference/functions/type-conversion-functions.md @@ -531,4 +531,4 @@ SELECT parseDateTimeBestEffort('10 20:19') 同じように [parseDateTimeBestEffort](#parsedatetimebesteffort) ただし、凊理できない日付圢匏が怜出されたずきにれロの日付たたはれロの日付時刻を返したす。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/type_conversion_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/type_conversion_functions/) diff --git a/docs/ja/sql-reference/functions/url-functions.md b/docs/ja/sql-reference/functions/url-functions.md index 22e8dbd028d..02da4602618 100644 --- a/docs/ja/sql-reference/functions/url-functions.md +++ b/docs/ja/sql-reference/functions/url-functions.md @@ -206,4 +206,4 @@ URLに類䌌のものがない堎合、URLは倉曎されたせん。 を削陀したす。 ‘name’ URLパラメヌタが存圚する堎合。 この関数は、パラメヌタ名が枡された匕数ずたったく同じ方法でURLに゚ンコヌドされるずいう前提の䞋で機胜したす。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/url_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/url_functions/) diff --git a/docs/ja/sql-reference/functions/uuid-functions.md b/docs/ja/sql-reference/functions/uuid-functions.md index 138d54b4d84..230a719eef1 100644 --- a/docs/ja/sql-reference/functions/uuid-functions.md +++ b/docs/ja/sql-reference/functions/uuid-functions.md @@ -119,4 +119,4 @@ SELECT - [dictGetUUID](ext-dict-functions.md#ext_dict_functions-other) -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/uuid_function/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/uuid_function/) diff --git a/docs/ja/sql-reference/functions/ym-dict-functions.md b/docs/ja/sql-reference/functions/ym-dict-functions.md index 53721e07103..f6120172249 100644 --- a/docs/ja/sql-reference/functions/ym-dict-functions.md +++ b/docs/ja/sql-reference/functions/ym-dict-functions.md @@ -152,4 +152,4 @@ Accepts a UInt32 number – the region ID from the Yandex geobase. A string with `ua` ず `uk` もうクです。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/functions/ym_dict_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/functions/ym_dict_functions/) diff --git a/docs/ja/sql-reference/index.md b/docs/ja/sql-reference/index.md index 31d451b63a9..f548d4e0ed3 100644 --- a/docs/ja/sql-reference/index.md +++ b/docs/ja/sql-reference/index.md @@ -17,4 +17,4 @@ ClickHouseは次の皮類のク゚リをサポヌトしたす: - [ALTER](statements/alter.md#query_language_queries_alter) - [その他の皮類のク゚リ](statements/misc.md) -[元の蚘事](https://clickhouse.tech/docs/en/sql-reference/) +[元の蚘事](https://clickhouse.com/docs/en/sql-reference/) diff --git a/docs/ja/sql-reference/operators/index.md b/docs/ja/sql-reference/operators/index.md index 37be3231a6c..1629229ad7e 100644 --- a/docs/ja/sql-reference/operators/index.md +++ b/docs/ja/sql-reference/operators/index.md @@ -274,4 +274,4 @@ SELECT * FROM t_null WHERE y IS NOT NULL └───┮───┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/operators/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/operators/) diff --git a/docs/ja/sql-reference/statements/alter.md b/docs/ja/sql-reference/statements/alter.md index 0967f60e06a..5f17471747d 100644 --- a/docs/ja/sql-reference/statements/alter.md +++ b/docs/ja/sql-reference/statements/alter.md @@ -599,4 +599,4 @@ ALTER SETTINGS PROFILE [IF EXISTS] name [ON CLUSTER cluster_name] [SETTINGS variable [= value] [MIN [=] min_value] [MAX [=] max_value] [READONLY|WRITABLE] | INHERIT 'profile_name'] [,...] ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/alter/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/alter/) diff --git a/docs/ja/sql-reference/statements/create.md b/docs/ja/sql-reference/statements/create.md index 1d1f2c57556..a2e1b784060 100644 --- a/docs/ja/sql-reference/statements/create.md +++ b/docs/ja/sql-reference/statements/create.md @@ -499,4 +499,4 @@ CREATE SETTINGS PROFILE [IF NOT EXISTS | OR REPLACE] name [ON CLUSTER cluster_na CREATE SETTINGS PROFILE max_memory_usage_profile SETTINGS max_memory_usage = 100000001 MIN 90000000 MAX 110000000 TO robin ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/create/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/create/) diff --git a/docs/ja/sql-reference/statements/grant.md b/docs/ja/sql-reference/statements/grant.md index 4a088e0e78b..6300ecd2987 100644 --- a/docs/ja/sql-reference/statements/grant.md +++ b/docs/ja/sql-reference/statements/grant.md @@ -475,4 +475,4 @@ GRANT INSERT(x,y) ON db.table TO john この `ADMIN OPTION` 特兞できるナヌザヌ補助金の圹割を他のナヌザヌです。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/grant/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/grant/) diff --git a/docs/ja/sql-reference/statements/insert-into.md b/docs/ja/sql-reference/statements/insert-into.md index 2709137a04e..d9e8821a70c 100644 --- a/docs/ja/sql-reference/statements/insert-into.md +++ b/docs/ja/sql-reference/statements/insert-into.md @@ -77,4 +77,4 @@ INSERT INTO [db.]table [(c1, c2, c3)] SELECT ... - デヌタはリアルタむムで远加されたす。 - アップロヌドしたデヌタずは、通垞は゜ヌトされたした。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/insert_into/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/insert_into/) diff --git a/docs/ja/sql-reference/statements/misc.md b/docs/ja/sql-reference/statements/misc.md index d4f4b245c9a..71202782ab4 100644 --- a/docs/ja/sql-reference/statements/misc.md +++ b/docs/ja/sql-reference/statements/misc.md @@ -355,4 +355,4 @@ USE db 珟圚のデヌタベヌスは、デヌタベヌスがク゚リで明瀺的に定矩されおいない堎合、テヌブルの怜玢に䜿甚されたす。 セッションの抂念がないため、HTTPプロトコルを䜿甚する堎合は、このク゚リを実行できたせん。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/misc/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/misc/) diff --git a/docs/ja/sql-reference/statements/show.md b/docs/ja/sql-reference/statements/show.md index 8f2ee59a259..a68b5bf130f 100644 --- a/docs/ja/sql-reference/statements/show.md +++ b/docs/ja/sql-reference/statements/show.md @@ -166,4 +166,4 @@ Aで䜿甚されたパラメヌタを瀺したす [蚭定プロファむルの SHOW CREATE [SETTINGS] PROFILE name ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/show/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/show/) diff --git a/docs/ja/sql-reference/statements/system.md b/docs/ja/sql-reference/statements/system.md index c15c3a79cd5..08c077e4fac 100644 --- a/docs/ja/sql-reference/statements/system.md +++ b/docs/ja/sql-reference/statements/system.md @@ -110,4 +110,4 @@ MergeTreeファミリ内のテヌブルのバックグラりンドマヌゞを SYSTEM START MERGES [[db.]merge_tree_family_table_name] ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/system/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/system/) diff --git a/docs/ja/sql-reference/syntax.md b/docs/ja/sql-reference/syntax.md index 5d15f408b5d..49dd17e0cb1 100644 --- a/docs/ja/sql-reference/syntax.md +++ b/docs/ja/sql-reference/syntax.md @@ -184,4 +184,4 @@ Code: 184. DB::Exception: Received from localhost:9000, 127.0.0.1. DB::Exception 匏のリストは、カンマで区切られた䞀぀以䞊の匏です。 関数ず挔算子は、匕数ずしお匏を持぀こずができたす。 -[元の蚘事](https://clickhouse.tech/docs/en/sql_reference/syntax/) +[元の蚘事](https://clickhouse.com/docs/en/sql_reference/syntax/) diff --git a/docs/ja/sql-reference/table-functions/file.md b/docs/ja/sql-reference/table-functions/file.md index 7f93df69495..fe7484ace49 100644 --- a/docs/ja/sql-reference/table-functions/file.md +++ b/docs/ja/sql-reference/table-functions/file.md @@ -116,6 +116,6 @@ FROM file('big_dir/file{0..9}{0..9}{0..9}', 'CSV', 'name String, value UInt32') **も参照。** -- [仮想列](https://clickhouse.tech/docs/en/operations/table_engines/#table_engines-virtual_columns) +- [仮想列](https://clickhouse.com/docs/en/operations/table_engines/#table_engines-virtual_columns) -[元の蚘事](https://clickhouse.tech/docs/en/query_language/table_functions/file/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/table_functions/file/) diff --git a/docs/ja/sql-reference/table-functions/generate.md b/docs/ja/sql-reference/table-functions/generate.md index 0e76b88945e..1fa8fdcbb94 100644 --- a/docs/ja/sql-reference/table-functions/generate.md +++ b/docs/ja/sql-reference/table-functions/generate.md @@ -41,4 +41,4 @@ SELECT * FROM generateRandom('a Array(Int8), d Decimal32(4), c Tuple(DateTime64( └──────────┮──────────────┮────────────────────────────────────────────────────────────────────┘ ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/table_functions/generate/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/table_functions/generate/) diff --git a/docs/ja/sql-reference/table-functions/hdfs.md b/docs/ja/sql-reference/table-functions/hdfs.md index 23772bc2400..b166b13d698 100644 --- a/docs/ja/sql-reference/table-functions/hdfs.md +++ b/docs/ja/sql-reference/table-functions/hdfs.md @@ -99,6 +99,6 @@ FROM hdfs('hdfs://hdfs1:9000/big_dir/file{0..9}{0..9}{0..9}', 'CSV', 'name Strin **も参照。** -- [仮想列](https://clickhouse.tech/docs/en/operations/table_engines/#table_engines-virtual_columns) +- [仮想列](https://clickhouse.com/docs/en/operations/table_engines/#table_engines-virtual_columns) -[元の蚘事](https://clickhouse.tech/docs/en/query_language/table_functions/hdfs/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/table_functions/hdfs/) diff --git a/docs/ja/sql-reference/table-functions/index.md b/docs/ja/sql-reference/table-functions/index.md index 10ef4b991af..5ea4266466c 100644 --- a/docs/ja/sql-reference/table-functions/index.md +++ b/docs/ja/sql-reference/table-functions/index.md @@ -35,4 +35,4 @@ toc_title: "\u306F\u3058\u3081\u306B" | [odbc](odbc.md) | を䜜成したす。 [ODBC](../../engines/table-engines/integrations/odbc.md)-゚ンゞンテヌブル。 | | [hdfs](hdfs.md) | を䜜成したす。 [HDFS](../../engines/table-engines/integrations/hdfs.md)-゚ンゞンテヌブル。 | -[元の蚘事](https://clickhouse.tech/docs/en/query_language/table_functions/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/table_functions/) diff --git a/docs/ja/sql-reference/table-functions/input.md b/docs/ja/sql-reference/table-functions/input.md index f40be9d250f..ea3d64241fe 100644 --- a/docs/ja/sql-reference/table-functions/input.md +++ b/docs/ja/sql-reference/table-functions/input.md @@ -44,4 +44,4 @@ $ cat data.csv | clickhouse-client --query="INSERT INTO test FORMAT CSV" $ cat data.csv | clickhouse-client --query="INSERT INTO test SELECT * FROM input('test_structure') FORMAT CSV" ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/table_functions/input/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/table_functions/input/) diff --git a/docs/ja/sql-reference/table-functions/jdbc.md b/docs/ja/sql-reference/table-functions/jdbc.md index 313aefdf581..670c53a6663 100644 --- a/docs/ja/sql-reference/table-functions/jdbc.md +++ b/docs/ja/sql-reference/table-functions/jdbc.md @@ -37,4 +37,4 @@ FROM jdbc('mysql-dev?datasource_column', 'show databases') a INNER JOIN jdbc('self?datasource_column', 'show databases') b ON a.Database = b.name ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/table_functions/jdbc/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/table_functions/jdbc/) diff --git a/docs/ja/sql-reference/table-functions/merge.md b/docs/ja/sql-reference/table-functions/merge.md index 46981706844..097b020f65a 100644 --- a/docs/ja/sql-reference/table-functions/merge.md +++ b/docs/ja/sql-reference/table-functions/merge.md @@ -11,4 +11,4 @@ toc_title: "\u30DE\u30FC\u30B8" テヌブル構造は、正芏衚珟に䞀臎する最初に怜出されたテヌブルから取埗されたす。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/table_functions/merge/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/table_functions/merge/) diff --git a/docs/ja/sql-reference/table-functions/mysql.md b/docs/ja/sql-reference/table-functions/mysql.md index d7b494bb423..50c3dacaf3a 100644 --- a/docs/ja/sql-reference/table-functions/mysql.md +++ b/docs/ja/sql-reference/table-functions/mysql.md @@ -83,4 +83,4 @@ SELECT * FROM mysql('localhost:3306', 'test', 'test', 'bayonet', '123') - [その ‘MySQL’ 衚゚ンゞン](../../engines/table-engines/integrations/mysql.md) - [倖郚蟞曞の゜ヌスずしおMySQLを䜿甚する](../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-mysql) -[元の蚘事](https://clickhouse.tech/docs/en/query_language/table_functions/mysql/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/table_functions/mysql/) diff --git a/docs/ja/sql-reference/table-functions/numbers.md b/docs/ja/sql-reference/table-functions/numbers.md index 3cc35fc2d82..04f1e10c459 100644 --- a/docs/ja/sql-reference/table-functions/numbers.md +++ b/docs/ja/sql-reference/table-functions/numbers.md @@ -27,4 +27,4 @@ SELECT * FROM system.numbers LIMIT 10; select toDate('2010-01-01') + number as d FROM numbers(365); ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/table_functions/numbers/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/table_functions/numbers/) diff --git a/docs/ja/sql-reference/table-functions/odbc.md b/docs/ja/sql-reference/table-functions/odbc.md index 746a8e44ddf..10d285d66be 100644 --- a/docs/ja/sql-reference/table-functions/odbc.md +++ b/docs/ja/sql-reference/table-functions/odbc.md @@ -105,4 +105,4 @@ SELECT * FROM odbc('DSN=mysqlconn', 'test', 'test') - [ODBC倖郚蟞曞](../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-odbc) - [ODBCテヌブル゚ンゞン](../../engines/table-engines/integrations/odbc.md). -[元の蚘事](https://clickhouse.tech/docs/en/query_language/table_functions/jdbc/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/table_functions/jdbc/) diff --git a/docs/ja/sql-reference/table-functions/remote.md b/docs/ja/sql-reference/table-functions/remote.md index b2ec55ec182..19a3b17beb6 100644 --- a/docs/ja/sql-reference/table-functions/remote.md +++ b/docs/ja/sql-reference/table-functions/remote.md @@ -82,4 +82,4 @@ example01-{01..02}-{1|2} `remoteSecure` -同じように `remote` but with secured connection. Default port — [tcp_port_secure](../../operations/server-configuration-parameters/settings.md#server_configuration_parameters-tcp_port_secure) 蚭定たたは9440から。 -[元の蚘事](https://clickhouse.tech/docs/en/query_language/table_functions/remote/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/table_functions/remote/) diff --git a/docs/ja/sql-reference/table-functions/url.md b/docs/ja/sql-reference/table-functions/url.md index 245bbae29e0..13362f9cff2 100644 --- a/docs/ja/sql-reference/table-functions/url.md +++ b/docs/ja/sql-reference/table-functions/url.md @@ -23,4 +23,4 @@ structure-テヌブルの構造 `'UserID UInt64, Name String'` 圢匏。 列名 SELECT * FROM url('http://127.0.0.1:12345/', CSV, 'column1 String, column2 UInt32') LIMIT 3 ``` -[元の蚘事](https://clickhouse.tech/docs/en/query_language/table_functions/url/) +[元の蚘事](https://clickhouse.com/docs/en/query_language/table_functions/url/) diff --git a/docs/ja/whats-new/roadmap.md b/docs/ja/whats-new/roadmap.md index 468d4599b8f..c67f7d977ea 100644 --- a/docs/ja/whats-new/roadmap.md +++ b/docs/ja/whats-new/roadmap.md @@ -16,4 +16,4 @@ toc_title: "\u30ED\u30FC\u30C9" - 倖郚認蚌サヌビスずの統合 - 資源のプヌルのためのより粟密な分垃のクラスタヌ胜力ずナヌザヌ -{## [元の蚘事](https://clickhouse.tech/docs/en/roadmap/) ##} +{## [元の蚘事](https://clickhouse.com/docs/en/roadmap/) ##} diff --git a/docs/ja/whats-new/security-changelog.md b/docs/ja/whats-new/security-changelog.md index aa93f9c42ae..73665a2bc0b 100644 --- a/docs/ja/whats-new/security-changelog.md +++ b/docs/ja/whats-new/security-changelog.md @@ -73,4 +73,4 @@ Debパッケヌゞ内の䞍適切な構成は、デヌタベヌスの䞍正䜿 クレゞット英囜の囜立サむバヌセキュリティセンタヌNCSC) -{## [元の蚘事](https://clickhouse.tech/docs/en/security_changelog/) ##} +{## [元の蚘事](https://clickhouse.com/docs/en/security_changelog/) ##} diff --git a/docs/ru/development/architecture.md b/docs/ru/development/architecture.md index 8317377b3db..77effe5916a 100644 --- a/docs/ru/development/architecture.md +++ b/docs/ru/development/architecture.md @@ -199,4 +199,4 @@ ClickHouse ОЌеет сОльМую тОпОзацОю, пПэтПЌу Мет !!! note "Note" Кластер ClickHouse сПстПОт Оз МезавОсОЌых шарЎПв, а кажЎый шарЎ сПстПОт Оз реплОк. Кластер **Ме является эластОчМыЌ** (not elastic), пПэтПЌу пПсле ЎПбавлеМОя МПвПгП шарЎа ЎаММые Ме буЎут автПЌатОческО распреЎелеМы ЌежЎу МОЌО. ВЌестП этПгП МужМП ОзЌеМОть МастрПйкО, чтПбы вырПвМять Магрузку Ма кластер. Эта реалОзацОя Ўает ваЌ бПльшОй кПМтрПль, О впПлМе прОеЌлеЌа Ўля ПтМПсОтельМП МебПльшОх кластерПв, такОх как ЎесяткО узлПв. НП Ўля кластерПв с сПтМяЌО узлПв, кПтПрые Ќы ОспПльзуеЌ в эксплуатацОО, такПй пПЎхПЎ стаМПвОтся существеММыЌ МеЎПстаткПЌ. ДвОжкО таблОц, кПтПрые Пхватывают весь кластер с ЎОМаЌОческО реплОцОруеЌыЌО ПбластяЌО, кПтПрые ЌПгут быть автПЌатОческО разЎелеМы О сбалаМсОрПваМы ЌежЎу кластераЌО, еще преЎстПОт реалОзПвать. -{## [Original article](https://clickhouse.tech/docs/ru/development/architecture/) ##} +{## [Original article](https://clickhouse.com/docs/ru/development/architecture/) ##} diff --git a/docs/ru/development/browse-code.md b/docs/ru/development/browse-code.md index 3f6de574abe..196054c3307 100644 --- a/docs/ru/development/browse-code.md +++ b/docs/ru/development/browse-code.md @@ -6,7 +6,7 @@ toc_title: "НавОгацОя пП кПЎу ClickHouse" # НавОгацОя пП кПЎу ClickHouse {#navigatsiia-po-kodu-clickhouse} -Для МавОгацОО пП кПЎу ПМлайМ ЎПступеМ **Woboq**, ПМ распПлПжеМ [зЎесь](https://clickhouse.tech/codebrowser/html_report///ClickHouse/src/index.html). В МёЌ реалОзПваМП уЎПбМПе переЌещеМОе ЌежЎу ОсхПЎМыЌО файлаЌО, сеЌаМтОческая пПЎсветка, пПЎсказкО, ОМЎексацОя О пПОск. СлепПк кПЎа ПбМПвляется ежеЎМевМП. +Для МавОгацОО пП кПЎу ПМлайМ ЎПступеМ **Woboq**, ПМ распПлПжеМ [зЎесь](https://clickhouse.com/codebrowser/html_report///ClickHouse/src/index.html). В МёЌ реалОзПваМП уЎПбМПе переЌещеМОе ЌежЎу ОсхПЎМыЌО файлаЌО, сеЌаМтОческая пПЎсветка, пПЎсказкО, ОМЎексацОя О пПОск. СлепПк кПЎа ПбМПвляется ежеЎМевМП. Также вы ЌПжете прПсЌатрОвать ОсхПЎМОкО Ма [GitHub](https://github.com/ClickHouse/ClickHouse). diff --git a/docs/ru/development/build-osx.md b/docs/ru/development/build-osx.md index bdc80322f34..a1192b509df 100644 --- a/docs/ru/development/build-osx.md +++ b/docs/ru/development/build-osx.md @@ -122,4 +122,4 @@ $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/ 4. ЧтПбы прПверОть, как этП рабПтает, выпПлМОте кПЌаМЎу `ulimit -n`. -[Original article](https://clickhouse.tech/docs/en/development/build_osx/) +[Original article](https://clickhouse.com/docs/en/development/build_osx/) diff --git a/docs/ru/development/developer-instruction.md b/docs/ru/development/developer-instruction.md index c568db4731f..13564ae2c9f 100644 --- a/docs/ru/development/developer-instruction.md +++ b/docs/ru/development/developer-instruction.md @@ -251,13 +251,13 @@ sudo ./llvm.sh 12 ## НапОсаМОе кПЎа {#napisanie-koda} -ОпОсаМОе архОтектуры ClickHouse: https://clickhouse.tech/docs/ru/development/architecture/ +ОпОсаМОе архОтектуры ClickHouse: https://clickhouse.com/docs/ru/development/architecture/ -СтОль кПЎа: https://clickhouse.tech/docs/ru/development/style/ +СтОль кПЎа: https://clickhouse.com/docs/ru/development/style/ -РекПЌеМЎацОО пП ЎПбавлеМОю стПрПММОх бОблОПтек О пПЎЎержаМОю в МОх пПльзПвательскОх ОзЌеМеМОй: https://clickhouse.tech/docs/ru/development/contrib/#adding-third-party-libraries +РекПЌеМЎацОО пП ЎПбавлеМОю стПрПММОх бОблОПтек О пПЎЎержаМОю в МОх пПльзПвательскОх ОзЌеМеМОй: https://clickhouse.com/docs/ru/development/contrib/#adding-third-party-libraries -РазрабПтка тестПв: https://clickhouse.tech/docs/ru/development/tests/ +РазрабПтка тестПв: https://clickhouse.com/docs/ru/development/tests/ СпОсПк заЎач: https://github.com/ClickHouse/ClickHouse/issues?q=is%3Aopen+is%3Aissue+label%3A%22easy+task%22 diff --git a/docs/ru/engines/database-engines/materialized-mysql.md b/docs/ru/engines/database-engines/materialized-mysql.md index 1cd864c01e9..4073df7b7ec 100644 --- a/docs/ru/engines/database-engines/materialized-mysql.md +++ b/docs/ru/engines/database-engines/materialized-mysql.md @@ -194,4 +194,4 @@ SELECT * FROM mysql.test; └───┮─────┮──────┘ ``` -[ОрОгОМальМая статья](https://clickhouse.tech/docs/ru/engines/database-engines/materialized-mysql/) +[ОрОгОМальМая статья](https://clickhouse.com/docs/ru/engines/database-engines/materialized-mysql/) diff --git a/docs/ru/engines/database-engines/postgresql.md b/docs/ru/engines/database-engines/postgresql.md index f68570d40eb..092abaf0b4d 100644 --- a/docs/ru/engines/database-engines/postgresql.md +++ b/docs/ru/engines/database-engines/postgresql.md @@ -136,4 +136,4 @@ DESCRIBE TABLE test_database.test_table; └────────┮───────────────────┘ ``` -[ОрОгОМальМая статья](https://clickhouse.tech/docs/ru/database-engines/postgresql/) +[ОрОгОМальМая статья](https://clickhouse.com/docs/ru/database-engines/postgresql/) diff --git a/docs/ru/engines/table-engines/integrations/mongodb.md b/docs/ru/engines/table-engines/integrations/mongodb.md index 05820d03fe6..700377ac564 100644 --- a/docs/ru/engines/table-engines/integrations/mongodb.md +++ b/docs/ru/engines/table-engines/integrations/mongodb.md @@ -54,4 +54,4 @@ SELECT COUNT() FROM mongo_table; └─────────┘ ``` -[Original article](https://clickhouse.tech/docs/ru/engines/table-engines/integrations/mongodb/) +[Original article](https://clickhouse.com/docs/ru/engines/table-engines/integrations/mongodb/) diff --git a/docs/ru/engines/table-engines/integrations/postgresql.md b/docs/ru/engines/table-engines/integrations/postgresql.md index b2b0db3067a..e19527415bc 100644 --- a/docs/ru/engines/table-engines/integrations/postgresql.md +++ b/docs/ru/engines/table-engines/integrations/postgresql.md @@ -148,4 +148,4 @@ CREATE TABLE pg_table_schema_with_dots (a UInt32) - [ТаблОчМая фуМкцОя `postgresql`](../../../sql-reference/table-functions/postgresql.md) - [ИспПльзПваМОе PostgreSQL в качестве ОстПчМОка Ўля вМешМегП слПваря](../../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-postgresql) -[ОрОгОМальМая статья](https://clickhouse.tech/docs/ru/engines/table-engines/integrations/postgresql/) +[ОрОгОМальМая статья](https://clickhouse.com/docs/ru/engines/table-engines/integrations/postgresql/) diff --git a/docs/ru/faq/general/columnar-database.md b/docs/ru/faq/general/columnar-database.md index 5ed6185736d..dab10d24b68 100644 --- a/docs/ru/faq/general/columnar-database.md +++ b/docs/ru/faq/general/columnar-database.md @@ -17,9 +17,9 @@ toc_priority: 101 НОже — ОллюстрацОя тПгП, как Озвлекаются ЎаММые Ўля ПтчетПв прО ОспПльзПваМОО ПбычМПй стрПкПвПй СУБД О стПлбцПвПй СУБД: **СтаМЎартМая стрПкПвая СУБД** -![СтаМЎартМая стрПкПвая СУБД](https://clickhouse.tech/docs/en/images/row-oriented.gif#) +![СтаМЎартМая стрПкПвая СУБД](https://clickhouse.com/docs/en/images/row-oriented.gif#) **СтПлбцПвая СУБД** -![СтПлбцПвая СУБД](https://clickhouse.tech/docs/en/images/column-oriented.gif#) +![СтПлбцПвая СУБД](https://clickhouse.com/docs/en/images/column-oriented.gif#) Для аМалОтОческОх прОлПжеМОй стПлбцПвые СУБД преЎпПчтОтельМее, так как в МОх ЌПжМП храМОть ЌМПгП стПлбцПв в таблОце прПстП Ма всякОй случай, О этП Ме буЎет сказываться Ма скПрПстО чтеМОя ЎаММых. СтПлбцПвые СУБД преЎМазМачеМы Ўля ПбрабПткО О храМеМОя бПльшОх ЎаММых. ОМО прекрасМП ЌасштабОруются прО пПЌПщО распреЎелеММых кластерПв Ма ПтМПсОтельМП МеЎПрПгОх серверах — Ўля увелОчеМОя прПОзвПЎОтельМПстО. В ClickHouse Ўля этПгП ОспПльзуются [распреЎелеММые](../../engines/table-engines/special/distributed.md) О [реплОцОрПваММые](../../engines/table-engines/mergetree-family/replication.md) таблОцы. diff --git a/docs/ru/faq/general/index.md b/docs/ru/faq/general/index.md index cf105eaf8bb..cb30771aa49 100644 --- a/docs/ru/faq/general/index.md +++ b/docs/ru/faq/general/index.md @@ -21,4 +21,4 @@ toc_title: ОбщОе вПпрПсы !!! info "ЕслО вы Ме МашлО тП, чтП ОскалО:" ЗагляМОте в ЎругОе категПрОО F.A.Q. ОлО пПОщОте в ПстальМых разЎелах ЎПкуЌеМтацОО, ПрОеМтОруясь пП ПглавлеМОю слева. -[Original article](https://clickhouse.tech/docs/ru/faq/general/) +[Original article](https://clickhouse.com/docs/ru/faq/general/) diff --git a/docs/ru/faq/general/ne-tormozit.md b/docs/ru/faq/general/ne-tormozit.md index c1cf87d5b0c..35b6de72a67 100644 --- a/docs/ru/faq/general/ne-tormozit.md +++ b/docs/ru/faq/general/ne-tormozit.md @@ -22,4 +22,4 @@ toc_priority: 11 ![iframe](https://www.youtube.com/embed/bSyQahMVZ7w) -P.S. ЭтО футбПлкО Ме прПЎаются, а распрПстраМяются бесплатМП Ма бПльшОМстве ЌОтапПв [ClickHouse](https://clickhouse.tech/#meet), ПбычМП в МаграЎу за саЌые ОМтересМые вПпрПсы ОлО ЎругОе вОЎы актОвМПгП участОя. +P.S. ЭтО футбПлкО Ме прПЎаются, а распрПстраМяются бесплатМП Ма бПльшОМстве ЌОтапПв [ClickHouse](https://clickhouse.com/#meet), ПбычМП в МаграЎу за саЌые ОМтересМые вПпрПсы ОлО ЎругОе вОЎы актОвМПгП участОя. diff --git a/docs/ru/faq/integration/index.md b/docs/ru/faq/integration/index.md index fdb9039d066..54e7e2c8e40 100644 --- a/docs/ru/faq/integration/index.md +++ b/docs/ru/faq/integration/index.md @@ -16,4 +16,4 @@ toc_title: ИМтеграцОя !!! info "ЕслО вы Ме МашлО тП, чтП ОскалО" ЗагляМОте в ЎругОе пПЎразЎелы F.A.Q. ОлО пПОщОте в ПстальМых разЎелах ЎПкуЌеМтацОО, ПрОеМтОруйтесь пП ПглавлеМОю слева. -[Original article](https://clickhouse.tech/docs/ru/faq/integration/) +[Original article](https://clickhouse.com/docs/ru/faq/integration/) diff --git a/docs/ru/faq/operations/index.md b/docs/ru/faq/operations/index.md index 723ae2d10d3..53fda842472 100644 --- a/docs/ru/faq/operations/index.md +++ b/docs/ru/faq/operations/index.md @@ -15,4 +15,4 @@ toc_title: ОперацОО !!! info "ЕслО вы Ме МашлО тП, чтП ОскалО" ЗагляМОте в ЎругОе пПЎразЎелы F.A.Q. ОлО пПОщОте в ПстальМых разЎелах ЎПкуЌеМтацОО, ПрОеМтОруйтесь пП ПглавлеМОю слева. -[Original article](https://clickhouse.tech/docs/en/faq/operations/) +[Original article](https://clickhouse.com/docs/en/faq/operations/) diff --git a/docs/ru/getting-started/example-datasets/recipes.md b/docs/ru/getting-started/example-datasets/recipes.md index 75e385150e8..89a37c0732c 100644 --- a/docs/ru/getting-started/example-datasets/recipes.md +++ b/docs/ru/getting-started/example-datasets/recipes.md @@ -339,4 +339,4 @@ WHERE title = 'Chocolate-Strawberry-Orange Wedding Cake'; ЭтПт МабПр ЎаММых ЎПступеМ в [Online Playground](https://gh-api.clickhouse.tech/play?user=play#U0VMRUNUCiAgICBhcnJheUpvaW4oTkVSKSBBUyBrLAogICAgY291bnQoKSBBUyBjCkZST00gcmVjaXBlcwpHUk9VUCBCWSBrCk9SREVSIEJZIGMgREVTQwpMSU1JVCA1MA==). -[ОрОгОМальМая статья](https://clickhouse.tech/docs/ru/getting-started/example-datasets/recipes/) +[ОрОгОМальМая статья](https://clickhouse.com/docs/ru/getting-started/example-datasets/recipes/) diff --git a/docs/ru/getting-started/example-datasets/star-schema.md b/docs/ru/getting-started/example-datasets/star-schema.md index f7502e8409d..d9a875752dd 100644 --- a/docs/ru/getting-started/example-datasets/star-schema.md +++ b/docs/ru/getting-started/example-datasets/star-schema.md @@ -365,4 +365,4 @@ ORDER BY P_BRAND ASC; ``` -[Original article](https://clickhouse.tech/docs/en/getting_started/example_datasets/star_schema/) +[Original article](https://clickhouse.com/docs/en/getting_started/example_datasets/star_schema/) diff --git a/docs/ru/getting-started/install.md b/docs/ru/getting-started/install.md index 7bc21179e21..92f76c4951c 100644 --- a/docs/ru/getting-started/install.md +++ b/docs/ru/getting-started/install.md @@ -195,4 +195,4 @@ SELECT 1 **ППзЎравляеЌ, сОстеЌа рабПтает!** -Для ЎальМейшОх эксперОЌеМтПв ЌПжМП пПпрПбПвать загрузОть ПЎОМ Оз тестПвых МабПрПв ЎаММых ОлО прПйтО [пПшагПвПе рукПвПЎствП Ўля МачОМающОх](https://clickhouse.tech/tutorial.html). +Для ЎальМейшОх эксперОЌеМтПв ЌПжМП пПпрПбПвать загрузОть ПЎОМ Оз тестПвых МабПрПв ЎаММых ОлО прПйтО [пПшагПвПе рукПвПЎствП Ўля МачОМающОх](https://clickhouse.com/tutorial.html). diff --git a/docs/ru/getting-started/tutorial.md b/docs/ru/getting-started/tutorial.md index 68b3e4dbae7..a78260eea18 100644 --- a/docs/ru/getting-started/tutorial.md +++ b/docs/ru/getting-started/tutorial.md @@ -659,4 +659,4 @@ INSERT INTO tutorial.hits_replica SELECT * FROM tutorial.hits_local; Replication operates in multi-master mode. Data can be loaded into any replica, and the system then syncs it with other instances automatically. Replication is asynchronous so at a given moment, not all replicas may contain recently inserted data. At least one replica should be up to allow data ingestion. Others will sync up data and repair consistency once they will become active again. Note that this approach allows for the low possibility of a loss of recently inserted data. -[Original article](https://clickhouse.tech/docs/en/getting_started/tutorial/) +[Original article](https://clickhouse.com/docs/en/getting_started/tutorial/) diff --git a/docs/ru/interfaces/third-party/gui.md b/docs/ru/interfaces/third-party/gui.md index fb14e9f955c..8e987fab554 100644 --- a/docs/ru/interfaces/third-party/gui.md +++ b/docs/ru/interfaces/third-party/gui.md @@ -189,4 +189,4 @@ SeekTable [бесплатеМ](https://www.seektable.com/help/cloud-pricing) ÐŽ [Chadmin](https://github.com/bun4uk/chadmin) — прПстПй графОческОй ОМтерфейс Ўля вОзуалОзацОО запущеММых запрПсПв Ма вашеЌ кластере ClickHouse. ОМ ПтПбражает ОМфПрЌацОю П запрПсах О Ўает вПзЌПжМПсть Ох завершать. -[Original article](https://clickhouse.tech/docs/en/interfaces/third-party/gui/) +[Original article](https://clickhouse.com/docs/en/interfaces/third-party/gui/) diff --git a/docs/ru/introduction/performance.md b/docs/ru/introduction/performance.md index eec1dcf4d0a..246d88f5886 100644 --- a/docs/ru/introduction/performance.md +++ b/docs/ru/introduction/performance.md @@ -5,9 +5,9 @@ toc_title: "ПрПОзвПЎОтельМПсть" # ПрПОзвПЎОтельМПсть {#proizvoditelnost} -ПП результатаЌ вМутреММегП тестОрПваМОя в ЯМЎексе, ClickHouse ПблаЎает МаОбПлее высПкПй прПОзвПЎОтельМПстью (как МаОбПлее высПкПй прПпускМПй спПсПбМПстью Ма ЎлОММых запрПсах, так О МаОбПлее МОзкПй заЎержкПй Ма кПрПткОх запрПсах), прО сППтветствующеЌ сцеМарОО рабПты, среЎО ЎПступМых Ўля тестОрПваМОя сОстеЌ пПЎПбМПгП класса. Результаты тестОрПваМОя ЌПжМП пПсЌПтреть Ма [ПтЎельМПй страМОце](https://clickhouse.tech/benchmark/dbms/). +ПП результатаЌ вМутреММегП тестОрПваМОя в ЯМЎексе, ClickHouse ПблаЎает МаОбПлее высПкПй прПОзвПЎОтельМПстью (как МаОбПлее высПкПй прПпускМПй спПсПбМПстью Ма ЎлОММых запрПсах, так О МаОбПлее МОзкПй заЎержкПй Ма кПрПткОх запрПсах), прО сППтветствующеЌ сцеМарОО рабПты, среЎО ЎПступМых Ўля тестОрПваМОя сОстеЌ пПЎПбМПгП класса. Результаты тестОрПваМОя ЌПжМП пПсЌПтреть Ма [ПтЎельМПй страМОце](https://clickhouse.com/benchmark/dbms/). -Также этП пПЎтвержЎают ЌМПгПчОслеММые МезавОсОЌые беМчЌаркО. Их Ме слПжМП МайтО в ИМтерМете саЌПстПятельМП, лОбП ЌПжМП вПспПльзПваться [МебПльшПй кПллекцОей ссылПк пП теЌе](https://clickhouse.tech/#independent-benchmarks). +Также этП пПЎтвержЎают ЌМПгПчОслеММые МезавОсОЌые беМчЌаркО. Их Ме слПжМП МайтО в ИМтерМете саЌПстПятельМП, лОбП ЌПжМП вПспПльзПваться [МебПльшПй кПллекцОей ссылПк пП теЌе](https://clickhouse.com/#independent-benchmarks). ## ПрПпускМая спПсПбМПсть прО ПбрабПтке ПЎМПгП бПльшПгП запрПса {#propusknaia-sposobnost-pri-obrabotke-odnogo-bolshogo-zaprosa} diff --git a/docs/ru/operations/clickhouse-keeper.md b/docs/ru/operations/clickhouse-keeper.md index 5c8661398b5..3a724fc3d35 100644 --- a/docs/ru/operations/clickhouse-keeper.md +++ b/docs/ru/operations/clickhouse-keeper.md @@ -116,4 +116,4 @@ clickhouse-keeper-converter --zookeeper-logs-dir /var/lib/zookeeper/version-2 -- 4. СкПпОруйте сМэпшПт Ма узлы сервера ClickHouse с МастрПеММыЌ `keeper` ОлО запустОте ClickHouse Keeper вЌестП ZooKeeper. СМэпшПт ЎПлжеМ сПхраМяться Ма всех узлах: в прПтОвМПЌ случае пустые узлы ЌПгут захватОть лОЎерствП О скПМвертОрПваММые ЎаММые ЌПгут быть ПтбрПшеМы Ма старте. -[Original article](https://clickhouse.tech/docs/en/operations/clickhouse-keeper/) \ No newline at end of file +[Original article](https://clickhouse.com/docs/en/operations/clickhouse-keeper/) \ No newline at end of file diff --git a/docs/ru/operations/external-authenticators/index.md b/docs/ru/operations/external-authenticators/index.md index c2ed9750562..8465e57d792 100644 --- a/docs/ru/operations/external-authenticators/index.md +++ b/docs/ru/operations/external-authenticators/index.md @@ -13,4 +13,4 @@ ClickHouse пПЎЎержОвает аутеМтОфОкацОю О управл - [LDAP](./ldap.md#external-authenticators-ldap) [аутеМтОфОкатПр](./ldap.md#ldap-external-authenticator) О [каталПг](./ldap.md#ldap-external-user-directory) - Kerberos [аутеМтОфОкатПр](./kerberos.md#external-authenticators-kerberos) -[ОрОгОМальМая статья](https://clickhouse.tech/docs/ru/operations/external-authenticators/index/) +[ОрОгОМальМая статья](https://clickhouse.com/docs/ru/operations/external-authenticators/index/) diff --git a/docs/ru/operations/external-authenticators/ldap.md b/docs/ru/operations/external-authenticators/ldap.md index 8f1328c9aa6..7b4bab0290c 100644 --- a/docs/ru/operations/external-authenticators/ldap.md +++ b/docs/ru/operations/external-authenticators/ldap.md @@ -179,4 +179,4 @@ CREATE USER my_user IDENTIFIED WITH ldap SERVER 'my_ldap_server'; - `attribute` — ОЌя атрОбута, зМачеМОе кПтПрПгП буЎет вПзвращаться LDAP пПОскПЌ. ПП уЌПлчаМОю: `cn`. - `prefix` — префОкс, кПтПрый, как преЎпПлагается, буЎет МахПЎОться переЎ МачалПЌ кажЎПй стрПкО в ОсхПЎМПЌ спОске стрПк, вПзвращаеЌых LDAP пПОскПЌ. ПрефОкс буЎет уЎалеМ Оз ОсхПЎМых стрПк, а саЌО ПМО буЎут рассЌатрОваться как ОЌеМа лПкальМых рПлей. ПП уЌПлчаМОю: пустая стрПка. -[ОрОгОМальМая статья](https://clickhouse.tech/docs/en/operations/external-authenticators/ldap) +[ОрОгОМальМая статья](https://clickhouse.com/docs/en/operations/external-authenticators/ldap) diff --git a/docs/ru/operations/system-tables/clusters.md b/docs/ru/operations/system-tables/clusters.md index 6bfeb8aa818..832f5090ce5 100644 --- a/docs/ru/operations/system-tables/clusters.md +++ b/docs/ru/operations/system-tables/clusters.md @@ -68,4 +68,4 @@ estimated_recovery_time: 0 - [НастрПйка distributed_replica_error_cap](../../operations/settings/settings.md#settings-distributed_replica_error_cap) - [НастрПйка distributed_replica_error_half_life](../../operations/settings/settings.md#settings-distributed_replica_error_half_life) -[ОрОгОМальМая статья](https://clickhouse.tech/docs/ru/operations/system_tables/clusters) +[ОрОгОМальМая статья](https://clickhouse.com/docs/ru/operations/system_tables/clusters) diff --git a/docs/ru/operations/system-tables/crash-log.md b/docs/ru/operations/system-tables/crash-log.md index d2b3ae5c6f5..7aaac343585 100644 --- a/docs/ru/operations/system-tables/crash-log.md +++ b/docs/ru/operations/system-tables/crash-log.md @@ -45,4 +45,4 @@ build_id: **СЌ. также** - СОстеЌМая таблОца [trace_log](../../operations/system-tables/trace_log.md) -[Original article](https://clickhouse.tech/docs/en/operations/system-tables/crash-log) +[Original article](https://clickhouse.com/docs/en/operations/system-tables/crash-log) diff --git a/docs/ru/operations/system-tables/query_log.md b/docs/ru/operations/system-tables/query_log.md index 7e98ddedcec..4aac6ff8e48 100644 --- a/docs/ru/operations/system-tables/query_log.md +++ b/docs/ru/operations/system-tables/query_log.md @@ -181,4 +181,4 @@ used_table_functions: [] - [system.query_thread_log](../../operations/system-tables/query_thread_log.md#system_tables-query_thread_log) — в этПй таблОце сПЎержОтся ОМфПрЌацОя П цепПчке кажЎПгП выпПлМеММПгП запрПса. -[ОрОгОМальМая статья](https://clickhouse.tech/docs/ru/operations/system_tables/query_log) +[ОрОгОМальМая статья](https://clickhouse.com/docs/ru/operations/system_tables/query_log) diff --git a/docs/ru/operations/utilities/clickhouse-copier.md b/docs/ru/operations/utilities/clickhouse-copier.md index f1bde2be23d..7e1364f9ee1 100644 --- a/docs/ru/operations/utilities/clickhouse-copier.md +++ b/docs/ru/operations/utilities/clickhouse-copier.md @@ -70,7 +70,7 @@ $ clickhouse-copier --daemon --config zookeeper.xml --task-path /task/path --bas false diff --git a/docs/ru/sql-reference/data-types/domains/ipv4.md b/docs/ru/sql-reference/data-types/domains/ipv4.md index af5f8261fae..2cab40ab38d 100644 --- a/docs/ru/sql-reference/data-types/domains/ipv4.md +++ b/docs/ru/sql-reference/data-types/domains/ipv4.md @@ -31,16 +31,16 @@ CREATE TABLE hits (url String, from IPv4) ENGINE = MergeTree() ORDER BY from; `IPv4` пПЎЎержОвает вставку в вОЎе стрПк с текстПвыЌ преЎставлеМОеЌ IPv4 аЎреса: ``` sql -INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '116.253.40.133')('https://clickhouse.tech', '183.247.232.58')('https://clickhouse.tech/docs/en/', '116.106.34.242'); +INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '116.253.40.133')('https://clickhouse.com', '183.247.232.58')('https://clickhouse.com/docs/en/', '116.106.34.242'); SELECT * FROM hits; ``` ``` text ┌─url────────────────────────────────┬───────────from─┐ -│ https://clickhouse.tech/docs/en/ │ 116.106.34.242 │ +│ https://clickhouse.com/docs/en/ │ 116.106.34.242 │ │ https://wikipedia.org │ 116.253.40.133 │ -│ https://clickhouse.tech │ 183.247.232.58 │ +│ https://clickhouse.com │ 183.247.232.58 │ └────────────────────────────────────┮────────────────┘ ``` diff --git a/docs/ru/sql-reference/data-types/domains/ipv6.md b/docs/ru/sql-reference/data-types/domains/ipv6.md index 5b3c17feceb..96e5e817642 100644 --- a/docs/ru/sql-reference/data-types/domains/ipv6.md +++ b/docs/ru/sql-reference/data-types/domains/ipv6.md @@ -31,15 +31,15 @@ CREATE TABLE hits (url String, from IPv6) ENGINE = MergeTree() ORDER BY from; `IPv6` пПЎЎержОвает вставку в вОЎе стрПк с текстПвыЌ преЎставлеМОеЌ IPv6 аЎреса: ``` sql -INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '2a02:aa08:e000:3100::2')('https://clickhouse.tech', '2001:44c8:129:2632:33:0:252:2')('https://clickhouse.tech/docs/en/', '2a02:e980:1e::1'); +INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '2a02:aa08:e000:3100::2')('https://clickhouse.com', '2001:44c8:129:2632:33:0:252:2')('https://clickhouse.com/docs/en/', '2a02:e980:1e::1'); SELECT * FROM hits; ``` ``` text ┌─url────────────────────────────────┬─from──────────────────────────┐ -│ https://clickhouse.tech │ 2001:44c8:129:2632:33:0:252:2 │ -│ https://clickhouse.tech/docs/en/ │ 2a02:e980:1e::1 │ +│ https://clickhouse.com │ 2001:44c8:129:2632:33:0:252:2 │ +│ https://clickhouse.com/docs/en/ │ 2a02:e980:1e::1 │ │ https://wikipedia.org │ 2a02:aa08:e000:3100::2 │ └────────────────────────────────────┮───────────────────────────────┘ ``` diff --git a/docs/ru/sql-reference/data-types/map.md b/docs/ru/sql-reference/data-types/map.md index 32eb4a80b3e..8fa742a0d03 100644 --- a/docs/ru/sql-reference/data-types/map.md +++ b/docs/ru/sql-reference/data-types/map.md @@ -94,4 +94,4 @@ SELECT a.values FROM t_map; - фуМкцОя [map()](../../sql-reference/functions/tuple-map-functions.md#function-map) - фуМкцОя [CAST()](../../sql-reference/functions/type-conversion-functions.md#type_conversion_function-cast) -[Original article](https://clickhouse.tech/docs/ru/data-types/map/) +[Original article](https://clickhouse.com/docs/ru/data-types/map/) diff --git a/docs/ru/sql-reference/data-types/uuid.md b/docs/ru/sql-reference/data-types/uuid.md index b780190f6f4..002573a7455 100644 --- a/docs/ru/sql-reference/data-types/uuid.md +++ b/docs/ru/sql-reference/data-types/uuid.md @@ -75,4 +75,4 @@ SELECT * FROM t_uuid ТОп ЎаММых UUID Ме пПЎЎержОвается арОфЌетОческОЌО ПперацОяЌО (МапрОЌер, [abs](../../sql-reference/data-types/uuid.md#arithm_func-abs)) ОлО агрегатМыЌО фуМкцОяЌО, такОЌО как [sum](../../sql-reference/data-types/uuid.md#agg_function-sum) О [avg](../../sql-reference/data-types/uuid.md#agg_function-avg). -[Original article](https://clickhouse.tech/docs/en/data_types/uuid/) +[Original article](https://clickhouse.com/docs/en/data_types/uuid/) diff --git a/docs/ru/sql-reference/functions/array-functions.md b/docs/ru/sql-reference/functions/array-functions.md index 6586dd663c7..5507ca77f16 100644 --- a/docs/ru/sql-reference/functions/array-functions.md +++ b/docs/ru/sql-reference/functions/array-functions.md @@ -816,7 +816,7 @@ arrayDifference(array) **АргуЌеМты** -- `array` – [ЌассОв](https://clickhouse.tech/docs/ru/data_types/array/). +- `array` – [ЌассОв](https://clickhouse.com/docs/ru/data_types/array/). **ВПзвращаеЌПе зМачеМОе** @@ -866,7 +866,7 @@ arrayDistinct(array) **АргуЌеМты** -- `array` – [ЌассОв](https://clickhouse.tech/docs/ru/data_types/array/). +- `array` – [ЌассОв](https://clickhouse.com/docs/ru/data_types/array/). **ВПзвращаеЌПе зМачеМОе** diff --git a/docs/ru/sql-reference/functions/encryption-functions.md b/docs/ru/sql-reference/functions/encryption-functions.md index d9bcbaf0887..14add7e295c 100644 --- a/docs/ru/sql-reference/functions/encryption-functions.md +++ b/docs/ru/sql-reference/functions/encryption-functions.md @@ -358,4 +358,4 @@ SELECT aes_decrypt_mysql('aes-256-cfb128', unhex('24E9E4966469'), '1234567891012 │ Secret │ └───────────┘ ``` -[Original article](https://clickhouse.tech/docs/ru/sql-reference/functions/encryption_functions/) +[Original article](https://clickhouse.com/docs/ru/sql-reference/functions/encryption_functions/) diff --git a/docs/ru/sql-reference/functions/introspection.md b/docs/ru/sql-reference/functions/introspection.md index cb2bcdb787f..1947bfce42d 100644 --- a/docs/ru/sql-reference/functions/introspection.md +++ b/docs/ru/sql-reference/functions/introspection.md @@ -309,7 +309,7 @@ clone ## tid {#tid} -ВПзвращает id пПтПка, в кПтПрПЌ Пбрабатывается текущОй [Block](https://clickhouse.tech/docs/ru/development/architecture/#block). +ВПзвращает id пПтПка, в кПтПрПЌ Пбрабатывается текущОй [Block](https://clickhouse.com/docs/ru/development/architecture/#block). **СОМтаксОс** @@ -339,7 +339,7 @@ SELECT tid(); ## logTrace {#logtrace} - ВывПЎОт сППбщеМОе в лПг сервера Ўля кажЎПгП [Block](https://clickhouse.tech/docs/ru/development/architecture/#block). + ВывПЎОт сППбщеМОе в лПг сервера Ўля кажЎПгП [Block](https://clickhouse.com/docs/ru/development/architecture/#block). **СОМтаксОс** @@ -371,4 +371,4 @@ SELECT logTrace('logTrace message'); └──────────────────────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/query_language/functions/introspection/) +[Original article](https://clickhouse.com/docs/en/query_language/functions/introspection/) diff --git a/docs/ru/sql-reference/functions/string-search-functions.md b/docs/ru/sql-reference/functions/string-search-functions.md index 5b6cbc68d2e..5bbd760bfb6 100644 --- a/docs/ru/sql-reference/functions/string-search-functions.md +++ b/docs/ru/sql-reference/functions/string-search-functions.md @@ -486,7 +486,7 @@ SELECT extractAllGroupsVertical('abc=111, def=222, ghi=333', '("[^"]+"|\\w+)=("[ ## ilike {#ilike} -НечувствОтельМый к регОстру варОаМт фуМкцОО [like](https://clickhouse.tech/docs/ru/sql-reference/functions/string-search-functions/#function-like). Вы ЌПжете ОспПльзПвать ПператПр `ILIKE` вЌестП фуМкцОО `ilike`. +НечувствОтельМый к регОстру варОаМт фуМкцОО [like](https://clickhouse.com/docs/ru/sql-reference/functions/string-search-functions/#function-like). Вы ЌПжете ОспПльзПвать ПператПр `ILIKE` вЌестП фуМкцОО `ilike`. **СОМтаксОс** @@ -542,7 +542,7 @@ SELECT * FROM Months WHERE ilike(name, '%j%'); **СЌПтрОте также** -- [like](https://clickhouse.tech/docs/ru/sql-reference/functions/string-search-functions/#function-like) +- [like](https://clickhouse.com/docs/ru/sql-reference/functions/string-search-functions/#function-like) ## ngramDistance(haystack, needle) {#ngramdistancehaystack-needle} diff --git a/docs/ru/sql-reference/statements/create/view.md b/docs/ru/sql-reference/statements/create/view.md index dfbe1207c5b..ccbf79baa73 100644 --- a/docs/ru/sql-reference/statements/create/view.md +++ b/docs/ru/sql-reference/statements/create/view.md @@ -228,4 +228,4 @@ Code: 60. DB::Exception: Received from localhost:9000. DB::Exception: Table defa - ОтслежОваМОе ОзЌеМеМОй таблОцы Ўля запуска ЎругОх запрПсПв `SELECT`. - ОтслежОваМОе пПказателей Оз сОстеЌМых таблОц с пПЌПщью перОПЎОческОх ПбМПвлеМОй. -[ОрОгОМальМая статья](https://clickhouse.tech/docs/ru/sql-reference/statements/create/view) +[ОрОгОМальМая статья](https://clickhouse.com/docs/ru/sql-reference/statements/create/view) diff --git a/docs/ru/sql-reference/statements/explain.md b/docs/ru/sql-reference/statements/explain.md index 7a028b31a12..8120df67139 100644 --- a/docs/ru/sql-reference/statements/explain.md +++ b/docs/ru/sql-reference/statements/explain.md @@ -413,4 +413,4 @@ EXPLAIN ESTIMATE SELECT * FROM ttt; └──────────┮───────┮───────┮──────┮───────┘ ``` -[ОрОгОМальМая статья](https://clickhouse.tech/docs/ru/sql-reference/statements/explain/) +[ОрОгОМальМая статья](https://clickhouse.com/docs/ru/sql-reference/statements/explain/) diff --git a/docs/ru/sql-reference/statements/show.md b/docs/ru/sql-reference/statements/show.md index caeeba7bee0..f2b2c61e2bb 100644 --- a/docs/ru/sql-reference/statements/show.md +++ b/docs/ru/sql-reference/statements/show.md @@ -91,7 +91,7 @@ SHOW DATABASES LIMIT 2 ### СЌПтрОте также {#see-also} -- [CREATE DATABASE](https://clickhouse.tech/docs/ru/sql-reference/statements/create/database/#query-language-create-database) +- [CREATE DATABASE](https://clickhouse.com/docs/ru/sql-reference/statements/create/database/#query-language-create-database) ## SHOW PROCESSLIST {#show-processlist} @@ -190,8 +190,8 @@ SHOW TABLES FROM system LIMIT 2 ### СЌПтрОте также {#see-also} -- [Create Tables](https://clickhouse.tech/docs/ru/getting-started/tutorial/#create-tables) -- [SHOW CREATE TABLE](https://clickhouse.tech/docs/ru/sql-reference/statements/show/#show-create-table) +- [Create Tables](https://clickhouse.com/docs/ru/getting-started/tutorial/#create-tables) +- [SHOW CREATE TABLE](https://clickhouse.com/docs/ru/sql-reference/statements/show/#show-create-table) ## SHOW DICTIONARIES {#show-dictionaries} diff --git a/docs/ru/sql-reference/table-functions/index.md b/docs/ru/sql-reference/table-functions/index.md index fcd428df5d1..8cf90ba5bd5 100644 --- a/docs/ru/sql-reference/table-functions/index.md +++ b/docs/ru/sql-reference/table-functions/index.md @@ -34,4 +34,4 @@ toc_title: "ВвеЎеМОе" | [hdfs](hdfs.md) | СПзЎаёт таблОцу с ЎвОжкПЌ [HDFS](../../engines/table-engines/integrations/hdfs.md). | | [s3](s3.md) | СПзЎаёт таблОцу с ЎвОжкПЌ [S3](../../engines/table-engines/integrations/s3.md). | -[ОрОгОМальМая статья](https://clickhouse.tech/docs/ru/sql-reference/table-functions/) +[ОрОгОМальМая статья](https://clickhouse.com/docs/ru/sql-reference/table-functions/) diff --git a/docs/ru/sql-reference/table-functions/jdbc.md b/docs/ru/sql-reference/table-functions/jdbc.md index 3955846d8db..e0bae8b5415 100644 --- a/docs/ru/sql-reference/table-functions/jdbc.md +++ b/docs/ru/sql-reference/table-functions/jdbc.md @@ -35,4 +35,4 @@ FROM jdbc('mysql-dev?datasource_column', 'show databases') a INNER JOIN jdbc('self?datasource_column', 'show databases') b ON a.Database = b.name ``` -[ОрОгОМальМая статья](https://clickhouse.tech/docs/en/query_language/table_functions/jdbc/) +[ОрОгОМальМая статья](https://clickhouse.com/docs/en/query_language/table_functions/jdbc/) diff --git a/docs/ru/sql-reference/table-functions/null.md b/docs/ru/sql-reference/table-functions/null.md index 44fbc111db2..90481e9f6a9 100644 --- a/docs/ru/sql-reference/table-functions/null.md +++ b/docs/ru/sql-reference/table-functions/null.md @@ -40,4 +40,4 @@ DROP TABLE IF EXISTS t; - [ДвОжПк таблОц Null](../../engines/table-engines/special/null.md) -[Original article](https://clickhouse.tech/docs/en/sql-reference/table-functions/null/) +[Original article](https://clickhouse.com/docs/en/sql-reference/table-functions/null/) diff --git a/docs/ru/sql-reference/table-functions/postgresql.md b/docs/ru/sql-reference/table-functions/postgresql.md index 76c2ee0fa18..f5c79e5305a 100644 --- a/docs/ru/sql-reference/table-functions/postgresql.md +++ b/docs/ru/sql-reference/table-functions/postgresql.md @@ -129,4 +129,4 @@ CREATE TABLE pg_table_schema_with_dots (a UInt32) - [ДвОжПк таблОц PostgreSQL](../../sql-reference/table-functions/postgresql.md) - [ИспПльзПваМОе PostgreSQL как ОстПчМОка ЎаММых Ўля вМешМегП слПваря](../../sql-reference/table-functions/postgresql.md#dicts-external_dicts_dict_sources-postgresql) -[ОрОгОМальМая статья](https://clickhouse.tech/docs/ru/sql-reference/table-functions/postgresql/) +[ОрОгОМальМая статья](https://clickhouse.com/docs/ru/sql-reference/table-functions/postgresql/) diff --git a/docs/ru/sql-reference/table-functions/s3.md b/docs/ru/sql-reference/table-functions/s3.md index c8dbcf81559..e3cb31fac85 100644 --- a/docs/ru/sql-reference/table-functions/s3.md +++ b/docs/ru/sql-reference/table-functions/s3.md @@ -161,5 +161,5 @@ INSERT INTO TABLE FUNCTION - [ДвОжПк таблОц S3](../../engines/table-engines/integrations/s3.md) -[ОрОгОМальМая статья](https://clickhouse.tech/docs/ru/sql-reference/table-functions/s3/) +[ОрОгОМальМая статья](https://clickhouse.com/docs/ru/sql-reference/table-functions/s3/) diff --git a/docs/ru/sql-reference/table-functions/view.md b/docs/ru/sql-reference/table-functions/view.md index bfd0a891179..498e76917ab 100644 --- a/docs/ru/sql-reference/table-functions/view.md +++ b/docs/ru/sql-reference/table-functions/view.md @@ -1,6 +1,6 @@ ## view {#view} -ПреПбразПвывает пПЎзапрПс в таблОцу. ЀуМкцОя реалОзПвывает преЎставлеМОя (сЌПтрОте [CREATE VIEW](https://clickhouse.tech/docs/ru/sql-reference/statements/create/view/#create-view)). РезультОрующая таблОца Ме храМОт ЎаММые, а тПлькП сПхраМяет указаММый запрПс `SELECT`. ПрО чтеМОО Оз таблОцы, ClickHouse выпПлМяет запрПс О уЎаляет все МеМужМые стПлбцы Оз результата. +ПреПбразПвывает пПЎзапрПс в таблОцу. ЀуМкцОя реалОзПвывает преЎставлеМОя (сЌПтрОте [CREATE VIEW](https://clickhouse.com/docs/ru/sql-reference/statements/create/view/#create-view)). РезультОрующая таблОца Ме храМОт ЎаММые, а тПлькП сПхраМяет указаММый запрПс `SELECT`. ПрО чтеМОО Оз таблОцы, ClickHouse выпПлМяет запрПс О уЎаляет все МеМужМые стПлбцы Оз результата. **СОМтаксОс** @@ -46,7 +46,7 @@ SELECT * FROM view(SELECT name FROM months); └──────────┘ ``` -Вы ЌПжете ОспПльзПвать фуМкцОю `view` как параЌетр таблОчМых фуМкцОй [remote](https://clickhouse.tech/docs/ru/sql-reference/table-functions/remote/#remote-remotesecure) О [cluster](https://clickhouse.tech/docs/ru/sql-reference/table-functions/cluster/#cluster-clusterallreplicas): +Вы ЌПжете ОспПльзПвать фуМкцОю `view` как параЌетр таблОчМых фуМкцОй [remote](https://clickhouse.com/docs/ru/sql-reference/table-functions/remote/#remote-remotesecure) О [cluster](https://clickhouse.com/docs/ru/sql-reference/table-functions/cluster/#cluster-clusterallreplicas): ``` sql SELECT * FROM remote(`127.0.0.1`, view(SELECT a, b, c FROM table_name)); @@ -58,6 +58,6 @@ SELECT * FROM cluster(`cluster_name`, view(SELECT a, b, c FROM table_name)); **СЌПтрОте также** -- [view](https://clickhouse.tech/docs/ru/engines/table-engines/special/view/#table_engines-view) +- [view](https://clickhouse.com/docs/ru/engines/table-engines/special/view/#table_engines-view) -[ОрОгОМальМая статья](https://clickhouse.tech/docs/en/sql-reference/table-functions/view/) +[ОрОгОМальМая статья](https://clickhouse.com/docs/en/sql-reference/table-functions/view/) diff --git a/docs/tools/README.md b/docs/tools/README.md index 61a2e9a04f2..4ab44b0d945 100644 --- a/docs/tools/README.md +++ b/docs/tools/README.md @@ -2,7 +2,7 @@ ClickHouse documentation is built using [build.py](build.py) script that uses [mkdocs](https://www.mkdocs.org) library and it’s dependencies to separately build all version of documentations (all languages in either single and multi page mode) as static HTMLs and then a PDF for each single page version. The results are then put in the correct directory structure. It is recommended to use Python 3.7 to run this script. -[release.sh](release.sh) also pulls static files needed for [official ClickHouse website](https://clickhouse.tech) from [../../website](../../website) folder then pushes to specified GitHub repo to be served via [GitHub Pages](https://pages.github.com). +[release.sh](release.sh) also pulls static files needed for [official ClickHouse website](https://clickhouse.com) from [../../website](../../website) folder then pushes to specified GitHub repo to be served via [GitHub Pages](https://pages.github.com). ## How to check if the documentation will look fine? {#how-to-check-if-the-documentation-will-look-fine} @@ -59,4 +59,4 @@ is used. At the moment there’s no easy way to do just that, but you can consider: - To hit the “Watch” button on top of GitHub web interface to know as early as possible, even during pull request. Alternative to this is `#github-activity` channel of [public ClickHouse Slack](https://join.slack.com/t/clickhousedb/shared_invite/zt-qfort0u8-TWqK4wIP0YSdoDE0btKa1w). -- Some search engines allow to subscribe on specific website changes via email and you can opt-in for that for https://clickhouse.tech. +- Some search engines allow to subscribe on specific website changes via email and you can opt-in for that for https://clickhouse.com. diff --git a/docs/zh/changelog/index.md b/docs/zh/changelog/index.md index 14bed16c381..d36a676134e 100644 --- a/docs/zh/changelog/index.md +++ b/docs/zh/changelog/index.md @@ -247,7 +247,7 @@ toc_title: "\u53D8\u66F4\u65E5\u5FD7" - 曎新了clickhouse-test脚本䞭挂起查询的检查 [#8858](https://github.com/ClickHouse/ClickHouse/pull/8858) ([亚历山倧\*卡扎科倫](https://github.com/Akazz)) - 从存傚库䞭删陀了䞀些无甚的文件。 [#8843](https://github.com/ClickHouse/ClickHouse/pull/8843) ([阿列克谢-米掛绎倚倫](https://github.com/alexey-milovidov)) - 曎改类型的数孊perftests从 `once` 到 `loop`. [#8783](https://github.com/ClickHouse/ClickHouse/pull/8783) ([尌叀拉\*科切托倫](https://github.com/KochetovNicolai)) -- 添加码倎镜像它允讞䞺我们的代码库构建亀互匏代码浏览噚HTML报告。 [#8781](https://github.com/ClickHouse/ClickHouse/pull/8781) ([阿利沙平](https://github.com/alesapin)见 [Woboq代码浏览噚](https://clickhouse.tech/codebrowser/html_report///ClickHouse/dbms/index.html) +- 添加码倎镜像它允讞䞺我们的代码库构建亀互匏代码浏览噚HTML报告。 [#8781](https://github.com/ClickHouse/ClickHouse/pull/8781) ([阿利沙平](https://github.com/alesapin)见 [Woboq代码浏览噚](https://clickhouse.com/codebrowser/html_report///ClickHouse/dbms/index.html) - 抑制MSan䞋的䞀些测试倱莥。 [#8780](https://github.com/ClickHouse/ClickHouse/pull/8780) ([Alexander Kuzmenkov](https://github.com/akuzm)) - 加速 “exception while insert” 测试 歀测试通垞圚具有倍盖率的调试版本䞭超时。 [#8711](https://github.com/ClickHouse/ClickHouse/pull/8711) ([阿列克谢-米掛绎倚倫](https://github.com/alexey-milovidov)) - 曎新 `libcxx` 和 `libcxxabi` 䞺了䞻人 圚准倇 [#9304](https://github.com/ClickHouse/ClickHouse/issues/9304) [#9308](https://github.com/ClickHouse/ClickHouse/pull/9308) ([阿列克谢-米掛绎倚倫](https://github.com/alexey-milovidov)) diff --git a/docs/zh/commercial/cloud.md b/docs/zh/commercial/cloud.md index 84863b24c33..2082e37de8e 100644 --- a/docs/zh/commercial/cloud.md +++ b/docs/zh/commercial/cloud.md @@ -59,4 +59,4 @@ toc_title: 云 - 每䞪集矀VPC隔犻的高安党性 - 按需定价无前期成本或长期承诺 -{## [原始文章](https://clickhouse.tech/docs/en/commercial/cloud/) ##} +{## [原始文章](https://clickhouse.com/docs/en/commercial/cloud/) ##} diff --git a/docs/zh/development/adding_test_queries.md b/docs/zh/development/adding_test_queries.md index ccfed00bfbe..a494bb5eb44 100644 --- a/docs/zh/development/adding_test_queries.md +++ b/docs/zh/development/adding_test_queries.md @@ -62,7 +62,7 @@ git checkout -b name_for_a_branch_with_my_test upstream/master #### 安装并运行 clickhouse -1) 安装`clickhouse-server` (参考[犻线文档](https://clickhouse.tech/docs/en/getting-started/install/)) +1) 安装`clickhouse-server` (参考[犻线文档](https://clickhouse.com/docs/en/getting-started/install/)) 2) 安装测试配眮它将䜿甚Zookeeper暡拟实现并调敎䞀些讟眮 ``` cd ~/workspace/ClickHouse/tests/config diff --git a/docs/zh/development/architecture.md b/docs/zh/development/architecture.md index 882728a6e2b..dfc66b36730 100644 --- a/docs/zh/development/architecture.md +++ b/docs/zh/development/architecture.md @@ -191,4 +191,4 @@ ClickHouse 䞭的倍制是基于衚实现的。䜠可以圚同䞀䞪服务噚䞊 > ClickHouse 集矀由独立的分片组成每䞀䞪分片由倚䞪副本组成。集矀䞍是匹性的因歀圚添加新的分片后数据䞍䌚自劚圚分片之闎重新平衡。盞反集矀莟蜜将变埗䞍均衡。该实现䞺䜠提䟛了曎倚控制对于盞对蟃小的集矀䟋劂只有数十䞪节点的集矀来诎是埈奜的。䜆是对于我们圚生产䞭䜿甚的具有数癟䞪节点的集矀来诎这种方法成䞺䞀䞪重倧猺陷。我们应该实现䞀䞪衚匕擎䜿埗该匕擎胜借跚集矀扩展数据同时具有劚态倍制的区域这些区域胜借圚集矀之闎自劚拆分和平衡。 -[来源文章](https://clickhouse.tech/docs/en/development/architecture/) +[来源文章](https://clickhouse.com/docs/en/development/architecture/) diff --git a/docs/zh/development/browse-code.md b/docs/zh/development/browse-code.md index fd334dac55f..9cee0a37444 100644 --- a/docs/zh/development/browse-code.md +++ b/docs/zh/development/browse-code.md @@ -5,7 +5,7 @@ toc_title: "\u6D4F\u89C8\u6E90\u4EE3\u7801" # 浏览ClickHouse源代码 {#browse-clickhouse-source-code} -悚可以䜿甚 **Woboq** 圚线代码浏览噚 [点击这里](https://clickhouse.tech/codebrowser/html_report/ClickHouse/src/index.html). 它提䟛了代码富航和语义突出星瀺、搜玢和玢匕。 代码快照每倩曎新。 +悚可以䜿甚 **Woboq** 圚线代码浏览噚 [点击这里](https://clickhouse.com/codebrowser/html_report/ClickHouse/src/index.html). 它提䟛了代码富航和语义突出星瀺、搜玢和玢匕。 代码快照每倩曎新。 歀倖悚还可以像埀垞䞀样浏览源代码 [GitHub](https://github.com/ClickHouse/ClickHouse) diff --git a/docs/zh/development/build-cross-osx.md b/docs/zh/development/build-cross-osx.md index ee3335553d3..d9bc7666546 100644 --- a/docs/zh/development/build-cross-osx.md +++ b/docs/zh/development/build-cross-osx.md @@ -1,6 +1,6 @@ # 劂䜕圚Linux䞭猖译Mac OS X ClickHouse {#ru-he-zai-linuxzhong-bian-yi-mac-os-x-clickhouse} -Linux机噚也可以猖译运行圚OS X系统的`clickhouse`二进制包这可以甚于圚Linux䞊跑持续集成测试。劂果芁圚Mac OS X䞊盎接构建ClickHouse请参考及倖䞀篇指南 https://clickhouse.tech/docs/zh/development/build_osx/ +Linux机噚也可以猖译运行圚OS X系统的`clickhouse`二进制包这可以甚于圚Linux䞊跑持续集成测试。劂果芁圚Mac OS X䞊盎接构建ClickHouse请参考及倖䞀篇指南 https://clickhouse.com/docs/zh/development/build_osx/ Mac OS X的亀叉猖译基于以䞋构建诎明请銖先遵埪它们。 diff --git a/docs/zh/development/build-osx.md b/docs/zh/development/build-osx.md index c7c386da97e..6706e9b0e4d 100644 --- a/docs/zh/development/build-osx.md +++ b/docs/zh/development/build-osx.md @@ -79,4 +79,4 @@ $ sudo chown root:wheel /Library/LaunchDaemons/limit.maxfiles.plist 可以通过 `ulimit -n` 呜什来检查是吊生效。 -[来源文章](https://clickhouse.tech/docs/en/development/build_osx/) +[来源文章](https://clickhouse.com/docs/en/development/build_osx/) diff --git a/docs/zh/development/build.md b/docs/zh/development/build.md index 01e0740bfa4..a46081d1d4b 100644 --- a/docs/zh/development/build.md +++ b/docs/zh/development/build.md @@ -65,4 +65,4 @@ cd .. 若芁创建䞀䞪执行文件 执行 `ninja clickhouse`。 这䞪呜什䌚䜿埗 `programs/clickhouse` 文件可执行悚可以䜿甚 `client` 或 `server` 参数运行。 -[来源文章](https://clickhouse.tech/docs/en/development/build/) +[来源文章](https://clickhouse.com/docs/en/development/build/) diff --git a/docs/zh/development/developer-instruction.md b/docs/zh/development/developer-instruction.md index 04950c11521..56617123d40 100644 --- a/docs/zh/development/developer-instruction.md +++ b/docs/zh/development/developer-instruction.md @@ -224,11 +224,11 @@ KDevelop和QTCreator是及倖䞀欟适合匀发ClickHouse的替代IDE。尜管 # 猖写代码 {#bian-xie-dai-ma} -ClickHouse的架构描述可以圚歀倄查看https://clickhouse.tech/docs/en/development/architecture/ +ClickHouse的架构描述可以圚歀倄查看https://clickhouse.com/docs/en/development/architecture/ -代码风栌指匕https://clickhouse.tech/docs/en/development/style/ +代码风栌指匕https://clickhouse.com/docs/en/development/style/ -猖写测试甚䟋https://clickhouse.tech/docs/en/development/tests/ +猖写测试甚䟋https://clickhouse.com/docs/en/development/tests/ 任务列衚https://github.com/ClickHouse/ClickHouse/issues?q=is%3Aopen+is%3Aissue+label%3A%22easy+task%22 diff --git a/docs/zh/development/index.md b/docs/zh/development/index.md index 187ee1b3e25..d14b0fc8fc7 100644 --- a/docs/zh/development/index.md +++ b/docs/zh/development/index.md @@ -1,3 +1,3 @@ # ClickHouse 匀发 {#clickhouse-kai-fa} -[来源文章](https://clickhouse.tech/docs/en/development/) +[来源文章](https://clickhouse.com/docs/en/development/) diff --git a/docs/zh/development/style.md b/docs/zh/development/style.md index dcbfbc79e33..29287f31077 100644 --- a/docs/zh/development/style.md +++ b/docs/zh/development/style.md @@ -823,4 +823,4 @@ function( size_t limit) ``` -[来源文章](https://clickhouse.tech/docs/en/development/style/) +[来源文章](https://clickhouse.com/docs/en/development/style/) diff --git a/docs/zh/engines/database-engines/index.md b/docs/zh/engines/database-engines/index.md index 856a7b88d04..10be2e0f041 100644 --- a/docs/zh/engines/database-engines/index.md +++ b/docs/zh/engines/database-engines/index.md @@ -26,4 +26,4 @@ toc_title: Introduction - [Replicated](../../engines/database-engines/replicated.md) -[来源文章](https://clickhouse.tech/docs/en/database_engines/) +[来源文章](https://clickhouse.com/docs/en/database_engines/) diff --git a/docs/zh/engines/database-engines/lazy.md b/docs/zh/engines/database-engines/lazy.md index 1ba09513492..f5aa3174a24 100644 --- a/docs/zh/engines/database-engines/lazy.md +++ b/docs/zh/engines/database-engines/lazy.md @@ -15,4 +15,4 @@ toc_title: Lazy CREATE DATABASE testlazy ENGINE = Lazy(expiration_time_in_seconds); ``` -[来源文章](https://clickhouse.tech/docs/en/database_engines/lazy/) +[来源文章](https://clickhouse.com/docs/en/database_engines/lazy/) diff --git a/docs/zh/engines/database-engines/materialize-mysql.md b/docs/zh/engines/database-engines/materialize-mysql.md index 595da7681d6..1a6bd029295 100644 --- a/docs/zh/engines/database-engines/materialize-mysql.md +++ b/docs/zh/engines/database-engines/materialize-mysql.md @@ -194,4 +194,4 @@ SELECT * FROM mysql.test; └───┮─────┮──────┘ ``` -[来源文章](https://clickhouse.tech/docs/en/engines/database-engines/materialize-mysql/) +[来源文章](https://clickhouse.com/docs/en/engines/database-engines/materialize-mysql/) diff --git a/docs/zh/engines/database-engines/mysql.md b/docs/zh/engines/database-engines/mysql.md index 66a94c94db3..fe9ab8f077d 100644 --- a/docs/zh/engines/database-engines/mysql.md +++ b/docs/zh/engines/database-engines/mysql.md @@ -147,4 +147,4 @@ SELECT * FROM mysql_db.mysql_table └────────┮───────┘ ``` -[来源文章](https://clickhouse.tech/docs/en/database_engines/mysql/) +[来源文章](https://clickhouse.com/docs/en/database_engines/mysql/) diff --git a/docs/zh/engines/database-engines/postgresql.md b/docs/zh/engines/database-engines/postgresql.md index baecc3e995a..12b8133f404 100644 --- a/docs/zh/engines/database-engines/postgresql.md +++ b/docs/zh/engines/database-engines/postgresql.md @@ -135,4 +135,4 @@ DESCRIBE TABLE test_database.test_table; └────────┮───────────────────┘ ``` -[来源文章](https://clickhouse.tech/docs/en/database-engines/postgresql/) +[来源文章](https://clickhouse.com/docs/en/database-engines/postgresql/) diff --git a/docs/zh/engines/table-engines/integrations/embedded-rocksdb.md b/docs/zh/engines/table-engines/integrations/embedded-rocksdb.md index 7c04600894e..79ca8f0cd10 100644 --- a/docs/zh/engines/table-engines/integrations/embedded-rocksdb.md +++ b/docs/zh/engines/table-engines/integrations/embedded-rocksdb.md @@ -39,4 +39,4 @@ ENGINE = EmbeddedRocksDB PRIMARY KEY key ``` -[原始文章](https://clickhouse.tech/docs/en/engines/table-engines/integrations/embedded-rocksdb/) +[原始文章](https://clickhouse.com/docs/en/engines/table-engines/integrations/embedded-rocksdb/) diff --git a/docs/zh/engines/table-engines/integrations/hdfs.md b/docs/zh/engines/table-engines/integrations/hdfs.md index 1a6ba0ba9e9..5948c0fa4b2 100644 --- a/docs/zh/engines/table-engines/integrations/hdfs.md +++ b/docs/zh/engines/table-engines/integrations/hdfs.md @@ -205,4 +205,4 @@ CREARE TABLE big_table (name String, value UInt32) ENGINE = HDFS('hdfs://hdfs1:9 - [虚拟列](../index.md#table_engines-virtual_columns) -[原始文章](https://clickhouse.tech/docs/en/operations/table_engines/hdfs/) +[原始文章](https://clickhouse.com/docs/en/operations/table_engines/hdfs/) diff --git a/docs/zh/engines/table-engines/integrations/jdbc.md b/docs/zh/engines/table-engines/integrations/jdbc.md index 4a0ba15ed0d..170d37c64c2 100644 --- a/docs/zh/engines/table-engines/integrations/jdbc.md +++ b/docs/zh/engines/table-engines/integrations/jdbc.md @@ -95,4 +95,4 @@ FROM system.numbers - [JDBC衚凜数](../../../sql-reference/table-functions/jdbc.md). -[原始文档](https://clickhouse.tech/docs/en/operations/table_engines/jdbc/) +[原始文档](https://clickhouse.com/docs/en/operations/table_engines/jdbc/) diff --git a/docs/zh/engines/table-engines/integrations/kafka.md b/docs/zh/engines/table-engines/integrations/kafka.md index 0118b6795e4..6784b366e85 100644 --- a/docs/zh/engines/table-engines/integrations/kafka.md +++ b/docs/zh/engines/table-engines/integrations/kafka.md @@ -132,4 +132,4 @@ Kafka 特性 有关诊细配眮选项列衚请参阅 [librdkafka配眮参考](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md)。圚 ClickHouse 配眮䞭䜿甚䞋划线 (`_`) 并䞍是䜿甚点 (`.`)。䟋劂`check.crcs=true` 将是 `true`。 -[原始文章](https://clickhouse.tech/docs/zh/operations/table_engines/kafka/) +[原始文章](https://clickhouse.com/docs/zh/operations/table_engines/kafka/) diff --git a/docs/zh/engines/table-engines/integrations/mongodb.md b/docs/zh/engines/table-engines/integrations/mongodb.md index ff3fdae5b40..a91e81a26ad 100644 --- a/docs/zh/engines/table-engines/integrations/mongodb.md +++ b/docs/zh/engines/table-engines/integrations/mongodb.md @@ -54,4 +54,4 @@ SELECT COUNT() FROM mongo_table; └─────────┘ ``` -[原始文章](https://clickhouse.tech/docs/en/engines/table-engines/integrations/mongodb/) +[原始文章](https://clickhouse.com/docs/en/engines/table-engines/integrations/mongodb/) diff --git a/docs/zh/engines/table-engines/integrations/mysql.md b/docs/zh/engines/table-engines/integrations/mysql.md index 526e2d6f865..39a7eabda35 100644 --- a/docs/zh/engines/table-engines/integrations/mysql.md +++ b/docs/zh/engines/table-engines/integrations/mysql.md @@ -22,4 +22,4 @@ MySQL 匕擎可以对存傚圚远皋 MySQL 服务噚䞊的数据执行 `SELECT` `MySQL` 匕擎䞍支持 [可䞺空](../../../engines/table-engines/integrations/mysql.md) 数据类型因歀圓从MySQL衚䞭读取数据时`NULL` 将蜬换䞺指定列类型的默讀倌通垞䞺0或空字笊䞲。 -[原始文章](https://clickhouse.tech/docs/zh/operations/table_engines/mysql/) +[原始文章](https://clickhouse.com/docs/zh/operations/table_engines/mysql/) diff --git a/docs/zh/engines/table-engines/integrations/odbc.md b/docs/zh/engines/table-engines/integrations/odbc.md index 58eb2ffe94c..383bf99aed5 100644 --- a/docs/zh/engines/table-engines/integrations/odbc.md +++ b/docs/zh/engines/table-engines/integrations/odbc.md @@ -128,4 +128,4 @@ SELECT * FROM odbc_t - [ODBC 倖郚字兞](../../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-odbc) - [ODBC 衚凜数](../../../sql-reference/table-functions/odbc.md) -[原始文章](https://clickhouse.tech/docs/en/operations/table_engines/odbc/) +[原始文章](https://clickhouse.com/docs/en/operations/table_engines/odbc/) diff --git a/docs/zh/engines/table-engines/integrations/postgresql.md b/docs/zh/engines/table-engines/integrations/postgresql.md index df1e74ce763..17ca59be469 100644 --- a/docs/zh/engines/table-engines/integrations/postgresql.md +++ b/docs/zh/engines/table-engines/integrations/postgresql.md @@ -142,4 +142,4 @@ CREATE TABLE pg_table_schema_with_dots (a UInt32) - [䜿甚 PostgreSQL 䜜䞺倖郚字兞的来源](../../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-postgresql) -[原始文章](https://clickhouse.tech/docs/en/engines/table-engines/integrations/postgresql/) +[原始文章](https://clickhouse.com/docs/en/engines/table-engines/integrations/postgresql/) diff --git a/docs/zh/engines/table-engines/integrations/rabbitmq.md b/docs/zh/engines/table-engines/integrations/rabbitmq.md index a4a5be5f685..74b4e4d1f93 100644 --- a/docs/zh/engines/table-engines/integrations/rabbitmq.md +++ b/docs/zh/engines/table-engines/integrations/rabbitmq.md @@ -164,4 +164,4 @@ Exchange 类型的选项: - `_message_id` - 收到的消息的ID劂果圚消息发垃时被讟眮则䞺非空. - `_timestamp` - 收到的消息的时闎戳劂果圚消息发垃时被讟眮则䞺非空. -[原始文章](https://clickhouse.tech/docs/en/engines/table-engines/integrations/rabbitmq/) +[原始文章](https://clickhouse.com/docs/en/engines/table-engines/integrations/rabbitmq/) diff --git a/docs/zh/engines/table-engines/log-family/index.md b/docs/zh/engines/table-engines/log-family/index.md index c45a68b2aae..75c84409aa0 100644 --- a/docs/zh/engines/table-engines/log-family/index.md +++ b/docs/zh/engines/table-engines/log-family/index.md @@ -48,4 +48,4 @@ toc_priority: 29 `TinyLog` 匕擎是该系列䞭最简单的匕擎并䞔提䟛了最少的功胜和最䜎的性胜。`TinyLog` 匕擎䞍支持并行读取和并发数据访问并将每䞀列存傚圚䞍同的文件䞭。它比其䜙䞀种支持并行读取的匕擎的读取速床曎慢并䞔䜿甚了和 `Log` 匕擎同样倚的描述笊。䜠可以圚简单的䜎莟蜜的情景䞋䜿甚它。 -[来源文章](https://clickhouse.tech/docs/en/operations/table_engines/log_family/) +[来源文章](https://clickhouse.com/docs/en/operations/table_engines/log_family/) diff --git a/docs/zh/engines/table-engines/log-family/log.md b/docs/zh/engines/table-engines/log-family/log.md index 5d3ee38d745..c825868bcda 100644 --- a/docs/zh/engines/table-engines/log-family/log.md +++ b/docs/zh/engines/table-engines/log-family/log.md @@ -2,4 +2,4 @@ `Log` 侎 `TinyLog` 的䞍同之倄圚于«标记» 的小文件䞎列文件存圚䞀起。这些标记写圚每䞪数据块䞊并䞔包含偏移量这些偏移量指瀺从哪里匀始读取文件以䟿跳过指定的行数。这䜿埗可以圚倚䞪线皋䞭读取衚数据。对于并发数据访问可以同时执行读取操䜜而写入操䜜则阻塞读取和其它写入。`Log`匕擎䞍支持玢匕。同样劂果写入衚倱莥则该衚将被砎坏并䞔从该衚读取将返回错误。`Log`匕擎适甚于䞎时数据write-once 衚以及测试或挔瀺目的。 -[原始文章](https://clickhouse.tech/docs/zh/operations/table_engines/log/) +[原始文章](https://clickhouse.com/docs/zh/operations/table_engines/log/) diff --git a/docs/zh/engines/table-engines/log-family/stripelog.md b/docs/zh/engines/table-engines/log-family/stripelog.md index e10d9afd98d..dbb725d3a72 100644 --- a/docs/zh/engines/table-engines/log-family/stripelog.md +++ b/docs/zh/engines/table-engines/log-family/stripelog.md @@ -79,4 +79,4 @@ SELECT * FROM stripe_log_table ORDER BY timestamp │ 2019-01-18 14:34:53 │ WARNING │ The first warning message │ └─────────────────────┮──────────────┮────────────────────────────┘ -[来源文章](https://clickhouse.tech/docs/en/operations/table_engines/stripelog/) +[来源文章](https://clickhouse.com/docs/en/operations/table_engines/stripelog/) diff --git a/docs/zh/engines/table-engines/log-family/tinylog.md b/docs/zh/engines/table-engines/log-family/tinylog.md index bb67eaa67a5..533e5a89528 100644 --- a/docs/zh/engines/table-engines/log-family/tinylog.md +++ b/docs/zh/engines/table-engines/log-family/tinylog.md @@ -10,4 +10,4 @@ 圚 Yandex.Metrica 䞭TinyLog 衚甚于小批量倄理的䞭闎数据。 -[原始文章](https://clickhouse.tech/docs/zh/operations/table_engines/tinylog/) +[原始文章](https://clickhouse.com/docs/zh/operations/table_engines/tinylog/) diff --git a/docs/zh/engines/table-engines/mergetree-family/aggregatingmergetree.md b/docs/zh/engines/table-engines/mergetree-family/aggregatingmergetree.md index 03825a41f95..4fbb55c270b 100644 --- a/docs/zh/engines/table-engines/mergetree-family/aggregatingmergetree.md +++ b/docs/zh/engines/table-engines/mergetree-family/aggregatingmergetree.md @@ -95,4 +95,4 @@ GROUP BY StartDate ORDER BY StartDate; ``` -[来源文章](https://clickhouse.tech/docs/en/operations/table_engines/aggregatingmergetree/) +[来源文章](https://clickhouse.com/docs/en/operations/table_engines/aggregatingmergetree/) diff --git a/docs/zh/engines/table-engines/mergetree-family/collapsingmergetree.md b/docs/zh/engines/table-engines/mergetree-family/collapsingmergetree.md index 6fb57dc19d9..09f0d2aee1d 100644 --- a/docs/zh/engines/table-engines/mergetree-family/collapsingmergetree.md +++ b/docs/zh/engines/table-engines/mergetree-family/collapsingmergetree.md @@ -203,4 +203,4 @@ SELECT * FROM UAct FINAL 这种查询数据的方法是非垞䜎效的。䞍芁圚倧衚䞭䜿甚它。 -[原文](https://clickhouse.tech/docs/en/operations/table_engines/collapsingmergetree/) +[原文](https://clickhouse.com/docs/en/operations/table_engines/collapsingmergetree/) diff --git a/docs/zh/engines/table-engines/mergetree-family/custom-partitioning-key.md b/docs/zh/engines/table-engines/mergetree-family/custom-partitioning-key.md index 71249e39ed2..8694fe88027 100644 --- a/docs/zh/engines/table-engines/mergetree-family/custom-partitioning-key.md +++ b/docs/zh/engines/table-engines/mergetree-family/custom-partitioning-key.md @@ -117,4 +117,4 @@ drwxr-xr-x 2 clickhouse clickhouse 4096 Feb 1 16:48 detached ClickHouse 支持对分区执行这些操䜜删陀分区将分区从䞀䞪衚倍制到及䞀䞪衚或创建倇仜。了解分区的所有操䜜请参阅 [分区和片段的操䜜](../../../sql-reference/statements/alter.md#alter_manipulations-with-partitions) 䞀节。 -[来源文章](https://clickhouse.tech/docs/en/operations/table_engines/custom_partitioning_key/) +[来源文章](https://clickhouse.com/docs/en/operations/table_engines/custom_partitioning_key/) diff --git a/docs/zh/engines/table-engines/mergetree-family/graphitemergetree.md b/docs/zh/engines/table-engines/mergetree-family/graphitemergetree.md index fa17e0d5c5e..044ea442db3 100644 --- a/docs/zh/engines/table-engines/mergetree-family/graphitemergetree.md +++ b/docs/zh/engines/table-engines/mergetree-family/graphitemergetree.md @@ -164,4 +164,4 @@ CH圚倄理行记圕时䌚检查 `pattern`节点的规则。每䞪 `pattern` ``` -[原始文档](https://clickhouse.tech/docs/en/operations/table_engines/graphitemergetree/) +[原始文档](https://clickhouse.com/docs/en/operations/table_engines/graphitemergetree/) diff --git a/docs/zh/engines/table-engines/mergetree-family/mergetree.md b/docs/zh/engines/table-engines/mergetree-family/mergetree.md index 45e080fd640..b2e240f4f19 100644 --- a/docs/zh/engines/table-engines/mergetree-family/mergetree.md +++ b/docs/zh/engines/table-engines/mergetree-family/mergetree.md @@ -58,7 +58,7 @@ ORDER BY expr 劂果没有䜿甚 `PRIMARY KEY` 星匏指定的䞻键ClickHouse 䌚䜿甚排序键䜜䞺䞻键。 - 劂果䞍需芁排序可以䜿甚 `ORDER BY tuple()`. 参考 [选择䞻键](https://clickhouse.tech/docs/en/engines/table-engines/mergetree-family/mergetree/#selecting-the-primary-key) + 劂果䞍需芁排序可以䜿甚 `ORDER BY tuple()`. 参考 [选择䞻键](https://clickhouse.com/docs/en/engines/table-engines/mergetree-family/mergetree/#selecting-the-primary-key) - `PARTITION BY` — [分区键](custom-partitioning-key.md) 可选项。 @@ -90,7 +90,7 @@ ORDER BY expr - `index_granularity_bytes` — 玢匕粒床以字节䞺单䜍默讀倌: 10Mb。劂果想芁仅按数据行数限制玢匕粒床, 请讟眮䞺0(䞍建议)。 - `min_index_granularity_bytes` - 允讞的最小数据粒床默讀倌1024b。该选项甚于防止误操䜜添加了䞀䞪非垞䜎玢匕粒床的衚。参考[数据存傚](#mergetree-data-storage) - `enable_mixed_granularity_parts` — 是吊启甚通过 `index_granularity_bytes` 控制玢匕粒床的倧小。圚19.11版本之前, 只有 `index_granularity` 配眮胜借甚于限制玢匕粒床的倧小。圓从具有埈倧的行几十䞊癟兆字节的衚䞭查询数据时候`index_granularity_bytes` 配眮胜借提升ClickHouse的性胜。劂果悚的衚里有埈倧的行可以匀启这项配眮来提升`SELECT` 查询的性胜。 - - `use_minimalistic_part_header_in_zookeeper` — ZooKeeper䞭数据片段存傚方匏 。劂果`use_minimalistic_part_header_in_zookeeper=1` ZooKeeper 䌚存傚曎少的数据。曎倚信息参考[服务配眮参数]([Server Settings | ClickHouse Documentation](https://clickhouse.tech/docs/zh/operations/server-configuration-parameters/settings/))这章䞭的 [讟眮描述](../../../operations/server-configuration-parameters/settings.md#server-settings-use_minimalistic_part_header_in_zookeeper) 。 + - `use_minimalistic_part_header_in_zookeeper` — ZooKeeper䞭数据片段存傚方匏 。劂果`use_minimalistic_part_header_in_zookeeper=1` ZooKeeper 䌚存傚曎少的数据。曎倚信息参考[服务配眮参数]([Server Settings | ClickHouse Documentation](https://clickhouse.com/docs/zh/operations/server-configuration-parameters/settings/))这章䞭的 [讟眮描述](../../../operations/server-configuration-parameters/settings.md#server-settings-use_minimalistic_part_header_in_zookeeper) 。 - `min_merge_bytes_to_use_direct_io` — 䜿甚盎接 I/O 来操䜜磁盘的合并操䜜时芁求的最小数据量。合并数据片段时ClickHouse 䌚计算芁被合并的所有数据的总存傚空闎。劂果倧小超过了 `min_merge_bytes_to_use_direct_io` 讟眮的字节数则 ClickHouse 将䜿甚盎接 I/O 接口`O_DIRECT` 选项对磁盘读写。劂果讟眮 `min_merge_bytes_to_use_direct_io = 0` 则䌚犁甚盎接 I/O。默讀倌`10 * 1024 * 1024 * 1024` 字节。 - `merge_with_ttl_timeout` — TTL合并频率的最小闎隔时闎单䜍秒。默讀倌: 86400 (1 倩)。 @@ -99,9 +99,9 @@ ORDER BY expr - `storage_policy` — 存傚策略。 参见 [䜿甚具有倚䞪块的讟倇进行数据存傚](#table_engine-mergetree-multiple-volumes). - `min_bytes_for_wide_part`,`min_rows_for_wide_part` 圚数据片段䞭可以䜿甚`Wide`栌匏进行存傚的最小字节数/行数。悚可以䞍讟眮、只讟眮䞀䞪或党郜讟眮。参考[数据存傚](#mergetree-data-storage) - `max_parts_in_total` - 所有分区䞭最倧块的数量(意义䞍明) - - `max_compress_block_size` - 圚数据压猩写入衚前未压猩数据块的最倧倧小。悚可以圚党局讟眮䞭讟眮该倌(参见[max_compress_block_size](https://clickhouse.tech/docs/zh/operations/settings/settings/#max-compress-block-size))。建衚时指定该倌䌚芆盖党局讟眮。 - - `min_compress_block_size` - 圚数据压猩写入衚前未压猩数据块的最小倧小。悚可以圚党局讟眮䞭讟眮该倌(参见[min_compress_block_size](https://clickhouse.tech/docs/zh/operations/settings/settings/#min-compress-block-size))。建衚时指定该倌䌚芆盖党局讟眮。 - - `max_partitions_to_read` - 䞀次查询䞭可访问的分区最倧数。悚可以圚党局讟眮䞭讟眮该倌(参见[max_partitions_to_read](https://clickhouse.tech/docs/zh/operations/settings/settings/#max_partitions_to_read))。 + - `max_compress_block_size` - 圚数据压猩写入衚前未压猩数据块的最倧倧小。悚可以圚党局讟眮䞭讟眮该倌(参见[max_compress_block_size](https://clickhouse.com/docs/zh/operations/settings/settings/#max-compress-block-size))。建衚时指定该倌䌚芆盖党局讟眮。 + - `min_compress_block_size` - 圚数据压猩写入衚前未压猩数据块的最小倧小。悚可以圚党局讟眮䞭讟眮该倌(参见[min_compress_block_size](https://clickhouse.com/docs/zh/operations/settings/settings/#min-compress-block-size))。建衚时指定该倌䌚芆盖党局讟眮。 + - `max_partitions_to_read` - 䞀次查询䞭可访问的分区最倧数。悚可以圚党局讟眮䞭讟眮该倌(参见[max_partitions_to_read](https://clickhouse.com/docs/zh/operations/settings/settings/#max_partitions_to_read))。 **瀺䟋配眮** @@ -186,7 +186,7 @@ ClickHouse 䌚䞺每䞪数据片段创建䞀䞪玢匕文件来存傚这些标记 ClickHouse 䞍芁求䞻键唯䞀所以悚可以插入倚条具有盞同䞻键的行。 -悚可以圚`PRIMARY KEY`侎`ORDER BY`条件䞭䜿甚`可䞺空的`类型的衚蟟匏䜆区烈建议䞍芁这么做。䞺了启甚这项功胜请打匀[allow_nullable_key](https://clickhouse.tech/docs/zh/operations/settings/settings/#allow-nullable-key)[NULLS_LAST](https://clickhouse.tech/docs/zh/sql-reference/statements/select/order-by/#sorting-of-special-values)规则也适甚于`ORDER BY`条件䞭有NULL倌的情况䞋。 +悚可以圚`PRIMARY KEY`侎`ORDER BY`条件䞭䜿甚`可䞺空的`类型的衚蟟匏䜆区烈建议䞍芁这么做。䞺了启甚这项功胜请打匀[allow_nullable_key](https://clickhouse.com/docs/zh/operations/settings/settings/#allow-nullable-key)[NULLS_LAST](https://clickhouse.com/docs/zh/sql-reference/statements/select/order-by/#sorting-of-special-values)规则也适甚于`ORDER BY`条件䞭有NULL倌的情况䞋。 ### 䞻键的选择 {#zhu-jian-de-xuan-ze} @@ -543,7 +543,7 @@ MergeTree 系列衚匕擎可以将数据存傚圚倚䞪块讟倇䞊。这对某 - 卷 — 盞同磁盘的顺序列衚 类䌌于 [JBOD](https://en.wikipedia.org/wiki/Non-RAID_drive_architectures) - 存傚策略 — 卷的集合及他们之闎的数据移劚规则 - 以䞊名称的信息圚Clickhouse䞭系统衚[system.storage_policies](https://clickhouse.tech/docs/zh/operations/system-tables/storage_policies/#system_tables-storage_policies)和[system.disks](https://clickhouse.tech/docs/zh/operations/system-tables/disks/#system_tables-disks)䜓现。䞺了应甚存傚策略可以圚建衚时䜿甚`storage_policy`讟眮。 + 以䞊名称的信息圚Clickhouse䞭系统衚[system.storage_policies](https://clickhouse.com/docs/zh/operations/system-tables/storage_policies/#system_tables-storage_policies)和[system.disks](https://clickhouse.com/docs/zh/operations/system-tables/disks/#system_tables-disks)䜓现。䞺了应甚存傚策略可以圚建衚时䜿甚`storage_policy`讟眮。 ### 配眮 {#table_engine-mergetree-multiple-volumes_configure} @@ -809,4 +809,4 @@ S3磁盘也可以讟眮冷热存傚 指定了`cold`选项后本地磁盘剩䜙空闎劂果小于`move_factor * disk_size`或有TTL讟眮时数据就䌚定时迁移至S3了。 -[原始文章](https://clickhouse.tech/docs/en/operations/table_engines/mergetree/) +[原始文章](https://clickhouse.com/docs/en/operations/table_engines/mergetree/) diff --git a/docs/zh/engines/table-engines/mergetree-family/replacingmergetree.md b/docs/zh/engines/table-engines/mergetree-family/replacingmergetree.md index 75ec4ea8b3d..b6815f62405 100644 --- a/docs/zh/engines/table-engines/mergetree-family/replacingmergetree.md +++ b/docs/zh/engines/table-engines/mergetree-family/replacingmergetree.md @@ -58,4 +58,4 @@ CREATE TABLE [IF NOT EXISTS] [db.]table_name [ON CLUSTER cluster] -[来源文章](https://clickhouse.tech/docs/en/operations/table_engines/replacingmergetree/) +[来源文章](https://clickhouse.com/docs/en/operations/table_engines/replacingmergetree/) diff --git a/docs/zh/engines/table-engines/mergetree-family/replication.md b/docs/zh/engines/table-engines/mergetree-family/replication.md index a4d03e8da36..2e6391c01dd 100644 --- a/docs/zh/engines/table-engines/mergetree-family/replication.md +++ b/docs/zh/engines/table-engines/mergetree-family/replication.md @@ -199,4 +199,4 @@ sudo -u clickhouse touch /var/lib/clickhouse/flags/force_restore_data 劂果 ZooKeeper 䞭的数据䞢倱或损坏劂䞊所述䜠可以通过将数据蜬移到非倍制衚来保存数据。 -[来源文章](https://clickhouse.tech/docs/en/operations/table_engines/replication/) +[来源文章](https://clickhouse.com/docs/en/operations/table_engines/replication/) diff --git a/docs/zh/engines/table-engines/mergetree-family/summingmergetree.md b/docs/zh/engines/table-engines/mergetree-family/summingmergetree.md index d05e718c59b..e59c3907811 100644 --- a/docs/zh/engines/table-engines/mergetree-family/summingmergetree.md +++ b/docs/zh/engines/table-engines/mergetree-family/summingmergetree.md @@ -121,4 +121,4 @@ ClickHouse 䌚按片段合并数据以至于䞍同的数据片段䞭䌚包含 对于嵌套数据结构䜠无需圚列的元组䞭指定列以进行汇总。 -[来源文章](https://clickhouse.tech/docs/en/operations/table_engines/summingmergetree/) +[来源文章](https://clickhouse.com/docs/en/operations/table_engines/summingmergetree/) diff --git a/docs/zh/engines/table-engines/mergetree-family/versionedcollapsingmergetree.md b/docs/zh/engines/table-engines/mergetree-family/versionedcollapsingmergetree.md index 8479c92f56f..b81d2206bf4 100644 --- a/docs/zh/engines/table-engines/mergetree-family/versionedcollapsingmergetree.md +++ b/docs/zh/engines/table-engines/mergetree-family/versionedcollapsingmergetree.md @@ -233,4 +233,4 @@ SELECT * FROM UAct FINAL 这是䞀䞪非垞䜎效的方匏来选择数据。 䞍芁把它甚于数据量倧的衚。 -[原始文章](https://clickhouse.tech/docs/en/operations/table_engines/versionedcollapsingmergetree/) +[原始文章](https://clickhouse.com/docs/en/operations/table_engines/versionedcollapsingmergetree/) diff --git a/docs/zh/engines/table-engines/special/buffer.md b/docs/zh/engines/table-engines/special/buffer.md index 253aba2382a..5c48d54676e 100644 --- a/docs/zh/engines/table-engines/special/buffer.md +++ b/docs/zh/engines/table-engines/special/buffer.md @@ -50,4 +50,4 @@ PREWHEREFINAL 和 SAMPLE 对猓冲衚䞍起䜜甚。这些条件将䌠递到 请泚意䞀次插入䞀行数据是没有意义的即䜿对于 Buffer 衚也是劂歀。这将只产生每秒几千行的速床而插入曎倧的数据块每秒可以产生超过䞀癟䞇行参见 «性胜» 郚分。 -[原始文章](https://clickhouse.tech/docs/zh/operations/table_engines/buffer/) +[原始文章](https://clickhouse.com/docs/zh/operations/table_engines/buffer/) diff --git a/docs/zh/engines/table-engines/special/dictionary.md b/docs/zh/engines/table-engines/special/dictionary.md index 4908276ef97..50aa5f917d7 100644 --- a/docs/zh/engines/table-engines/special/dictionary.md +++ b/docs/zh/engines/table-engines/special/dictionary.md @@ -98,4 +98,4 @@ LIMIT 1 1 rows in set. Elapsed: 0.006 sec. -[来源文章](https://clickhouse.tech/docs/en/operations/table_engines/dictionary/) +[来源文章](https://clickhouse.com/docs/en/operations/table_engines/dictionary/) diff --git a/docs/zh/engines/table-engines/special/distributed.md b/docs/zh/engines/table-engines/special/distributed.md index 2ee17c13fae..f24d509f151 100644 --- a/docs/zh/engines/table-engines/special/distributed.md +++ b/docs/zh/engines/table-engines/special/distributed.md @@ -117,4 +117,4 @@ SELECT 查询䌚被发送到所有分片并䞔无论数据圚分片䞭劂䜕 启甚 max_parallel_replicas 选项后䌚圚分衚的所有副本䞊并行查询倄理。曎倚信息请参阅«讟眮max_parallel_replicas»郚分。 -[原始文章](https://clickhouse.tech/docs/en/operations/table_engines/distributed/) +[原始文章](https://clickhouse.com/docs/en/operations/table_engines/distributed/) diff --git a/docs/zh/engines/table-engines/special/external-data.md b/docs/zh/engines/table-engines/special/external-data.md index a07a9cda67e..ed44d7ce3b7 100644 --- a/docs/zh/engines/table-engines/special/external-data.md +++ b/docs/zh/engines/table-engines/special/external-data.md @@ -58,4 +58,4 @@ curl -F 'passwd=@passwd.tsv;' 'http://localhost:8123/?query=SELECT+shell,+count( 对于分垃匏查询将䞎时衚发送到所有远皋服务噚。 -[原始文章](https://clickhouse.tech/docs/zh/operations/table_engines/external_data/) +[原始文章](https://clickhouse.com/docs/zh/operations/table_engines/external_data/) diff --git a/docs/zh/engines/table-engines/special/file.md b/docs/zh/engines/table-engines/special/file.md index 4464dcf198c..ce4a43bba3f 100644 --- a/docs/zh/engines/table-engines/special/file.md +++ b/docs/zh/engines/table-engines/special/file.md @@ -70,4 +70,4 @@ $ echo -e "1,2\n3,4" | clickhouse-local -q "CREATE TABLE table (a Int64, b Int64 - 玢匕 - 副本 -[来源文章](https://clickhouse.tech/docs/en/operations/table_engines/file/) +[来源文章](https://clickhouse.com/docs/en/operations/table_engines/file/) diff --git a/docs/zh/engines/table-engines/special/generate.md b/docs/zh/engines/table-engines/special/generate.md index 885ad381d7f..bae981ac468 100644 --- a/docs/zh/engines/table-engines/special/generate.md +++ b/docs/zh/engines/table-engines/special/generate.md @@ -54,4 +54,4 @@ SELECT * FROM generate_engine_table LIMIT 3 - Indices - Replication -[原始文档](https://clickhouse.tech/docs/en/operations/table_engines/generate/) +[原始文档](https://clickhouse.com/docs/en/operations/table_engines/generate/) diff --git a/docs/zh/engines/table-engines/special/join.md b/docs/zh/engines/table-engines/special/join.md index 35a50c1a54d..36f5ca6134b 100644 --- a/docs/zh/engines/table-engines/special/join.md +++ b/docs/zh/engines/table-engines/special/join.md @@ -112,4 +112,4 @@ SELECT joinGet('id_val_join', 'val', toUInt32(1)) 劂果服务噚非正垞重启保存圚硬盘䞊的数据块䌚䞢倱或被损坏。这种情况䞋需芁手劚删陀被损坏的数据文件。 -[原始文档](https://clickhouse.tech/docs/en/operations/table_engines/join/) +[原始文档](https://clickhouse.com/docs/en/operations/table_engines/join/) diff --git a/docs/zh/engines/table-engines/special/materializedview.md b/docs/zh/engines/table-engines/special/materializedview.md index 21c4008a158..d4c678839b6 100644 --- a/docs/zh/engines/table-engines/special/materializedview.md +++ b/docs/zh/engines/table-engines/special/materializedview.md @@ -2,4 +2,4 @@ 物化视囟的䜿甚曎倚信息请参阅 [CREATE TABLE](../../../sql-reference/statements/create.md#create-table-query) 。它需芁䜿甚䞀䞪䞍同的匕擎来存傚数据这䞪匕擎芁圚创建物化视囟时指定。圓从衚䞭读取时它就䌚䜿甚该匕擎。 -[来源文章](https://clickhouse.tech/docs/en/operations/table_engines/materializedview/) +[来源文章](https://clickhouse.com/docs/en/operations/table_engines/materializedview/) diff --git a/docs/zh/engines/table-engines/special/memory.md b/docs/zh/engines/table-engines/special/memory.md index becf0f3b04f..2e880934652 100644 --- a/docs/zh/engines/table-engines/special/memory.md +++ b/docs/zh/engines/table-engines/special/memory.md @@ -4,4 +4,4 @@ Memory 匕擎以未压猩的圢匏将数据存傚圚 RAM 䞭。数据完党以 Memory 匕擎是由系统甚于䞎时衚进行倖郚数据的查询请参阅 «倖郚数据甚于请求倄理» 郚分以及甚于实现 `GLOBAL IN`请参见 «IN 运算笊» 郚分。 -[原始文章](https://clickhouse.tech/docs/zh/operations/table_engines/memory/) +[原始文章](https://clickhouse.com/docs/zh/operations/table_engines/memory/) diff --git a/docs/zh/engines/table-engines/special/merge.md b/docs/zh/engines/table-engines/special/merge.md index 839842e108f..c29a600bef6 100644 --- a/docs/zh/engines/table-engines/special/merge.md +++ b/docs/zh/engines/table-engines/special/merge.md @@ -60,4 +60,4 @@ 劂果 `WHERE/PREWHERE` 子句包含了垊 `_table` 的条件并䞔没有䟝赖其他的列劂䜜䞺衚蟟匏谓词铟接的䞀䞪子项或䜜䞺敎䞪的衚蟟匏这些条件的䜜甚䌚像玢匕䞀样。这些条件䌚圚那些可胜被读数据的衚的衚名䞊执行并䞔读操䜜只䌚圚那些满足了该条件的衚䞊去执行。 -[来源文章](https://clickhouse.tech/docs/en/operations/table_engines/merge/) +[来源文章](https://clickhouse.com/docs/en/operations/table_engines/merge/) diff --git a/docs/zh/engines/table-engines/special/null.md b/docs/zh/engines/table-engines/special/null.md index c9fee734f1a..60b91109abe 100644 --- a/docs/zh/engines/table-engines/special/null.md +++ b/docs/zh/engines/table-engines/special/null.md @@ -4,4 +4,4 @@ 䜆是可以圚 Null 类型的衚䞊创建物化视囟。写入衚的数据将蜬发到视囟䞭。 -[原始文章](https://clickhouse.tech/docs/en/operations/table_engines/null/) +[原始文章](https://clickhouse.com/docs/en/operations/table_engines/null/) diff --git a/docs/zh/engines/table-engines/special/set.md b/docs/zh/engines/table-engines/special/set.md index a4fd0d85bd1..ae522221c14 100644 --- a/docs/zh/engines/table-engines/special/set.md +++ b/docs/zh/engines/table-engines/special/set.md @@ -8,4 +8,4 @@ 对于区制服务噚重启磁盘䞊的数据块可胜䌚䞢倱或损坏。圚数据块损坏的情况䞋可胜需芁手劚删陀包含损坏数据的文件。 -[原始文章](https://clickhouse.tech/docs/en/operations/table_engines/set/) +[原始文章](https://clickhouse.com/docs/en/operations/table_engines/set/) diff --git a/docs/zh/engines/table-engines/special/url.md b/docs/zh/engines/table-engines/special/url.md index 9e0b953043e..41dd887d20a 100644 --- a/docs/zh/engines/table-engines/special/url.md +++ b/docs/zh/engines/table-engines/special/url.md @@ -68,4 +68,4 @@ SELECT * FROM url_engine_table - 玢匕。 - 副本。 -[来源文章](https://clickhouse.tech/docs/en/operations/table_engines/url/) +[来源文章](https://clickhouse.com/docs/en/operations/table_engines/url/) diff --git a/docs/zh/engines/table-engines/special/view.md b/docs/zh/engines/table-engines/special/view.md index e2dca177e4e..fde72ce85b0 100644 --- a/docs/zh/engines/table-engines/special/view.md +++ b/docs/zh/engines/table-engines/special/view.md @@ -2,4 +2,4 @@ 甚于构建视囟有关曎倚信息请参阅 `CREATE VIEW 查询`。 它䞍存傚数据仅存傚指定的 `SELECT` 查询。 从衚䞭读取时它䌚运行歀查询并从查询䞭删陀所有䞍必芁的列。 -[原始文章](https://clickhouse.tech/docs/en/operations/table_engines/view/) +[原始文章](https://clickhouse.com/docs/en/operations/table_engines/view/) diff --git a/docs/zh/faq/general.md b/docs/zh/faq/general.md index 68053330405..05dad567195 100644 --- a/docs/zh/faq/general.md +++ b/docs/zh/faq/general.md @@ -16,4 +16,4 @@ NLS_LANG=CHINESE_CHINA.ZHS16GBK -[来源文章](https://clickhouse.tech/docs/zh/faq/general/) +[来源文章](https://clickhouse.com/docs/zh/faq/general/) diff --git a/docs/zh/getting-started/example-datasets/amplab-benchmark.md b/docs/zh/getting-started/example-datasets/amplab-benchmark.md index 22f2735968b..0feb4f7c371 100644 --- a/docs/zh/getting-started/example-datasets/amplab-benchmark.md +++ b/docs/zh/getting-started/example-datasets/amplab-benchmark.md @@ -124,4 +124,4 @@ ORDER BY totalRevenue DESC LIMIT 1 ``` -[原始文章](https://clickhouse.tech/docs/en/getting_started/example_datasets/amplab_benchmark/) +[原始文章](https://clickhouse.com/docs/en/getting_started/example_datasets/amplab_benchmark/) diff --git a/docs/zh/getting-started/example-datasets/criteo.md b/docs/zh/getting-started/example-datasets/criteo.md index 40ca1b4a781..ecc643bc576 100644 --- a/docs/zh/getting-started/example-datasets/criteo.md +++ b/docs/zh/getting-started/example-datasets/criteo.md @@ -76,4 +76,4 @@ INSERT INTO criteo SELECT date, clicked, int1, int2, int3, int4, int5, int6, int DROP TABLE criteo_log; ``` -[原始文章](https://clickhouse.tech/docs/en/getting_started/example_datasets/criteo/) +[原始文章](https://clickhouse.com/docs/en/getting_started/example_datasets/criteo/) diff --git a/docs/zh/getting-started/example-datasets/index.md b/docs/zh/getting-started/example-datasets/index.md index acd554ca4da..e85796f6e96 100644 --- a/docs/zh/getting-started/example-datasets/index.md +++ b/docs/zh/getting-started/example-datasets/index.md @@ -18,4 +18,4 @@ toc_title: "\u5BFC\u8A00" - [New York Taxi Data](../../getting-started/example-datasets/nyc-taxi.md) - [OnTime](../../getting-started/example-datasets/ontime.md) -[原始文章](https://clickhouse.tech/docs/en/getting_started/example_datasets) +[原始文章](https://clickhouse.com/docs/en/getting_started/example_datasets) diff --git a/docs/zh/getting-started/example-datasets/nyc-taxi.md b/docs/zh/getting-started/example-datasets/nyc-taxi.md index 0e4ff67d6e7..048640f8739 100644 --- a/docs/zh/getting-started/example-datasets/nyc-taxi.md +++ b/docs/zh/getting-started/example-datasets/nyc-taxi.md @@ -385,4 +385,4 @@ Q40.072秒。 | 3 | 0.212 | 0.438 | 0.733 | 1.241 | | 140 | 0.028 | 0.043 | 0.051 | 0.072 | -[原始文章](https://clickhouse.tech/docs/en/getting_started/example_datasets/nyc_taxi/) +[原始文章](https://clickhouse.com/docs/en/getting_started/example_datasets/nyc_taxi/) diff --git a/docs/zh/getting-started/example-datasets/ontime.md b/docs/zh/getting-started/example-datasets/ontime.md index 6d888b2196c..897712f195d 100644 --- a/docs/zh/getting-started/example-datasets/ontime.md +++ b/docs/zh/getting-started/example-datasets/ontime.md @@ -408,4 +408,4 @@ LIMIT 10; - https://www.percona.com/blog/2016/01/07/apache-spark-with-air-ontime-performance-data/ - http://nickmakos.blogspot.ru/2012/08/analyzing-air-traffic-performance-with.html -[原始文章](https://clickhouse.tech/docs/en/getting_started/example_datasets/ontime/) +[原始文章](https://clickhouse.com/docs/en/getting_started/example_datasets/ontime/) diff --git a/docs/zh/getting-started/example-datasets/star-schema.md b/docs/zh/getting-started/example-datasets/star-schema.md index 563b7922238..aa2c259d6ad 100644 --- a/docs/zh/getting-started/example-datasets/star-schema.md +++ b/docs/zh/getting-started/example-datasets/star-schema.md @@ -365,4 +365,4 @@ ORDER BY P_BRAND ASC; ``` -[原始文章](https://clickhouse.tech/docs/en/getting_started/example_datasets/star_schema/) +[原始文章](https://clickhouse.com/docs/en/getting_started/example_datasets/star_schema/) diff --git a/docs/zh/getting-started/example-datasets/wikistat.md b/docs/zh/getting-started/example-datasets/wikistat.md index 4320d6b4926..b91b254fcf5 100644 --- a/docs/zh/getting-started/example-datasets/wikistat.md +++ b/docs/zh/getting-started/example-datasets/wikistat.md @@ -30,4 +30,4 @@ $ cat links.txt | while read link; do wget http://dumps.wikimedia.org/other/page $ ls -1 /opt/wikistat/ | grep gz | while read i; do echo $i; gzip -cd /opt/wikistat/$i | ./wikistat-loader --time="$(echo -n $i | sed -r 's/pagecounts-([0-9]{4})([0-9]{2})([0-9]{2})-([0-9]{2})([0-9]{2})([0-9]{2})\.gz/\1-\2-\3 \4-00-00/')" | clickhouse-client --query="INSERT INTO wikistat FORMAT TabSeparated"; done ``` -[原始文章](https://clickhouse.tech/docs/en/getting_started/example_datasets/wikistat/) +[原始文章](https://clickhouse.com/docs/en/getting_started/example_datasets/wikistat/) diff --git a/docs/zh/getting-started/index.md b/docs/zh/getting-started/index.md index c5ec7ded932..f5ce4cbf3b7 100644 --- a/docs/zh/getting-started/index.md +++ b/docs/zh/getting-started/index.md @@ -15,4 +15,4 @@ toc_priority: 2 - [瀺䟋数据集-航班飞行数据](example-datasets/ontime.md) 瀺䟋数据提䟛了垞甚的SQL查询场景 -[来源文章](https://clickhouse.tech/docs/zh/getting_started/) +[来源文章](https://clickhouse.com/docs/zh/getting_started/) diff --git a/docs/zh/getting-started/install.md b/docs/zh/getting-started/install.md index 51d6ed198fa..27ed0a40a12 100644 --- a/docs/zh/getting-started/install.md +++ b/docs/zh/getting-started/install.md @@ -183,6 +183,6 @@ SELECT 1 **恭喜系统已经工䜜了!** -䞺了继续进行实验䜠可以尝试䞋蜜测试数据集或查看[教皋](https://clickhouse.tech/tutorial.html)。 +䞺了继续进行实验䜠可以尝试䞋蜜测试数据集或查看[教皋](https://clickhouse.com/tutorial.html)。 -[原始文章](https://clickhouse.tech/docs/en/getting_started/install/) +[原始文章](https://clickhouse.com/docs/en/getting_started/install/) diff --git a/docs/zh/getting-started/tutorial.md b/docs/zh/getting-started/tutorial.md index 902064936f5..5f2415e73a5 100644 --- a/docs/zh/getting-started/tutorial.md +++ b/docs/zh/getting-started/tutorial.md @@ -659,4 +659,4 @@ INSERT INTO tutorial.hits_replica SELECT * FROM tutorial.hits_local; 倍制圚倚䞻机暡匏䞋运行。数据可以加蜜到任䜕副本䞭然后系统自劚将其䞎其他实䟋同步。倍制是匂步的因歀圚给定时刻并非所有副本郜可胜包含最近插入的数据。至少应该有䞀䞪副本允讞数据摄入。及䞀些则䌚圚重新激掻后同步数据并修倍䞀臎性。请泚意这种方法允讞最近插入的数据䞢倱的可胜性埈䜎。 -[原始文章](https://clickhouse.tech/docs/en/getting_started/tutorial/) +[原始文章](https://clickhouse.com/docs/en/getting_started/tutorial/) diff --git a/docs/zh/guides/apply-catboost-model.md b/docs/zh/guides/apply-catboost-model.md index ad325dc29db..72f5fa38e84 100644 --- a/docs/zh/guides/apply-catboost-model.md +++ b/docs/zh/guides/apply-catboost-model.md @@ -240,4 +240,4 @@ FROM !!! note "泚" 查看凜数诎明 [avg()](../sql-reference/aggregate-functions/reference/avg.md#agg_function-avg) 和 [log()](../sql-reference/functions/math-functions.md) 。 -[原始文章](https://clickhouse.tech/docs/en/guides/apply_catboost_model/) +[原始文章](https://clickhouse.com/docs/en/guides/apply_catboost_model/) diff --git a/docs/zh/guides/index.md b/docs/zh/guides/index.md index 54cb4e1055c..b8b4e7e2d51 100644 --- a/docs/zh/guides/index.md +++ b/docs/zh/guides/index.md @@ -13,4 +13,4 @@ toc_title: "\u6982\u8FF0" - [关于简单集矀讟眮的教皋](../getting-started/tutorial.md) - [圚ClickHouse䞭应甚CatBoostæš¡åž‹](apply-catboost-model.md) -[原始文章](https://clickhouse.tech/docs/en/guides/) +[原始文章](https://clickhouse.com/docs/en/guides/) diff --git a/docs/zh/index.md b/docs/zh/index.md index fb473020f22..8f545b49f13 100644 --- a/docs/zh/index.md +++ b/docs/zh/index.md @@ -87,4 +87,4 @@ ClickHouse是䞀䞪甚于联机分析(OLAP)的列匏数据库管理系统(DBMS) 请泚意䞺了提高CPU效率查询语蚀必须是声明型的(SQL或MDX) 或者至少䞀䞪向量(JK)。 查询应该只包含隐匏埪环允讞进行䌘化。 -[来源文章](https://clickhouse.tech/docs/zh/) +[来源文章](https://clickhouse.com/docs/zh/) diff --git a/docs/zh/interfaces/cli.md b/docs/zh/interfaces/cli.md index 3e15e8547cc..f4ae48cd425 100644 --- a/docs/zh/interfaces/cli.md +++ b/docs/zh/interfaces/cli.md @@ -147,4 +147,4 @@ $ clickhouse-client --param_tuple_in_tuple="(10, ('dt', 10))" -q "SELECT * FROM ``` -[来源文章](https://clickhouse.tech/docs/zh/interfaces/cli/) +[来源文章](https://clickhouse.com/docs/zh/interfaces/cli/) diff --git a/docs/zh/interfaces/cpp.md b/docs/zh/interfaces/cpp.md index 5c88442c2ec..5fd2bc00b67 100644 --- a/docs/zh/interfaces/cpp.md +++ b/docs/zh/interfaces/cpp.md @@ -7,4 +7,4 @@ toc_title: C++客户端库 请参考仓库的描述文件[clickhouse-cpp](https://github.com/ClickHouse/clickhouse-cpp)。 -[原始文章](https://clickhouse.tech/docs/zh/interfaces/cpp/) +[原始文章](https://clickhouse.com/docs/zh/interfaces/cpp/) diff --git a/docs/zh/interfaces/formats.md b/docs/zh/interfaces/formats.md index 3db3ee96d6c..85af2abda6b 100644 --- a/docs/zh/interfaces/formats.md +++ b/docs/zh/interfaces/formats.md @@ -127,9 +127,9 @@ world 数组甚方括号包裹、逗号分隔的圢匏衚瀺(䟋劂`[11,22,33]`)。数组䞭的数字项按䞊述规则进行栌匏化。`日期`和`日期时闎`类型甚单匕号包裹。字笊䞲甚单匕号包裹遵埪䞊述蜬义规则。 -[NULL](https://clickhouse.tech/docs/zh/sql-reference/syntax/)将蟓出䞺`\N`。 +[NULL](https://clickhouse.com/docs/zh/sql-reference/syntax/)将蟓出䞺`\N`。 -[Nested](https://clickhouse.tech/docs/zh/sql-reference/data-types/nested-data-structures/nested/)结构的每䞪元玠郜衚瀺䞺数组。 +[Nested](https://clickhouse.com/docs/zh/sql-reference/data-types/nested-data-structures/nested/)结构的每䞪元玠郜衚瀺䞺数组。 瀺䟋 @@ -931,7 +931,7 @@ FixedString 被简单地衚瀺䞺字节序列。 这是 `INSERT INTO t VALUES ...` 䞭可以䜿甚的栌匏䜆悚也可以将其甚于查询结果。 -及见[input_format_values_interpret_expressions](https://clickhouse.tech/docs/en/operations/settings/settings/#settings-input_format_values_interpret_expressions)和[input_format_values_deduce_templates_of_expressions](https://clickhouse.tech/docs/en/operations/settings/settings/#settings-input_format_values_deduce_templates_of_expressions)。 +及见[input_format_values_interpret_expressions](https://clickhouse.com/docs/en/operations/settings/settings/#settings-input_format_values_interpret_expressions)和[input_format_values_deduce_templates_of_expressions](https://clickhouse.com/docs/en/operations/settings/settings/#settings-input_format_values_deduce_templates_of_expressions)。 ## Vertical {#vertical} @@ -1325,7 +1325,7 @@ $ clickhouse-client --query="SELECT * FROM {some_table} FORMAT ORC" > {filename. 芁䞎Hadoop亀换数据悚可以䜿甚 [HDFS衚匕擎](../engines/table-engines/integrations/hdfs.md). ## LineAsString {#lineasstring} -这种栌匏䞋每行蟓入数据郜䌚圓做䞀䞪字笊䞲。这种栌匏仅适甚于仅有䞀列[String](https://clickhouse.tech/docs/en/sql-reference/data-types/string/)类型的列的衚。其䜙列必须讟眮䞺[DEFAULT](https://clickhouse.tech/docs/en/sql-reference/statements/create/table/#default)、[MATERIALIZED](https://clickhouse.tech/docs/en/sql-reference/statements/create/table/#materialized)或者被応略。 +这种栌匏䞋每行蟓入数据郜䌚圓做䞀䞪字笊䞲。这种栌匏仅适甚于仅有䞀列[String](https://clickhouse.com/docs/en/sql-reference/data-types/string/)类型的列的衚。其䜙列必须讟眮䞺[DEFAULT](https://clickhouse.com/docs/en/sql-reference/statements/create/table/#default)、[MATERIALIZED](https://clickhouse.com/docs/en/sql-reference/statements/create/table/#materialized)或者被応略。 ### 瀺䟋 查询劂䞋 @@ -1344,14 +1344,14 @@ SELECT * FROM line_as_string; ## Regexp {#regexp} 每䞀列蟓入数据根据正则衚蟟匏解析。䜿甚`Regexp`栌匏时可以䜿甚劂䞋讟眮 -- `format_regexp`[String](https://clickhouse.tech/docs/en/sql-reference/data-types/string/)类型。包含[re2](https://github.com/google/re2/wiki/Syntax)栌匏的正则衚蟟匏。 -- `format_regexp_escaping_rule`[String](https://clickhouse.tech/docs/en/sql-reference/data-types/string/)类型。支持劂䞋蜬义规则 - - CSV(规则盞同于[CSV](https://clickhouse.tech/docs/zh/interfaces/formats/#csv)) - - JSON(盞同于[JSONEachRow](https://clickhouse.tech/docs/zh/interfaces/formats/#jsoneachrow)) - - Escaped(盞同于[TSV](https://clickhouse.tech/docs/zh/interfaces/formats/#tabseparated)) - - Quoted(盞同于[Values](https://clickhouse.tech/docs/zh/interfaces/formats/#data-format-values)) +- `format_regexp`[String](https://clickhouse.com/docs/en/sql-reference/data-types/string/)类型。包含[re2](https://github.com/google/re2/wiki/Syntax)栌匏的正则衚蟟匏。 +- `format_regexp_escaping_rule`[String](https://clickhouse.com/docs/en/sql-reference/data-types/string/)类型。支持劂䞋蜬义规则 + - CSV(规则盞同于[CSV](https://clickhouse.com/docs/zh/interfaces/formats/#csv)) + - JSON(盞同于[JSONEachRow](https://clickhouse.com/docs/zh/interfaces/formats/#jsoneachrow)) + - Escaped(盞同于[TSV](https://clickhouse.com/docs/zh/interfaces/formats/#tabseparated)) + - Quoted(盞同于[Values](https://clickhouse.com/docs/zh/interfaces/formats/#data-format-values)) - Raw(将敎䞪子匹配项进行提取䞍蜬义) -- `format_regexp_skip_unmatched`[UInt8](https://clickhouse.tech/docs/zh/sql-reference/data-types/int-uint/)类型。圓`format_regexp`衚蟟匏没有匹配到结果时是吊抛出匂垞。可䞺0或1。 +- `format_regexp_skip_unmatched`[UInt8](https://clickhouse.com/docs/zh/sql-reference/data-types/int-uint/)类型。圓`format_regexp`衚蟟匏没有匹配到结果时是吊抛出匂垞。可䞺0或1。 ### 甚法 {#usage-1} `format_regexp`讟眮䌚应甚于每䞀行蟓入数据。正则衚蟟匏的子匹配项数必须等于蟓入数据期望埗到的列数。 @@ -1391,7 +1391,7 @@ SELECT * FROM imp_regex_table; ## RawBLOB {#rawblob} 这种栌匏䞋所有蟓入数据视䞺䞀䞪倌。该栌匏仅适甚于仅有䞀String类型的列的衚。蟓出时䜿甚二进制栌匏蟓出。圓蟓出结果䞍唯䞀时蟓出是有歧义的并䞔䞍胜通过该蟓出还原原数据。 -䞋面是`RawBLOB`侎[TabSeparatedRaw](https://clickhouse.tech/docs/zh/interfaces/formats/#tabseparatedraw)的对比 +䞋面是`RawBLOB`侎[TabSeparatedRaw](https://clickhouse.com/docs/zh/interfaces/formats/#tabseparatedraw)的对比 `RawBloB`: @@ -1405,7 +1405,7 @@ SELECT * FROM imp_regex_table; - 每行的倌通过制衚笊分隔。 - 每行最后的倌埗后面有换行笊。 -䞋面是`RawBLOB`侎[RowBinary](https://clickhouse.tech/docs/zh/interfaces/formats/#rowbinary)的对比 +䞋面是`RawBLOB`侎[RowBinary](https://clickhouse.com/docs/zh/interfaces/formats/#rowbinary)的对比 `RawBloB`: @@ -1436,8 +1436,8 @@ f9725a22f9191e064120d718e26862a9 - 栌匏架构䞺架构文件名和歀文件䞭消息类型的组合甚冒号分隔,䟋劂 `schemafile.proto:MessageType`. 劂果文件具有栌匏的标准扩展名(䟋劂, `Protobuf`栌匏的架构文件标准扩展名䞺`.proto`),它可以被省略圚这种情况䞋栌匏暡匏劂䞋所瀺 `schemafile:MessageType`. -劂果悚通过[Client](../interfaces/cli.md) 圚 [亀互暡匏](https://clickhouse.tech/docs/zh/interfaces/cli/#cli_usage)䞋蟓入或蟓出数据栌匏架构䞭指定的文件名可以䜿甚绝对路埄或客户端圓前目圕的盞对路埄。 -劂果圚[批倄理暡匏](https://clickhouse.tech/docs/zh/interfaces/cli/#cli_usage)䞋䜿甚客户端则由于安党原因架构的路埄必须䜿甚盞对路埄。 +劂果悚通过[Client](../interfaces/cli.md) 圚 [亀互暡匏](https://clickhouse.com/docs/zh/interfaces/cli/#cli_usage)䞋蟓入或蟓出数据栌匏架构䞭指定的文件名可以䜿甚绝对路埄或客户端圓前目圕的盞对路埄。 +劂果圚[批倄理暡匏](https://clickhouse.com/docs/zh/interfaces/cli/#cli_usage)䞋䜿甚客户端则由于安党原因架构的路埄必须䜿甚盞对路埄。 劂果悚通过 HTTP接口](../interfaces/http.md)蟓入或蟓出数据栌匏架构䞭指定的文件名应该䜍于服务噚讟眮的[format_schema_path](../operations/server-configuration-parameters/settings.md#server_configuration_parameters-format_schema_path)指定的目圕䞭。 @@ -1453,4 +1453,4 @@ f9725a22f9191e064120d718e26862a9 - -[来源文章](https://clickhouse.tech/docs/zh/interfaces/formats/) +[来源文章](https://clickhouse.com/docs/zh/interfaces/formats/) diff --git a/docs/zh/interfaces/http.md b/docs/zh/interfaces/http.md index 8ab54293b32..cdce4f2f2e7 100644 --- a/docs/zh/interfaces/http.md +++ b/docs/zh/interfaces/http.md @@ -624,4 +624,4 @@ $ curl -vv -H 'XXX:xxx' 'http://localhost:8123/get_relative_path_static_handler' * Connection #0 to host localhost left intact ``` -[来源文章](https://clickhouse.tech/docs/zh/interfaces/http_interface/) +[来源文章](https://clickhouse.com/docs/zh/interfaces/http_interface/) diff --git a/docs/zh/interfaces/index.md b/docs/zh/interfaces/index.md index 4bc14539896..aa884064abd 100644 --- a/docs/zh/interfaces/index.md +++ b/docs/zh/interfaces/index.md @@ -24,4 +24,4 @@ ClickHouse提䟛了䞀䞪眑络接口(䞀䞪郜可以选择包装圚TLS䞭以增 - [第䞉方集成库](../interfaces/third-party/integrations.md) - [可视化UI](../interfaces/third-party/gui.md) -[来源文章](https://clickhouse.tech/docs/en/interfaces/) +[来源文章](https://clickhouse.com/docs/en/interfaces/) diff --git a/docs/zh/interfaces/jdbc.md b/docs/zh/interfaces/jdbc.md index 87d006fe932..ed2fad24714 100644 --- a/docs/zh/interfaces/jdbc.md +++ b/docs/zh/interfaces/jdbc.md @@ -10,4 +10,4 @@ toc_title: JDBC驱劚 - [ClickHouse-Native-JDBC](https://github.com/housepower/ClickHouse-Native-JDBC) - [clickhouse4j](https://github.com/blynkkk/clickhouse4j) -[来源文章](https://clickhouse.tech/docs/zh/interfaces/jdbc/) +[来源文章](https://clickhouse.com/docs/zh/interfaces/jdbc/) diff --git a/docs/zh/interfaces/mysql.md b/docs/zh/interfaces/mysql.md index fa9fc0053a6..c8f24b40f81 100644 --- a/docs/zh/interfaces/mysql.md +++ b/docs/zh/interfaces/mysql.md @@ -44,4 +44,4 @@ mysql> - 某些数据类型以字笊䞲圢匏发送 -[原始文章](https://clickhouse.tech/docs/en/interfaces/mysql/) +[原始文章](https://clickhouse.com/docs/en/interfaces/mysql/) diff --git a/docs/zh/interfaces/odbc.md b/docs/zh/interfaces/odbc.md index d0e38f96609..89ba1e30c6a 100644 --- a/docs/zh/interfaces/odbc.md +++ b/docs/zh/interfaces/odbc.md @@ -7,4 +7,4 @@ toc_title: ODBC驱劚 - [官方驱劚](https://github.com/ClickHouse/clickhouse-odbc)。 -[来源文章](https://clickhouse.tech/docs/zh/interfaces/odbc/) +[来源文章](https://clickhouse.com/docs/zh/interfaces/odbc/) diff --git a/docs/zh/interfaces/tcp.md b/docs/zh/interfaces/tcp.md index 571fd22b758..b43af0e533e 100644 --- a/docs/zh/interfaces/tcp.md +++ b/docs/zh/interfaces/tcp.md @@ -7,4 +7,4 @@ toc_title: 原生接口(TCP) 原生接口协议甚于[呜什行客户端](cli.md)甚于分垃匏查询倄理期闎的服务噚闎通信以及其他C++ 皋序。䞍幞的是原生ClickHouse协议还没有正匏的规范䜆它可以从ClickHouse源代码[从这里匀始](https://github.com/ClickHouse/ClickHouse/tree/master/src/Client)或通过拊截和分析TCP流量进行逆向工皋。 -[原文](https://clickhouse.tech/docs/en/interfaces/tcp/) +[原文](https://clickhouse.com/docs/en/interfaces/tcp/) diff --git a/docs/zh/interfaces/third-party/client-libraries.md b/docs/zh/interfaces/third-party/client-libraries.md index e2412f2b8de..3136b928e7b 100644 --- a/docs/zh/interfaces/third-party/client-libraries.md +++ b/docs/zh/interfaces/third-party/client-libraries.md @@ -64,4 +64,4 @@ Yandex**没有**绎技䞋面列出的库也没有做过任䜕广泛的测试 - Haskell - [hdbc-clickhouse](https://github.com/zaneli/hdbc-clickhouse) -[来源文章](https://clickhouse.tech/docs/en/interfaces/third-party/client_libraries/) +[来源文章](https://clickhouse.com/docs/en/interfaces/third-party/client_libraries/) diff --git a/docs/zh/interfaces/third-party/gui.md b/docs/zh/interfaces/third-party/gui.md index e510d88f7a7..8afd5832e3b 100644 --- a/docs/zh/interfaces/third-party/gui.md +++ b/docs/zh/interfaces/third-party/gui.md @@ -115,4 +115,4 @@ ClickHouse Web 界面 [Tabix](https://github.com/tabixio/tabix). - 重构。 - 搜玢和富航。 -[来源文章](https://clickhouse.tech/docs/zh/interfaces/third-party/gui/) +[来源文章](https://clickhouse.com/docs/zh/interfaces/third-party/gui/) diff --git a/docs/zh/interfaces/third-party/integrations.md b/docs/zh/interfaces/third-party/integrations.md index 20dcf47cabd..9908a364c5f 100644 --- a/docs/zh/interfaces/third-party/integrations.md +++ b/docs/zh/interfaces/third-party/integrations.md @@ -105,4 +105,4 @@ Yandex**没有**绎技䞋面列出的库也没有做过任䜕广泛的测试 - [GraphQL](https://github.com/graphql) - [activecube-graphql](https://github.com/bitquery/activecube-graphql) -[源文章](https://clickhouse.tech/docs/en/interfaces/third-party/integrations/) +[源文章](https://clickhouse.com/docs/en/interfaces/third-party/integrations/) diff --git a/docs/zh/interfaces/third-party/proxy.md b/docs/zh/interfaces/third-party/proxy.md index a2050863f30..034657a70d2 100644 --- a/docs/zh/interfaces/third-party/proxy.md +++ b/docs/zh/interfaces/third-party/proxy.md @@ -41,4 +41,4 @@ toc_title: 第䞉方代理 䜿甚go语蚀实现。 -[Original article](https://clickhouse.tech/docs/en/interfaces/third-party/proxy/) +[Original article](https://clickhouse.com/docs/en/interfaces/third-party/proxy/) diff --git a/docs/zh/introduction/adopters.md b/docs/zh/introduction/adopters.md index 6b9ac7c2ceb..10c3ee697d9 100644 --- a/docs/zh/introduction/adopters.md +++ b/docs/zh/introduction/adopters.md @@ -35,7 +35,7 @@ toc_title: "ClickHouse甚户" | [Exness](https://www.exness.com) | 亀易 | 指标日志记圕 | — | — | [俄语亀谈2019幎5月](https://youtu.be/_rpU-TvSfZ8?t=3215) | | [粟灵](https://geniee.co.jp) | 广告眑络 | 䞻芁产品 | — | — | [日文博客2017幎7月](https://tech.geniee.co.jp/entry/2017/07/20/160100) | | [虎牙](https://www.huya.com/) | 视频流 | 分析 | — | — | [䞭文幻灯片2018幎10月](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup19/7.%20ClickHouse䞇亿数据分析实践%20李本旺(sundy-li)%20虎牙.pdf) | -| [Idealista](https://www.idealista.com) | 房地产 | 分析 | — | — | [英文博客文章,四月2019](https://clickhouse.tech/blog/en/clickhouse-meetup-in-madrid-on-april-2-2019) | +| [Idealista](https://www.idealista.com) | 房地产 | 分析 | — | — | [英文博客文章,四月2019](https://clickhouse.com/blog/en/clickhouse-meetup-in-madrid-on-april-2-2019) | | [Infovista](https://www.infovista.com/) | 眑络 | 分析 | — | — | [英文幻灯片十月2019](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup30/infovista.pdf) | | [InnoGames](https://www.innogames.com) | 枞戏 | 指标日志记圕 | — | — | [俄文幻灯片2019幎9月](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup28/graphite_and_clickHouse.pdf) | | [Integros](https://integros.com) | 视频服务平台 | 分析 | — | — | [俄文幻灯片2019幎5月](https://github.com/ClickHouse/clickhouse-presentations/blob/master/meetup22/strategies.pdf) | @@ -82,4 +82,4 @@ toc_title: "ClickHouse甚户" | [Crazypanda](https://crazypanda.ru/en/) | 枞戏 | | — | — | ClickHouse 瀟区䌚议 | | [FunCorp](https://fun.co/rp) | 枞戏 | | — | — | [文章](https://www.altinity.com/blog/migrating-from-redshift-to-clickhouse) | -[原始文章](https://clickhouse.tech/docs/en/introduction/adopters/) +[原始文章](https://clickhouse.com/docs/en/introduction/adopters/) diff --git a/docs/zh/introduction/distinctive-features.md b/docs/zh/introduction/distinctive-features.md index f74c98a0c1d..35d46163860 100644 --- a/docs/zh/introduction/distinctive-features.md +++ b/docs/zh/introduction/distinctive-features.md @@ -86,4 +86,4 @@ ClickHouse䜿甚SQL查询实现甚户垐户管理并允讞[角色的访问控 2. 猺少高频率䜎延迟的修改或删陀已存圚数据的胜力。仅胜甚于批量删陀或修改数据䜆这笊合 [GDPR](https://gdpr-info.eu)。 3. 皀疏玢匕䜿埗ClickHouse䞍适合通过其键检玢单行的点查询。 -[来源文章](https://clickhouse.tech/docs/en/introduction/distinctive_features/) +[来源文章](https://clickhouse.com/docs/en/introduction/distinctive_features/) diff --git a/docs/zh/introduction/history.md b/docs/zh/introduction/history.md index 265ade8785b..95d7b1ddc96 100644 --- a/docs/zh/introduction/history.md +++ b/docs/zh/introduction/history.md @@ -51,4 +51,4 @@ OLAPServer可以埈奜的工䜜圚非聚合数据䞊䜆是它有诞倚限制 䞺了消陀OLAPServer的这些局限性解决所有报衚䜿甚非聚合数据的问题我们匀发了ClickHouse数据库管理系统。 -[来源文章](https://clickhouse.tech/docs/en/introduction/ya_metrika_task/) +[来源文章](https://clickhouse.com/docs/en/introduction/ya_metrika_task/) diff --git a/docs/zh/introduction/performance.md b/docs/zh/introduction/performance.md index 0ae4b9b1e1e..67ad8768205 100644 --- a/docs/zh/introduction/performance.md +++ b/docs/zh/introduction/performance.md @@ -5,9 +5,9 @@ toc_title: ClickHouse性胜 # 性胜 {#performance} -根据Yandex的内郚测试结果ClickHouse衚现出了比同类可比蟃产品曎䌘的性胜。䜠可以圚 [这里](https://clickhouse.tech/benchmark/dbms/) 查看具䜓的测试结果。 +根据Yandex的内郚测试结果ClickHouse衚现出了比同类可比蟃产品曎䌘的性胜。䜠可以圚 [这里](https://clickhouse.com/benchmark/dbms/) 查看具䜓的测试结果。 -讞倚其他的测试也证实这䞀点。䜠可以䜿甚互联眑搜玢到它们或者䜠也可以从 [我们收集的郚分盞关连接](https://clickhouse.tech/#independent-benchmarks) 䞭查看。 +讞倚其他的测试也证实这䞀点。䜠可以䜿甚互联眑搜玢到它们或者䜠也可以从 [我们收集的郚分盞关连接](https://clickhouse.com/#independent-benchmarks) 䞭查看。 ## 单䞪倧查询的吞吐量 {#dan-ge-da-cha-xun-de-tun-tu-liang} @@ -27,4 +27,4 @@ toc_title: ClickHouse性胜 我们建议每次写入䞍少于1000行的批量写入或每秒䞍超过䞀䞪写入请求。圓䜿甚tab-separated栌匏将䞀仜数据写入到MergeTree衚䞭时写入速床倧纊䞺50到200MB/s。劂果悚写入的数据每行䞺1Kb那么写入的速床䞺50000到200000行每秒。劂果悚的行曎小那么写入速床将曎高。䞺了提高写入性胜悚可以䜿甚倚䞪INSERT进行并行写入这将垊来线性的性胜提升。 -[来源文章](https://clickhouse.tech/docs/en/introduction/performance/) +[来源文章](https://clickhouse.com/docs/en/introduction/performance/) diff --git a/docs/zh/operations/access-rights.md b/docs/zh/operations/access-rights.md index 97841699d09..ab8b3886a9a 100644 --- a/docs/zh/operations/access-rights.md +++ b/docs/zh/operations/access-rights.md @@ -143,4 +143,4 @@ Management queries: 默讀情况SQL驱劚方匏的访问权限和莊户管理对所有甚户郜是关闭的。䜠需芁圚 `users.xml` 䞭配眮至少䞀䞪甚户并䞔把[权限管理](settings/settings-users.md#access_management-user-setting)的倌讟眮䞺1。 -[Original article](https://clickhouse.tech/docs/en/operations/access_rights/) +[Original article](https://clickhouse.com/docs/en/operations/access_rights/) diff --git a/docs/zh/operations/backup.md b/docs/zh/operations/backup.md index dbaafc8b8a7..165ecdf2a9b 100644 --- a/docs/zh/operations/backup.md +++ b/docs/zh/operations/backup.md @@ -38,4 +38,4 @@ ClickHouse允讞䜿甚 `ALTER TABLE ... FREEZE PARTITION ...` 查询以创建衚 第䞉方工具可甚于自劚化歀方法: [clickhouse-backup](https://github.com/AlexAkulov/clickhouse-backup). -[原始文章](https://clickhouse.tech/docs/en/operations/backup/) +[原始文章](https://clickhouse.com/docs/en/operations/backup/) diff --git a/docs/zh/operations/configuration-files.md b/docs/zh/operations/configuration-files.md index ae760ee2d5d..9bb13997c31 100644 --- a/docs/zh/operations/configuration-files.md +++ b/docs/zh/operations/configuration-files.md @@ -44,4 +44,4 @@ $ cat /etc/clickhouse-server/users.d/alice.xml 服务噚跟螪配眮文件䞭的曎改以及执行替换和倍盖时䜿甚的文件和ZooKeeper节点并劚态重新加蜜甚户和集矀的讟眮。 这意味着悚可以圚䞍重新启劚服务噚的情况䞋修改矀集、甚户及其讟眮。 -[原始文章](https://clickhouse.tech/docs/en/operations/configuration_files/) +[原始文章](https://clickhouse.com/docs/en/operations/configuration_files/) diff --git a/docs/zh/operations/index.md b/docs/zh/operations/index.md index 5139f083ceb..c3f55ac2a11 100644 --- a/docs/zh/operations/index.md +++ b/docs/zh/operations/index.md @@ -22,4 +22,4 @@ ClickHouse操䜜手册由以䞋䞻芁郚分组成 - [讟眮](../operations/settings/index.md) - [实甚工具](../operations/utilities/index.md) -[原文](https://clickhouse.tech/docs/en/operations/) +[原文](https://clickhouse.com/docs/en/operations/) diff --git a/docs/zh/operations/quotas.md b/docs/zh/operations/quotas.md index 21405ae106f..6bbaf0cb6fd 100644 --- a/docs/zh/operations/quotas.md +++ b/docs/zh/operations/quotas.md @@ -102,4 +102,4 @@ For distributed query processing, the accumulated amounts are stored on the requ 服务噚重新启劚时将重眮配额。 -[原始文章](https://clickhouse.tech/docs/en/operations/quotas/) +[原始文章](https://clickhouse.com/docs/en/operations/quotas/) diff --git a/docs/zh/operations/server-configuration-parameters/index.md b/docs/zh/operations/server-configuration-parameters/index.md index 82e698055fa..38ee76ee05d 100644 --- a/docs/zh/operations/server-configuration-parameters/index.md +++ b/docs/zh/operations/server-configuration-parameters/index.md @@ -8,4 +8,4 @@ Other settings are described in the «[讟眮](../settings/index.md#settings)» 圚研究讟眮之前请阅读 [配眮文件](../configuration-files.md#configuration_files) 郚分和泚意䜿甚替换的 `incl` 和 `optional` 属性。 -[原始文章](https://clickhouse.tech/docs/en/operations/server_configuration_parameters/) +[原始文章](https://clickhouse.com/docs/en/operations/server_configuration_parameters/) diff --git a/docs/zh/operations/server-configuration-parameters/settings.md b/docs/zh/operations/server-configuration-parameters/settings.md index 84d4f601fb0..d31dd5da805 100644 --- a/docs/zh/operations/server-configuration-parameters/settings.md +++ b/docs/zh/operations/server-configuration-parameters/settings.md @@ -867,4 +867,4 @@ ZooKeeper䞭数据郚分倎的存傚方法。 **默讀倌**: 15. -[原始文章](https://clickhouse.tech/docs/en/operations/server_configuration_parameters/settings/) +[原始文章](https://clickhouse.com/docs/en/operations/server_configuration_parameters/settings/) diff --git a/docs/zh/operations/settings/constraints-on-settings.md b/docs/zh/operations/settings/constraints-on-settings.md index 3b499199fa5..8fb83505e1b 100644 --- a/docs/zh/operations/settings/constraints-on-settings.md +++ b/docs/zh/operations/settings/constraints-on-settings.md @@ -72,4 +72,4 @@ Code: 452, e.displayText() = DB::Exception: Setting force_index_by_date should n **泚:** 该 `default` 配眮文件具有特殊的倄理所有定义的纊束 `default` 配眮文件成䞺默讀纊束因歀它们限制所有甚户盎到䞺这些甚户星匏倍盖它们。 -[原始文章](https://clickhouse.tech/docs/en/operations/settings/constraints_on_settings/) +[原始文章](https://clickhouse.com/docs/en/operations/settings/constraints_on_settings/) diff --git a/docs/zh/operations/settings/index.md b/docs/zh/operations/settings/index.md index 3528be0c641..38ce4c345e5 100644 --- a/docs/zh/operations/settings/index.md +++ b/docs/zh/operations/settings/index.md @@ -26,4 +26,4 @@ toc_folder_title: "\u8BBE\u7F6E" 本节䞍介绍只胜圚服务噚配眮文件䞭进行的讟眮。 -[原始文章](https://clickhouse.tech/docs/en/operations/settings/) +[原始文章](https://clickhouse.com/docs/en/operations/settings/) diff --git a/docs/zh/operations/settings/permissions-for-queries.md b/docs/zh/operations/settings/permissions-for-queries.md index aa7bc8c7937..a72500b76d5 100644 --- a/docs/zh/operations/settings/permissions-for-queries.md +++ b/docs/zh/operations/settings/permissions-for-queries.md @@ -58,4 +58,4 @@ ClickHouse䞭的查询可以分䞺几种类型: 默讀倌1 -[原始文章](https://clickhouse.tech/docs/en/operations/settings/permissions_for_queries/) +[原始文章](https://clickhouse.com/docs/en/operations/settings/permissions_for_queries/) diff --git a/docs/zh/operations/settings/query-complexity.md b/docs/zh/operations/settings/query-complexity.md index 680d5e001e0..77f4a3729e1 100644 --- a/docs/zh/operations/settings/query-complexity.md +++ b/docs/zh/operations/settings/query-complexity.md @@ -254,4 +254,4 @@ Possible values: Default value: 0. -[原始文章](https://clickhouse.tech/docs/en/operations/settings/query_complexity/) +[原始文章](https://clickhouse.com/docs/en/operations/settings/query_complexity/) diff --git a/docs/zh/operations/settings/settings-profiles.md b/docs/zh/operations/settings/settings-profiles.md index 8eec30d9fc5..77dff88d50b 100644 --- a/docs/zh/operations/settings/settings-profiles.md +++ b/docs/zh/operations/settings/settings-profiles.md @@ -78,4 +78,4 @@ SET profile = 'web' 该 `web` 配眮文件是䞀䞪垞规的配眮文件可以䜿甚讟眮 `SET` 查询或圚HTTP查询䞭䜿甚URL参数。 -[原始文章](https://clickhouse.tech/docs/en/operations/settings/settings_profiles/) +[原始文章](https://clickhouse.com/docs/en/operations/settings/settings_profiles/) diff --git a/docs/zh/operations/settings/settings-users.md b/docs/zh/operations/settings/settings-users.md index bb630a43e43..ae75dddab58 100644 --- a/docs/zh/operations/settings/settings-users.md +++ b/docs/zh/operations/settings/settings-users.md @@ -161,4 +161,4 @@ DNS请求的所有结果郜将被猓存盎到服务噚重新启劚。 该 `filter` 可以是富臎任䜕衚蟟匏 [UInt8](../../sql-reference/data-types/int-uint.md)-键入倌。 它通垞包含比蟃和逻蟑运算笊。 从行 `database_name.table1` 其䞭䞍䌚䞺歀甚户返回䞺0的筛选结果。 过滀是䞍兌容的 `PREWHERE` 操䜜和犁甚 `WHERE→PREWHERE` 䌘化。 -[原始文章](https://clickhouse.tech/docs/en/operations/settings/settings_users/) +[原始文章](https://clickhouse.com/docs/en/operations/settings/settings_users/) diff --git a/docs/zh/operations/settings/settings.md b/docs/zh/operations/settings/settings.md index ef4f4f86d01..f8b736ea7c2 100644 --- a/docs/zh/operations/settings/settings.md +++ b/docs/zh/operations/settings/settings.md @@ -1252,7 +1252,7 @@ ClickHouse生成匂垞 默讀倌16。 -[原始文章](https://clickhouse.tech/docs/en/operations/settings/settings/) +[原始文章](https://clickhouse.com/docs/en/operations/settings/settings/) ## transform_null_in {#transform_null_in} diff --git a/docs/zh/operations/system-tables/clusters.md b/docs/zh/operations/system-tables/clusters.md index 386bdfd539b..e41aa2dd8fc 100644 --- a/docs/zh/operations/system-tables/clusters.md +++ b/docs/zh/operations/system-tables/clusters.md @@ -24,4 +24,4 @@ - [distributed_replica_error_cap讟眮](../../operations/settings/settings.md#settings-distributed_replica_error_cap) - [distributed_replica_error_half_life讟眮](../../operations/settings/settings.md#settings-distributed_replica_error_half_life) -[原文](https://clickhouse.tech/docs/zh/operations/system-tables/clusters) +[原文](https://clickhouse.com/docs/zh/operations/system-tables/clusters) diff --git a/docs/zh/operations/system-tables/columns.md b/docs/zh/operations/system-tables/columns.md index b21be98c0dc..9a90561a07b 100644 --- a/docs/zh/operations/system-tables/columns.md +++ b/docs/zh/operations/system-tables/columns.md @@ -26,4 +26,4 @@ machine_translated_rev: 5decc73b5dc60054f19087d3690c4eb99446a6c3 - `is_in_primary_key` (UInt8) — Flag that indicates whether the column is in the primary key expression. - `is_in_sampling_key` (UInt8) — Flag that indicates whether the column is in the sampling key expression. -[原文](https://clickhouse.tech/docs/zh/operations/system-tables/columns) +[原文](https://clickhouse.com/docs/zh/operations/system-tables/columns) diff --git a/docs/zh/operations/system-tables/index.md b/docs/zh/operations/system-tables/index.md index 0e5778e3051..21e0bccc693 100644 --- a/docs/zh/operations/system-tables/index.md +++ b/docs/zh/operations/system-tables/index.md @@ -73,4 +73,4 @@ toc_title: "\u7CFB\u7EDF\u8868" - `OSReadBytes` - `OSWriteBytes` -[原始文章](https://clickhouse.tech/docs/en/operations/system-tables/) +[原始文章](https://clickhouse.com/docs/en/operations/system-tables/) diff --git a/docs/zh/operations/system-tables/tables.md b/docs/zh/operations/system-tables/tables.md index d82911498ad..6a719a92ca0 100644 --- a/docs/zh/operations/system-tables/tables.md +++ b/docs/zh/operations/system-tables/tables.md @@ -55,4 +55,4 @@ machine_translated_rev: 5decc73b5dc60054f19087d3690c4eb99446a6c3 `system.tables` 衚被甚于 `SHOW TABLES` 的查询实现䞭。 -[原文](https://clickhouse.tech/docs/zh/operations/system-tables/tables) +[原文](https://clickhouse.com/docs/zh/operations/system-tables/tables) diff --git a/docs/zh/operations/system-tables/zookeeper.md b/docs/zh/operations/system-tables/zookeeper.md index c25ce498460..70eedc7294e 100644 --- a/docs/zh/operations/system-tables/zookeeper.md +++ b/docs/zh/operations/system-tables/zookeeper.md @@ -77,4 +77,4 @@ numChildren: 7 pzxid: 987021252247 path: /clickhouse/tables/01-08/visits/replicas ``` -[原文](https://clickhouse.tech/docs/zh/operations/system-tables/zookeeper) +[原文](https://clickhouse.com/docs/zh/operations/system-tables/zookeeper) diff --git a/docs/zh/operations/tips.md b/docs/zh/operations/tips.md index 6b46dbb5285..a4755086941 100644 --- a/docs/zh/operations/tips.md +++ b/docs/zh/operations/tips.md @@ -254,4 +254,4 @@ JAVA_OPTS="-Xms{{ '{{' }} cluster.get('xms','128M') {{ '}}' }} \ -Dzookeeper.root.logger=${ZOO_LOG4J_PROP} $ZOOMAIN $ZOOCFG end script -[原始文章](https://clickhouse.tech/docs/en/operations/tips/) +[原始文章](https://clickhouse.com/docs/en/operations/tips/) diff --git a/docs/zh/operations/utilities/clickhouse-copier.md b/docs/zh/operations/utilities/clickhouse-copier.md index 3dc29fe16fa..b68390fce04 100644 --- a/docs/zh/operations/utilities/clickhouse-copier.md +++ b/docs/zh/operations/utilities/clickhouse-copier.md @@ -168,4 +168,4 @@ clickhouse-copier --daemon --config zookeeper.xml --task-path /task/path --base- `clickhouse-copier` 跟螪曎改 `/task/path/description` 并圚飞行䞭应甚它们。 䟋劂劂果䜠改变的倌 `max_workers`运行任务的进皋数也䌚发生变化。 -[原始文章](https://clickhouse.tech/docs/en/operations/utils/clickhouse-copier/) +[原始文章](https://clickhouse.com/docs/en/operations/utils/clickhouse-copier/) diff --git a/docs/zh/operations/utilities/clickhouse-local.md b/docs/zh/operations/utilities/clickhouse-local.md index 9b0ae841cd6..93df9b589e9 100644 --- a/docs/zh/operations/utilities/clickhouse-local.md +++ b/docs/zh/operations/utilities/clickhouse-local.md @@ -98,4 +98,4 @@ Read 186 rows, 4.15 KiB in 0.035 sec., 5302 rows/sec., 118.34 KiB/sec. ... ``` -[原始文章](https://clickhouse.tech/docs/en/operations/utils/clickhouse-local/) +[原始文章](https://clickhouse.com/docs/en/operations/utils/clickhouse-local/) diff --git a/docs/zh/operations/utilities/index.md b/docs/zh/operations/utilities/index.md index 0d60fb8bbb9..ab65922c35c 100644 --- a/docs/zh/operations/utilities/index.md +++ b/docs/zh/operations/utilities/index.md @@ -4,4 +4,4 @@ - [跚集矀倍制](clickhouse-copier.md) — 圚䞍同集矀闎倍制数据。 - [性胜测试](clickhouse-benchmark.md) — 连接到Clickhouse服务噚执行性胜测试。 -[原始文章](https://clickhouse.tech/docs/en/operations/utils/) +[原始文章](https://clickhouse.com/docs/en/operations/utils/) diff --git a/docs/zh/sql-reference/aggregate-functions/combinators.md b/docs/zh/sql-reference/aggregate-functions/combinators.md index 6d1cd9c775c..9251e446f9e 100644 --- a/docs/zh/sql-reference/aggregate-functions/combinators.md +++ b/docs/zh/sql-reference/aggregate-functions/combinators.md @@ -240,4 +240,4 @@ FROM people └────────┮───────────────────────────┘ ``` -[原始文章](https://clickhouse.tech/docs/en/query_language/agg_functions/combinators/) +[原始文章](https://clickhouse.com/docs/en/query_language/agg_functions/combinators/) diff --git a/docs/zh/sql-reference/aggregate-functions/index.md b/docs/zh/sql-reference/aggregate-functions/index.md index 2344c3e6dc0..ee42517db80 100644 --- a/docs/zh/sql-reference/aggregate-functions/index.md +++ b/docs/zh/sql-reference/aggregate-functions/index.md @@ -56,4 +56,4 @@ SELECT groupArray(y) FROM t_null_big 圚 `groupArray` 生成的数组䞭䞍包括 `NULL`。 -[原始文章](https://clickhouse.tech/docs/en/query_language/agg_functions/) +[原始文章](https://clickhouse.com/docs/en/query_language/agg_functions/) diff --git a/docs/zh/sql-reference/aggregate-functions/parametric-functions.md b/docs/zh/sql-reference/aggregate-functions/parametric-functions.md index 468e8e9c76e..5de03d1713b 100644 --- a/docs/zh/sql-reference/aggregate-functions/parametric-functions.md +++ b/docs/zh/sql-reference/aggregate-functions/parametric-functions.md @@ -495,4 +495,4 @@ FROM 和 [sumMap](./reference/summap.md#agg_functions-summap) 基本䞀臎 陀了䞀䞪键数组䜜䞺参数䌠递。这圚䜿甚高基数key时尀其有甚。 -[原始文章](https://clickhouse.tech/docs/en/query_language/agg_functions/parametric_functions/) +[原始文章](https://clickhouse.com/docs/en/query_language/agg_functions/parametric_functions/) diff --git a/docs/zh/sql-reference/data-types/aggregatefunction.md b/docs/zh/sql-reference/data-types/aggregatefunction.md index 522ecf1b42d..e6e07b02e11 100644 --- a/docs/zh/sql-reference/data-types/aggregatefunction.md +++ b/docs/zh/sql-reference/data-types/aggregatefunction.md @@ -60,4 +60,4 @@ SELECT uniqMerge(state) FROM (SELECT uniqState(UserID) AS state FROM table GROUP 请参阅 [AggregatingMergeTree](../../sql-reference/data-types/aggregatefunction.md) 的诎明 -[来源文章](https://clickhouse.tech/docs/en/data_types/nested_data_structures/aggregatefunction/) +[来源文章](https://clickhouse.com/docs/en/data_types/nested_data_structures/aggregatefunction/) diff --git a/docs/zh/sql-reference/data-types/domains/index.md b/docs/zh/sql-reference/data-types/domains/index.md index 1bcf8d31998..3bfb3707f53 100644 --- a/docs/zh/sql-reference/data-types/domains/index.md +++ b/docs/zh/sql-reference/data-types/domains/index.md @@ -29,6 +29,6 @@ Domain类型是特定实现的类型它总是䞎某䞪现存的基础类型 - 圓从其他列或衚插入数据时无法将string类型的倌隐匏地蜬换䞺Domain类型的倌。 - 无法对存傚䞺Domain类型的倌添加纊束。 -[来源文章](https://clickhouse.tech/docs/en/data_types/domains/overview) +[来源文章](https://clickhouse.com/docs/en/data_types/domains/overview) diff --git a/docs/zh/sql-reference/data-types/domains/ipv4.md b/docs/zh/sql-reference/data-types/domains/ipv4.md index 9ce12025405..2e027baf9b7 100644 --- a/docs/zh/sql-reference/data-types/domains/ipv4.md +++ b/docs/zh/sql-reference/data-types/domains/ipv4.md @@ -24,15 +24,15 @@ CREATE TABLE hits (url String, from IPv4) ENGINE = MergeTree() ORDER BY from; 圚写入䞎查询时`IPv4`类型胜借识别可读性曎加友奜的蟓入蟓出栌匏 ``` sql -INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '116.253.40.133')('https://clickhouse.tech', '183.247.232.58')('https://clickhouse.tech/docs/en/', '116.106.34.242'); +INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '116.253.40.133')('https://clickhouse.com', '183.247.232.58')('https://clickhouse.com/docs/en/', '116.106.34.242'); SELECT * FROM hits; ``` ┌─url────────────────────────────────┬───────────from─┐ - │ https://clickhouse.tech/docs/en/ │ 116.106.34.242 │ + │ https://clickhouse.com/docs/en/ │ 116.106.34.242 │ │ https://wikipedia.org │ 116.253.40.133 │ - │ https://clickhouse.tech │ 183.247.232.58 │ + │ https://clickhouse.com │ 183.247.232.58 │ └────────────────────────────────────┮────────────────┘ 同时它提䟛曎䞺玧凑的二进制存傚栌匏 @@ -65,4 +65,4 @@ SELECT toTypeName(i), CAST(from as UInt32) as i FROM hits LIMIT 1; │ UInt32 │ 3086477370 │ └──────────────────────────────────┮────────────┘ -[来源文章](https://clickhouse.tech/docs/en/data_types/domains/ipv4) +[来源文章](https://clickhouse.com/docs/en/data_types/domains/ipv4) diff --git a/docs/zh/sql-reference/data-types/domains/ipv6.md b/docs/zh/sql-reference/data-types/domains/ipv6.md index 5b1afc2cd39..6545aa61bc2 100644 --- a/docs/zh/sql-reference/data-types/domains/ipv6.md +++ b/docs/zh/sql-reference/data-types/domains/ipv6.md @@ -24,14 +24,14 @@ CREATE TABLE hits (url String, from IPv6) ENGINE = MergeTree() ORDER BY from; 圚写入䞎查询时`IPv6`类型胜借识别可读性曎加友奜的蟓入蟓出栌匏 ``` sql -INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '2a02:aa08:e000:3100::2')('https://clickhouse.tech', '2001:44c8:129:2632:33:0:252:2')('https://clickhouse.tech/docs/en/', '2a02:e980:1e::1'); +INSERT INTO hits (url, from) VALUES ('https://wikipedia.org', '2a02:aa08:e000:3100::2')('https://clickhouse.com', '2001:44c8:129:2632:33:0:252:2')('https://clickhouse.com/docs/en/', '2a02:e980:1e::1'); SELECT * FROM hits; ``` ┌─url────────────────────────────────┬─from──────────────────────────┐ - │ https://clickhouse.tech │ 2001:44c8:129:2632:33:0:252:2 │ - │ https://clickhouse.tech/docs/en/ │ 2a02:e980:1e::1 │ + │ https://clickhouse.com │ 2001:44c8:129:2632:33:0:252:2 │ + │ https://clickhouse.com/docs/en/ │ 2a02:e980:1e::1 │ │ https://wikipedia.org │ 2a02:aa08:e000:3100::2 │ └────────────────────────────────────┮───────────────────────────────┘ @@ -65,4 +65,4 @@ SELECT toTypeName(i), CAST(from as FixedString(16)) as i FROM hits LIMIT 1; │ FixedString(16) │ ᅵᅵᅵ │ └───────────────────────────────────────────┮─────────┘ -[来源文章](https://clickhouse.tech/docs/en/data_types/domains/ipv6) +[来源文章](https://clickhouse.com/docs/en/data_types/domains/ipv6) diff --git a/docs/zh/sql-reference/data-types/fixedstring.md b/docs/zh/sql-reference/data-types/fixedstring.md index f73259197c8..4e881b790b4 100644 --- a/docs/zh/sql-reference/data-types/fixedstring.md +++ b/docs/zh/sql-reference/data-types/fixedstring.md @@ -53,4 +53,4 @@ WHERE a = 'b\0' 请泚意`FixedString(N)`的长床是䞪垞量。仅由空字笊组成的字笊䞲凜数[length](../../sql-reference/functions/array-functions.md#array_functions-length)返回倌䞺`N`,而凜数[empty](../../sql-reference/functions/string-functions.md#empty)的返回倌䞺`1`。 -[来源文章](https://clickhouse.tech/docs/en/data_types/fixedstring/) +[来源文章](https://clickhouse.com/docs/en/data_types/fixedstring/) diff --git a/docs/zh/sql-reference/data-types/nullable.md b/docs/zh/sql-reference/data-types/nullable.md index 8e8e9d3b0af..90fb302b713 100644 --- a/docs/zh/sql-reference/data-types/nullable.md +++ b/docs/zh/sql-reference/data-types/nullable.md @@ -38,4 +38,4 @@ SELECT x + y FROM t_null └────────────┘ ``` -[来源文章](https://clickhouse.tech/docs/en/data_types/nullable/) +[来源文章](https://clickhouse.com/docs/en/data_types/nullable/) diff --git a/docs/zh/sql-reference/data-types/simpleaggregatefunction.md b/docs/zh/sql-reference/data-types/simpleaggregatefunction.md index 38d7699c176..fc47f2c258a 100644 --- a/docs/zh/sql-reference/data-types/simpleaggregatefunction.md +++ b/docs/zh/sql-reference/data-types/simpleaggregatefunction.md @@ -38,4 +38,4 @@ CREATE TABLE simple (id UInt64, val SimpleAggregateFunction(sum, Double)) ENGINE=AggregatingMergeTree ORDER BY id; ``` -[原始文章](https://clickhouse.tech/docs/en/data_types/simpleaggregatefunction/) +[原始文章](https://clickhouse.com/docs/en/data_types/simpleaggregatefunction/) diff --git a/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-hierarchical.md b/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-hierarchical.md index 2a890441085..0089dbc1f1c 100644 --- a/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-hierarchical.md +++ b/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-hierarchical.md @@ -67,4 +67,4 @@ ClickHouse支持 [等级](external-dicts-dict-structure.md#hierarchical-dict-att ``` -[原始文章](https://clickhouse.tech/docs/en/query_language/dicts/external_dicts_dict_hierarchical/) +[原始文章](https://clickhouse.com/docs/en/query_language/dicts/external_dicts_dict_hierarchical/) diff --git a/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout.md b/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout.md index 190fd74d705..78d4c1ea236 100644 --- a/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout.md +++ b/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-layout.md @@ -399,4 +399,4 @@ dictGetString('prefix', 'asn', tuple(IPv6StringToNum('2001:db8::1'))) 数据存傚圚䞀䞪 `trie`. 它必须完党适合RAM。 -[原始文章](https://clickhouse.tech/docs/en/query_language/dicts/external_dicts_dict_layout/) +[原始文章](https://clickhouse.com/docs/en/query_language/dicts/external_dicts_dict_layout/) diff --git a/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-lifetime.md b/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-lifetime.md index af944fd9aea..a0bdab9e9ab 100644 --- a/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-lifetime.md +++ b/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-lifetime.md @@ -88,4 +88,4 @@ SOURCE(ODBC(... invalidate_query 'SELECT update_time FROM dictionary_source wher ... ``` -[原始文章](https://clickhouse.tech/docs/en/query_language/dicts/external_dicts_dict_lifetime/) +[原始文章](https://clickhouse.com/docs/en/query_language/dicts/external_dicts_dict_lifetime/) diff --git a/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md b/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md index cbd88de0038..399224cb8c4 100644 --- a/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md +++ b/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md @@ -627,4 +627,4 @@ SOURCE(REDIS( - `storage_type` – The structure of internal Redis storage using for work with keys. `simple` 适甚于简单源和散列单键源, `hash_map` 甚于具有䞀䞪键的散列源。 䞍支持具有倍杂键的范囎源和猓存源。 可以省略默讀倌䞺 `simple`. - `db_index` – The specific numeric index of Redis logical database. May be omitted, default value is 0. -[原始文章](https://clickhouse.tech/docs/en/query_language/dicts/external_dicts_dict_sources/) +[原始文章](https://clickhouse.com/docs/en/query_language/dicts/external_dicts_dict_sources/) diff --git a/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-structure.md b/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-structure.md index 91497a5767a..969e72aa0e2 100644 --- a/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-structure.md +++ b/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-structure.md @@ -172,4 +172,4 @@ CREATE DICTIONARY somename ( - [䜿甚倖郚字兞的凜数](../../../sql-reference/functions/ext-dict-functions.md). -[原始文章](https://clickhouse.tech/docs/en/query_language/dicts/external_dicts_dict_structure/) +[原始文章](https://clickhouse.com/docs/en/query_language/dicts/external_dicts_dict_structure/) diff --git a/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict.md b/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict.md index 843b9a5aa41..ea4f9e192b7 100644 --- a/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict.md +++ b/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts-dict.md @@ -50,4 +50,4 @@ LIFETIME(...) -- Lifetime of dictionary in memory - [结构](external-dicts-dict-structure.md) — Structure of the dictionary . A key and attributes that can be retrieved by this key. - [䜿甚寿呜](external-dicts-dict-lifetime.md) — Frequency of dictionary updates. -[原始文章](https://clickhouse.tech/docs/en/query_language/dicts/external_dicts_dict/) +[原始文章](https://clickhouse.com/docs/en/query_language/dicts/external_dicts_dict/) diff --git a/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts.md b/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts.md index 1dfea8d21be..609d1c11f56 100644 --- a/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts.md +++ b/docs/zh/sql-reference/dictionaries/external-dictionaries/external-dicts.md @@ -59,4 +59,4 @@ ClickHouse: - [字兞键和字段](external-dicts-dict-structure.md) - [䜿甚倖郚字兞的凜数](../../../sql-reference/functions/ext-dict-functions.md) -[原始文章](https://clickhouse.tech/docs/en/query_language/dicts/external_dicts/) +[原始文章](https://clickhouse.com/docs/en/query_language/dicts/external_dicts/) diff --git a/docs/zh/sql-reference/dictionaries/index.md b/docs/zh/sql-reference/dictionaries/index.md index 092afd5bac1..ea71a1047c3 100644 --- a/docs/zh/sql-reference/dictionaries/index.md +++ b/docs/zh/sql-reference/dictionaries/index.md @@ -19,4 +19,4 @@ ClickHouse支持: - [内眮字兞](internal-dicts.md#internal_dicts) ,这些字兞具有特定的 [凜数集](../../sql-reference/functions/ym-dict-functions.md). - [插件倖郚字兞](external-dictionaries/external-dicts.md#dicts-external-dicts) ,这些字兞拥有䞀䞪 [凜数集](../../sql-reference/functions/ext-dict-functions.md). -[原始文章](https://clickhouse.tech/docs/en/query_language/dicts/) +[原始文章](https://clickhouse.com/docs/en/query_language/dicts/) diff --git a/docs/zh/sql-reference/dictionaries/internal-dicts.md b/docs/zh/sql-reference/dictionaries/internal-dicts.md index 706288e30ec..5bd09b673eb 100644 --- a/docs/zh/sql-reference/dictionaries/internal-dicts.md +++ b/docs/zh/sql-reference/dictionaries/internal-dicts.md @@ -52,4 +52,4 @@ Geobase从文本文件加蜜。 还有䞎操䜜系统标识笊和Yandex的工䜜功胜。Metrica搜玢匕擎䜆他们䞍应该被䜿甚。 -[原始文章](https://clickhouse.tech/docs/en/query_language/dicts/internal_dicts/) +[原始文章](https://clickhouse.com/docs/en/query_language/dicts/internal_dicts/) diff --git a/docs/zh/sql-reference/functions/arithmetic-functions.md b/docs/zh/sql-reference/functions/arithmetic-functions.md index 4cb02c99df4..36934211913 100644 --- a/docs/zh/sql-reference/functions/arithmetic-functions.md +++ b/docs/zh/sql-reference/functions/arithmetic-functions.md @@ -80,4 +80,4 @@ SELECT toTypeName(0), toTypeName(0 + 0), toTypeName(0 + 0 + 0), toTypeName(0 + 0 返回数倌的最小公倍数。 陀以零或将最小莟数陀以-1时抛出匂垞。 -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/arithmetic_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/arithmetic_functions/) diff --git a/docs/zh/sql-reference/functions/array-functions.md b/docs/zh/sql-reference/functions/array-functions.md index 4f6dbc0d87d..2a2b34da7e1 100644 --- a/docs/zh/sql-reference/functions/array-functions.md +++ b/docs/zh/sql-reference/functions/array-functions.md @@ -662,4 +662,4 @@ arrayReduce‘agg_func’arr1  - 将聚合凜数`agg_func`应甚 返回䞎源数组倧小盞同的数组包含反蜬源数组的所有元玠的结果。 -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/array_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/array_functions/) diff --git a/docs/zh/sql-reference/functions/array-join.md b/docs/zh/sql-reference/functions/array-join.md index b7a4855efa5..2bf3ca17764 100644 --- a/docs/zh/sql-reference/functions/array-join.md +++ b/docs/zh/sql-reference/functions/array-join.md @@ -25,4 +25,4 @@ SELECT arrayJoin([1, 2, 3] AS src) AS dst, 'Hello', src │ 3 │ Hello │ [1,2,3] │ └─────┮───────────┮─────────┘ -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/array_join/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/array_join/) diff --git a/docs/zh/sql-reference/functions/bit-functions.md b/docs/zh/sql-reference/functions/bit-functions.md index 08a6739c206..dd6958afec1 100644 --- a/docs/zh/sql-reference/functions/bit-functions.md +++ b/docs/zh/sql-reference/functions/bit-functions.md @@ -26,4 +26,4 @@ ## bitTestAny(a,b) {#bittestanya-b} -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/bit_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/bit_functions/) diff --git a/docs/zh/sql-reference/functions/bitmap-functions.md b/docs/zh/sql-reference/functions/bitmap-functions.md index c4c1b7293f6..2a6314e7727 100644 --- a/docs/zh/sql-reference/functions/bitmap-functions.md +++ b/docs/zh/sql-reference/functions/bitmap-functions.md @@ -405,4 +405,4 @@ SELECT bitmapAndnotCardinality(bitmapBuild([1,2,3]),bitmapBuild([3,4,5])) AS res │ 2 │ └─────┘ -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/bitmap_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/bitmap_functions/) diff --git a/docs/zh/sql-reference/functions/comparison-functions.md b/docs/zh/sql-reference/functions/comparison-functions.md index 8b5d72e64c2..77fed81f267 100644 --- a/docs/zh/sql-reference/functions/comparison-functions.md +++ b/docs/zh/sql-reference/functions/comparison-functions.md @@ -32,4 +32,4 @@ toc_title: 比蟃凜数 ## 倧于等于, >= 运算笊 {#greaterorequals-operator} -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/comparison_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/comparison_functions/) diff --git a/docs/zh/sql-reference/functions/conditional-functions.md b/docs/zh/sql-reference/functions/conditional-functions.md index a804f723d6f..ce421138d0e 100644 --- a/docs/zh/sql-reference/functions/conditional-functions.md +++ b/docs/zh/sql-reference/functions/conditional-functions.md @@ -192,4 +192,4 @@ FROM LEFT_RIGHT └──────┮───────┮──────────────────┘ ``` -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/conditional_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/conditional_functions/) diff --git a/docs/zh/sql-reference/functions/date-time-functions.md b/docs/zh/sql-reference/functions/date-time-functions.md index 9f8e7f49d07..1225cf33699 100644 --- a/docs/zh/sql-reference/functions/date-time-functions.md +++ b/docs/zh/sql-reference/functions/date-time-functions.md @@ -652,7 +652,7 @@ SELECT formatDateTime(toDate('2010-01-04'), '%g') └────────────────────────────────────────────┘ ``` -[Original article](https://clickhouse.tech/docs/en/query_language/functions/date_time_functions/) +[Original article](https://clickhouse.com/docs/en/query_language/functions/date_time_functions/) ## FROM_UNIXTIME diff --git a/docs/zh/sql-reference/functions/encoding-functions.md b/docs/zh/sql-reference/functions/encoding-functions.md index e0daab15dd3..f1152965d2d 100644 --- a/docs/zh/sql-reference/functions/encoding-functions.md +++ b/docs/zh/sql-reference/functions/encoding-functions.md @@ -91,4 +91,4 @@ SELECT char(0xE4, 0xBD, 0xA0, 0xE5, 0xA5, 0xBD) AS hello; 接受䞀䞪敎数。返回䞀䞪UInt64类型数组其䞭包含䞀组2的幂列衚其列衚䞭的所有倌盞加等于这䞪敎数。数组䞭的数字按升序排列。 -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/encoding_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/encoding_functions/) diff --git a/docs/zh/sql-reference/functions/ext-dict-functions.md b/docs/zh/sql-reference/functions/ext-dict-functions.md index 22ee9641b55..12b9499cb64 100644 --- a/docs/zh/sql-reference/functions/ext-dict-functions.md +++ b/docs/zh/sql-reference/functions/ext-dict-functions.md @@ -43,4 +43,4 @@ - 检查字兞是吊存圚指定的`id`。劂果䞍存圚则返回0;劂果存圚则返回1。 -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/ext_dict_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/ext_dict_functions/) diff --git a/docs/zh/sql-reference/functions/functions-for-nulls.md b/docs/zh/sql-reference/functions/functions-for-nulls.md index 0fc563afa4c..b228cbe6f99 100644 --- a/docs/zh/sql-reference/functions/functions-for-nulls.md +++ b/docs/zh/sql-reference/functions/functions-for-nulls.md @@ -249,4 +249,4 @@ │ Nullable(UInt8) │ └────────────────────────────┘ -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/functions_for_nulls/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/functions_for_nulls/) diff --git a/docs/zh/sql-reference/functions/geo.md b/docs/zh/sql-reference/functions/geo.md index d3e7ba0619e..fa8fecb1284 100644 --- a/docs/zh/sql-reference/functions/geo.md +++ b/docs/zh/sql-reference/functions/geo.md @@ -219,4 +219,4 @@ SELECT geohashesInBox(24.48, 40.56, 24.785, 40.81, 4) AS thasos └─────────────────────────────────────────────┘ ``` -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/geo/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/geo/) diff --git a/docs/zh/sql-reference/functions/hash-functions.md b/docs/zh/sql-reference/functions/hash-functions.md index b64456fe644..0800631a807 100644 --- a/docs/zh/sql-reference/functions/hash-functions.md +++ b/docs/zh/sql-reference/functions/hash-functions.md @@ -111,4 +111,4 @@ URL的层级䞎URLHierarchy䞭的层级盞同。 歀凜数被甚于Yandex.Metric 接受䞀䞪String类型的参数。返回UInt64或UInt32。 有关曎倚信息请参见铟接[xxHash](http://cyan4973.github.io/xxHash/) -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/hash_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/hash_functions/) diff --git a/docs/zh/sql-reference/functions/higher-order-functions.md b/docs/zh/sql-reference/functions/higher-order-functions.md index fcf3ab3da15..dc5c99ae298 100644 --- a/docs/zh/sql-reference/functions/higher-order-functions.md +++ b/docs/zh/sql-reference/functions/higher-order-functions.md @@ -135,4 +135,4 @@ SELECT arrayReverseSort([1, nan, 2, NULL, 3, nan, 4, NULL]) │ [4,3,2,1,nan,nan,NULL,NULL] │ └──────────────────────────────────────────────────────┘ -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/higher_order_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/higher_order_functions/) diff --git a/docs/zh/sql-reference/functions/in-functions.md b/docs/zh/sql-reference/functions/in-functions.md index 1665bf5650e..bb33658cb68 100644 --- a/docs/zh/sql-reference/functions/in-functions.md +++ b/docs/zh/sql-reference/functions/in-functions.md @@ -21,4 +21,4 @@ toc_title: IN 运算笊 ’N’是列玢匕从1匀始。N必须是正敎数垞量并䞔䞍倧于元组的倧小。 执行该凜数没有任䜕成本。 -[原始文章](https://clickhouse.tech/docs/en/query_language/functions/in_functions/) +[原始文章](https://clickhouse.com/docs/en/query_language/functions/in_functions/) diff --git a/docs/zh/sql-reference/functions/index.md b/docs/zh/sql-reference/functions/index.md index 52954c95cff..c5974e55582 100644 --- a/docs/zh/sql-reference/functions/index.md +++ b/docs/zh/sql-reference/functions/index.md @@ -69,4 +69,4 @@ ClickHouse䞭至少存圚䞀种类型的凜数 - 垞规凜数它们称之䞺 劂果查询䞭的凜数圚请求服务噚䞊执行䜆悚需芁圚远皋服务噚䞊执行它则可以将其包装圚«any»聚合凜数䞭或将其添加到«GROUP BY»䞭。 -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/) diff --git a/docs/zh/sql-reference/functions/ip-address-functions.md b/docs/zh/sql-reference/functions/ip-address-functions.md index d208e0e6939..6428070e704 100644 --- a/docs/zh/sql-reference/functions/ip-address-functions.md +++ b/docs/zh/sql-reference/functions/ip-address-functions.md @@ -214,4 +214,4 @@ SELECT │ 20010438FFFF000000000000407D1BC1 │ 20010438FFFF000000000000407D1BC1 │ └───────────────────────────────────┮──────────────────────────────────┘ -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/ip_address_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/ip_address_functions/) diff --git a/docs/zh/sql-reference/functions/json-functions.md b/docs/zh/sql-reference/functions/json-functions.md index 441ec29a289..8459f2ceccc 100644 --- a/docs/zh/sql-reference/functions/json-functions.md +++ b/docs/zh/sql-reference/functions/json-functions.md @@ -171,4 +171,4 @@ select JSONExtractRaw('{"a": "hello", "b": [-100, 200.0, 300]}', 'b') = '[-100, 200.0, 300]' -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/json_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/json_functions/) diff --git a/docs/zh/sql-reference/functions/logical-functions.md b/docs/zh/sql-reference/functions/logical-functions.md index cc168dbb1ed..ad72161f3da 100644 --- a/docs/zh/sql-reference/functions/logical-functions.md +++ b/docs/zh/sql-reference/functions/logical-functions.md @@ -17,4 +17,4 @@ toc_title: 逻蟑凜数 ## 匂或`XOR` 运算笊 {#xor} -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/logical_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/logical_functions/) diff --git a/docs/zh/sql-reference/functions/math-functions.md b/docs/zh/sql-reference/functions/math-functions.md index 6634b095b0d..5458ac37dfd 100644 --- a/docs/zh/sql-reference/functions/math-functions.md +++ b/docs/zh/sql-reference/functions/math-functions.md @@ -104,4 +104,4 @@ SELECT erf(3 / sqrt(2)) 接受䞀䞪数倌类型的参数并返回它的10的x次幂UInt64。 -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/math_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/math_functions/) diff --git a/docs/zh/sql-reference/functions/other-functions.md b/docs/zh/sql-reference/functions/other-functions.md index c58c4bd1510..2588f623227 100644 --- a/docs/zh/sql-reference/functions/other-functions.md +++ b/docs/zh/sql-reference/functions/other-functions.md @@ -631,4 +631,4 @@ ORDER BY k ASC 劂果参数䞍䞺零则抛出匂垞。 -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/other_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/other_functions/) diff --git a/docs/zh/sql-reference/functions/random-functions.md b/docs/zh/sql-reference/functions/random-functions.md index f058b98c779..34ff2d9943a 100644 --- a/docs/zh/sql-reference/functions/random-functions.md +++ b/docs/zh/sql-reference/functions/random-functions.md @@ -18,4 +18,4 @@ 返回䞀䞪UInt32类型的随机数字该凜数䞍同之倄圚于仅䞺每䞪数据块参数䞀䞪随机数。 -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/random_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/random_functions/) diff --git a/docs/zh/sql-reference/functions/rounding-functions.md b/docs/zh/sql-reference/functions/rounding-functions.md index c1bf6641135..46f137da995 100644 --- a/docs/zh/sql-reference/functions/rounding-functions.md +++ b/docs/zh/sql-reference/functions/rounding-functions.md @@ -83,4 +83,4 @@ SELECT number / 2 AS x, round(x) FROM system.numbers LIMIT 3 接受䞀䞪数字将其向䞋舍入到指定数组䞭的元玠。劂果该倌小于数组䞭的最䜎蟹界则返回最䜎蟹界。 -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/rounding_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/rounding_functions/) diff --git a/docs/zh/sql-reference/functions/splitting-merging-functions.md b/docs/zh/sql-reference/functions/splitting-merging-functions.md index a29f4057d55..ade5bae21da 100644 --- a/docs/zh/sql-reference/functions/splitting-merging-functions.md +++ b/docs/zh/sql-reference/functions/splitting-merging-functions.md @@ -26,4 +26,4 @@ │ ['abca','abc'] │ └─────────────────────────┘ -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/splitting_merging_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/splitting_merging_functions/) diff --git a/docs/zh/sql-reference/functions/string-functions.md b/docs/zh/sql-reference/functions/string-functions.md index 1c27176a45e..d4f8d36273d 100644 --- a/docs/zh/sql-reference/functions/string-functions.md +++ b/docs/zh/sql-reference/functions/string-functions.md @@ -166,4 +166,4 @@ SELECT format('{} {}', 'Hello', 'World') 返回䞀䞪字笊䞲甚于删陀任䞀䟧的空癜字笊。 -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/string_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/string_functions/) diff --git a/docs/zh/sql-reference/functions/string-replace-functions.md b/docs/zh/sql-reference/functions/string-replace-functions.md index 5f89bfb828f..01bb809c78f 100644 --- a/docs/zh/sql-reference/functions/string-replace-functions.md +++ b/docs/zh/sql-reference/functions/string-replace-functions.md @@ -76,5 +76,5 @@ SELECT replaceRegexpAll('Hello, World!', '^', 'here: ') AS res 这䞪实现䞎re2::RE2::QuoteMeta略有䞍同。它以`\0` 蜬义零字节而䞍是`\x00`并䞔只蜬义必需的字笊。 有关诊细信息请参阅铟接[RE2](https://github.com/google/re2/blob/master/re2/re2.cc#L473) -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/string_replace_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/string_replace_functions/) diff --git a/docs/zh/sql-reference/functions/string-search-functions.md b/docs/zh/sql-reference/functions/string-search-functions.md index 2e1e4c784bd..113c34788f7 100644 --- a/docs/zh/sql-reference/functions/string-search-functions.md +++ b/docs/zh/sql-reference/functions/string-search-functions.md @@ -119,4 +119,4 @@ !!! note "泚意" 对于UTF-8我们䜿甚3-gram。所有这些郜䞍是完党公平的n-gram距犻。我们䜿甚2字节哈垌来散列n-gram然后计算这些哈垌衚之闎的非对称差匂 - 可胜䌚发生冲突。对于UTF-8䞍区分倧小写的栌匏我们䞍䜿甚公平的`tolower`凜数 - 我们将每䞪Unicode字笊字节的第5䜍从零匀始和字节的第䞀䜍園零 - 这适甚于拉䞁语䞻芁甚于所有西里尔字母。 -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/string_search_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/string_search_functions/) diff --git a/docs/zh/sql-reference/functions/type-conversion-functions.md b/docs/zh/sql-reference/functions/type-conversion-functions.md index 4c94b2b2f9a..6c8843fe2bd 100644 --- a/docs/zh/sql-reference/functions/type-conversion-functions.md +++ b/docs/zh/sql-reference/functions/type-conversion-functions.md @@ -635,4 +635,4 @@ SELECT fromUnixTimestamp64Milli(i64, 'UTC') └──────────────────────────────────────┘ ``` -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/type_conversion_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/type_conversion_functions/) diff --git a/docs/zh/sql-reference/functions/url-functions.md b/docs/zh/sql-reference/functions/url-functions.md index a7b91c773c8..040bd1e6aae 100644 --- a/docs/zh/sql-reference/functions/url-functions.md +++ b/docs/zh/sql-reference/functions/url-functions.md @@ -115,4 +115,4 @@ SELECT decodeURLComponent('http://127.0.0.1:8123/?query=SELECT%201%3B') AS Decod 删陀URL䞭名称䞺’name’的参数。改凜数假讟参数名称以及参数倌经过URL盞同的猖码。 -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/url_functions/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/url_functions/) diff --git a/docs/zh/sql-reference/functions/uuid-functions.md b/docs/zh/sql-reference/functions/uuid-functions.md index fb7cdcc4eff..99f5c3407ef 100644 --- a/docs/zh/sql-reference/functions/uuid-functions.md +++ b/docs/zh/sql-reference/functions/uuid-functions.md @@ -104,4 +104,4 @@ SELECT - [dictgetuid](ext-dict-functions.md) -[来源文章](https://clickhouse.tech/docs/en/query_language/functions/uuid_function/) +[来源文章](https://clickhouse.com/docs/en/query_language/functions/uuid_function/) diff --git a/docs/zh/sql-reference/functions/ym-dict-functions.md b/docs/zh/sql-reference/functions/ym-dict-functions.md index 2f2b2f80d25..f8ac29e6d4c 100644 --- a/docs/zh/sql-reference/functions/ym-dict-functions.md +++ b/docs/zh/sql-reference/functions/ym-dict-functions.md @@ -139,4 +139,4 @@ regionToTopContinent(id[, geobase]) `ua` 和 `uk` 郜意味着乌克兰。 -[原始文章](https://clickhouse.tech/docs/en/query_language/functions/ym_dict_functions/) +[原始文章](https://clickhouse.com/docs/en/query_language/functions/ym_dict_functions/) diff --git a/docs/zh/sql-reference/index.md b/docs/zh/sql-reference/index.md index c47c20b9cf9..5e75d670c1d 100644 --- a/docs/zh/sql-reference/index.md +++ b/docs/zh/sql-reference/index.md @@ -15,4 +15,4 @@ ClickHouse支持以䞋圢匏的查询: - [ALTER](statements/alter.md#query_language_queries_alter) - [其他类型的查询](statements/misc.md) -[原始文档](https://clickhouse.tech/docs/zh/sql-reference/) +[原始文档](https://clickhouse.com/docs/zh/sql-reference/) diff --git a/docs/zh/sql-reference/operators/index.md b/docs/zh/sql-reference/operators/index.md index 77aa42755af..2b5555f6c66 100644 --- a/docs/zh/sql-reference/operators/index.md +++ b/docs/zh/sql-reference/operators/index.md @@ -260,4 +260,4 @@ WHERE isNotNull(y) 1 rows in set. Elapsed: 0.002 sec. ``` -[来源文章](https://clickhouse.tech/docs/en/query_language/operators/) +[来源文章](https://clickhouse.com/docs/en/query_language/operators/) diff --git a/docs/zh/sql-reference/statements/alter.md b/docs/zh/sql-reference/statements/alter.md index 81ef9124e45..db4db707832 100644 --- a/docs/zh/sql-reference/statements/alter.md +++ b/docs/zh/sql-reference/statements/alter.md @@ -586,4 +586,4 @@ ALTER SETTINGS PROFILE [IF EXISTS] name [ON CLUSTER cluster_name] [SETTINGS variable [= value] [MIN [=] min_value] [MAX [=] max_value] [READONLY|WRITABLE] | INHERIT 'profile_name'] [,...] ``` -[Original article](https://clickhouse.tech/docs/en/query_language/alter/) +[Original article](https://clickhouse.com/docs/en/query_language/alter/) diff --git a/docs/zh/sql-reference/statements/create.md b/docs/zh/sql-reference/statements/create.md index 46e82bd1733..21a3e28ebc4 100644 --- a/docs/zh/sql-reference/statements/create.md +++ b/docs/zh/sql-reference/statements/create.md @@ -244,7 +244,7 @@ SELECT a, b, c FROM (SELECT ...) 没有单独的删陀视囟的语法。劂果芁删陀视囟请䜿甚`DROP TABLE`。 -[来源文章](https://clickhouse.tech/docs/en/query_language/create/) +[来源文章](https://clickhouse.com/docs/en/query_language/create/) ## CREATE DICTIONARY {#create-dictionary-query} diff --git a/docs/zh/sql-reference/statements/create/index.md b/docs/zh/sql-reference/statements/create/index.md index f2b0a90df76..d5d3e814023 100644 --- a/docs/zh/sql-reference/statements/create/index.md +++ b/docs/zh/sql-reference/statements/create/index.md @@ -10,4 +10,4 @@ CREATE语法包含以䞋子集: - [DATABASE](../../../sql-reference/statements/create/database.md) -[原始文章](https://clickhouse.tech/docs/zh/sql-reference/statements/create/) +[原始文章](https://clickhouse.com/docs/zh/sql-reference/statements/create/) diff --git a/docs/zh/sql-reference/statements/create/view.md b/docs/zh/sql-reference/statements/create/view.md index c4e1b96107c..da69860f068 100644 --- a/docs/zh/sql-reference/statements/create/view.md +++ b/docs/zh/sql-reference/statements/create/view.md @@ -240,4 +240,4 @@ Code: 60. DB::Exception: Received from localhost:9000. DB::Exception: Table defa - 监视衚曎改并觊发后续选择查询。 - 䜿甚定期刷新从系统衚䞭查看指标。 -[原始文章](https://clickhouse.tech/docs/en/sql-reference/statements/create/view/) +[原始文章](https://clickhouse.com/docs/en/sql-reference/statements/create/view/) diff --git a/docs/zh/sql-reference/statements/drop.md b/docs/zh/sql-reference/statements/drop.md index 5738dc72459..c78cb450e19 100644 --- a/docs/zh/sql-reference/statements/drop.md +++ b/docs/zh/sql-reference/statements/drop.md @@ -97,4 +97,4 @@ DROP [SETTINGS] PROFILE [IF EXISTS] name [,...] [ON CLUSTER cluster_name] DROP VIEW [IF EXISTS] [db.]name [ON CLUSTER cluster] ``` -[原始文章](https://clickhouse.tech/docs/zh/sql-reference/statements/drop/) +[原始文章](https://clickhouse.com/docs/zh/sql-reference/statements/drop/) diff --git a/docs/zh/sql-reference/statements/grant.md b/docs/zh/sql-reference/statements/grant.md index cb3952767ac..c55eff4126d 100644 --- a/docs/zh/sql-reference/statements/grant.md +++ b/docs/zh/sql-reference/statements/grant.md @@ -471,4 +471,4 @@ GRANT INSERT(x,y) ON db.table TO john `ADMIN OPTION` 权限允讞甚户将他们的角色分配给其它甚户 -[原始文档](https://clickhouse.tech/docs/en/query_language/grant/) +[原始文档](https://clickhouse.com/docs/en/query_language/grant/) diff --git a/docs/zh/sql-reference/statements/insert-into.md b/docs/zh/sql-reference/statements/insert-into.md index 3e378c6a589..928107fa2b2 100644 --- a/docs/zh/sql-reference/statements/insert-into.md +++ b/docs/zh/sql-reference/statements/insert-into.md @@ -108,4 +108,4 @@ INSERT INTO [db.]table [(c1, c2, c3)] SELECT ... - 数据总是被实时的写入。 - 写入的数据已经按照时闎排序。 -[来源文章](https://clickhouse.tech/docs/en/query_language/insert_into/) +[来源文章](https://clickhouse.com/docs/en/query_language/insert_into/) diff --git a/docs/zh/sql-reference/statements/misc.md b/docs/zh/sql-reference/statements/misc.md index 5ec589c9e9a..8e7fc4c6bc3 100644 --- a/docs/zh/sql-reference/statements/misc.md +++ b/docs/zh/sql-reference/statements/misc.md @@ -376,4 +376,4 @@ USE db 圓前数据库甚于搜玢衚劂果数据库没有圚查询䞭明确定义䞎衚名之前的点。 䜿甚HTTP协议时无法进行歀查询因䞺没有䌚话的抂念。 -[原始文章](https://clickhouse.tech/docs/en/query_language/misc/) +[原始文章](https://clickhouse.com/docs/en/query_language/misc/) diff --git a/docs/zh/sql-reference/statements/revoke.md b/docs/zh/sql-reference/statements/revoke.md index f784b134a3b..16315ae96d4 100644 --- a/docs/zh/sql-reference/statements/revoke.md +++ b/docs/zh/sql-reference/statements/revoke.md @@ -45,4 +45,4 @@ GRANT SELECT ON accounts.staff TO mira; REVOKE SELECT(wage) ON accounts.staff FROM mira; ``` -{## [原始文档](https://clickhouse.tech/docs/en/operations/settings/settings/) ##} +{## [原始文档](https://clickhouse.com/docs/en/operations/settings/settings/) ##} diff --git a/docs/zh/sql-reference/statements/select/index.md b/docs/zh/sql-reference/statements/select/index.md index d3de71efc6b..6c8cc361844 100644 --- a/docs/zh/sql-reference/statements/select/index.md +++ b/docs/zh/sql-reference/statements/select/index.md @@ -159,4 +159,4 @@ Code: 42. DB::Exception: Received from localhost:9000. DB::Exception: Number of 有关诊细信息请参阅郚分 “Settings”. 可以䜿甚倖郚排序将䞎时衚保存到磁盘和倖郚聚合。 -{## [原始文章](https://clickhouse.tech/docs/en/sql-reference/statements/select/) ##} +{## [原始文章](https://clickhouse.com/docs/en/sql-reference/statements/select/) ##} diff --git a/docs/zh/sql-reference/statements/show.md b/docs/zh/sql-reference/statements/show.md index d9f09855916..85c5744f26b 100644 --- a/docs/zh/sql-reference/statements/show.md +++ b/docs/zh/sql-reference/statements/show.md @@ -165,4 +165,4 @@ SHOW CREATE QUOTA [name | CURRENT] SHOW CREATE [SETTINGS] PROFILE name ``` -[原始文档](https://clickhouse.tech/docs/en/query_language/show/) +[原始文档](https://clickhouse.com/docs/en/query_language/show/) diff --git a/docs/zh/sql-reference/statements/system.md b/docs/zh/sql-reference/statements/system.md index 7f2b7ae1082..9b21ba340a9 100644 --- a/docs/zh/sql-reference/statements/system.md +++ b/docs/zh/sql-reference/statements/system.md @@ -280,4 +280,4 @@ SYSTEM RESTART REPLICA [db.]replicated_merge_tree_family_table_name 重眮所有 `ReplicatedMergeTree`è¡šçš„ZooKeeper䌚话状态。该操䜜䌚以Zookeeper䞺参照对比圓前状态有需芁的情况䞋将任务添加到ZooKeeper队列。 -[原始文档](https://clickhouse.tech/docs/en/query_language/system/) +[原始文档](https://clickhouse.com/docs/en/query_language/system/) diff --git a/docs/zh/sql-reference/syntax.md b/docs/zh/sql-reference/syntax.md index 644dc646726..7721699e699 100644 --- a/docs/zh/sql-reference/syntax.md +++ b/docs/zh/sql-reference/syntax.md @@ -54,7 +54,7 @@ ClickHouse支持SQL风栌或C语蚀风栌的泚释 - 集矀、数据库、衚、分区、列的名称 - 凜数 - 数据类型 -- [衚蟟匏别名](https://clickhouse.tech/docs/zh/sql-reference/syntax/#syntax-expression_aliases) +- [衚蟟匏别名](https://clickhouse.com/docs/zh/sql-reference/syntax/#syntax-expression_aliases) 变量名可以被括起或䞍括起后者是掚荐做法。 @@ -192,4 +192,4 @@ select查询䞭星号可以代替衚蟟匏䜿甚。诊情请参见“select 衚蟟匏列衚是甚逗号分隔的䞀䞪或倚䞪衚蟟匏。 反过来凜数和运算笊可以将衚蟟匏䜜䞺参数。 -[原始文档](https://clickhouse.tech/docs/en/sql_reference/syntax/) +[原始文档](https://clickhouse.com/docs/en/sql_reference/syntax/) diff --git a/docs/zh/sql-reference/table-functions/file.md b/docs/zh/sql-reference/table-functions/file.md index 84fddada867..dd2b83d292a 100644 --- a/docs/zh/sql-reference/table-functions/file.md +++ b/docs/zh/sql-reference/table-functions/file.md @@ -127,6 +127,6 @@ FROM file('big_dir/file{0..9}{0..9}{0..9}', 'CSV', 'name String, value UInt32') **及请参阅** -- [虚拟列](https://clickhouse.tech/docs/en/operations/table_engines/#table_engines-virtual_columns) +- [虚拟列](https://clickhouse.com/docs/en/operations/table_engines/#table_engines-virtual_columns) -[原始文章](https://clickhouse.tech/docs/en/query_language/table_functions/file/) +[原始文章](https://clickhouse.com/docs/en/query_language/table_functions/file/) diff --git a/docs/zh/sql-reference/table-functions/generate.md b/docs/zh/sql-reference/table-functions/generate.md index b9b02793cf3..b00d1ecf1ab 100644 --- a/docs/zh/sql-reference/table-functions/generate.md +++ b/docs/zh/sql-reference/table-functions/generate.md @@ -39,4 +39,4 @@ SELECT * FROM generateRandom('a Array(Int8), d Decimal32(4), c Tuple(DateTime64( └──────────┮──────────────┮────────────────────────────────────────────────────────────────────┘ ``` -[原始文章](https://clickhouse.tech/docs/en/query_language/table_functions/generate/) +[原始文章](https://clickhouse.com/docs/en/query_language/table_functions/generate/) diff --git a/docs/zh/sql-reference/table-functions/hdfs.md b/docs/zh/sql-reference/table-functions/hdfs.md index 715d9671dc8..5fc5c0b4c62 100644 --- a/docs/zh/sql-reference/table-functions/hdfs.md +++ b/docs/zh/sql-reference/table-functions/hdfs.md @@ -97,6 +97,6 @@ FROM hdfs('hdfs://hdfs1:9000/big_dir/file{0..9}{0..9}{0..9}', 'CSV', 'name Strin **及请参阅** -- [虚拟列](https://clickhouse.tech/docs/en/operations/table_engines/#table_engines-virtual_columns) +- [虚拟列](https://clickhouse.com/docs/en/operations/table_engines/#table_engines-virtual_columns) -[原始文章](https://clickhouse.tech/docs/en/query_language/table_functions/hdfs/) +[原始文章](https://clickhouse.com/docs/en/query_language/table_functions/hdfs/) diff --git a/docs/zh/sql-reference/table-functions/index.md b/docs/zh/sql-reference/table-functions/index.md index 20a335de0fc..a04c20c875d 100644 --- a/docs/zh/sql-reference/table-functions/index.md +++ b/docs/zh/sql-reference/table-functions/index.md @@ -33,4 +33,4 @@ toc_title: "\u5BFC\u8A00" | [odbc](../../sql-reference/table-functions/odbc.md) | 创建䞀䞪ODBC匕擎衚。 | | [hdfs](../../sql-reference/table-functions/hdfs.md) | 创建䞀䞪HDFS匕擎衚。 | -[原始文章](https://clickhouse.tech/docs/en/query_language/table_functions/) +[原始文章](https://clickhouse.com/docs/en/query_language/table_functions/) diff --git a/docs/zh/sql-reference/table-functions/input.md b/docs/zh/sql-reference/table-functions/input.md index 61bb58d73e2..bfee05eb898 100644 --- a/docs/zh/sql-reference/table-functions/input.md +++ b/docs/zh/sql-reference/table-functions/input.md @@ -40,4 +40,4 @@ $ cat data.csv | clickhouse-client --query="INSERT INTO test FORMAT CSV" $ cat data.csv | clickhouse-client --query="INSERT INTO test SELECT * FROM input('test_structure') FORMAT CSV" ``` -[原始文章](https://clickhouse.tech/docs/en/query_language/table_functions/input/) +[原始文章](https://clickhouse.com/docs/en/query_language/table_functions/input/) diff --git a/docs/zh/sql-reference/table-functions/jdbc.md b/docs/zh/sql-reference/table-functions/jdbc.md index 4d95a5ed203..91f494932bd 100644 --- a/docs/zh/sql-reference/table-functions/jdbc.md +++ b/docs/zh/sql-reference/table-functions/jdbc.md @@ -35,4 +35,4 @@ FROM jdbc('mysql-dev?datasource_column', 'show databases') a INNER JOIN jdbc('self?datasource_column', 'show databases') b ON a.Database = b.name ``` -[原始文章](https://clickhouse.tech/docs/en/query_language/table_functions/jdbc/) +[原始文章](https://clickhouse.com/docs/en/query_language/table_functions/jdbc/) diff --git a/docs/zh/sql-reference/table-functions/merge.md b/docs/zh/sql-reference/table-functions/merge.md index 410468b3d8a..e994c77f1b0 100644 --- a/docs/zh/sql-reference/table-functions/merge.md +++ b/docs/zh/sql-reference/table-functions/merge.md @@ -9,4 +9,4 @@ toc_title: merge 衚结构取自遇到的第䞀䞪䞎正则衚蟟匏匹配的衚。 -[原始文章](https://clickhouse.tech/docs/en/query_language/table_functions/merge/) +[原始文章](https://clickhouse.com/docs/en/query_language/table_functions/merge/) diff --git a/docs/zh/sql-reference/table-functions/mysql.md b/docs/zh/sql-reference/table-functions/mysql.md index 3ed0001b0a0..f406a6d051e 100644 --- a/docs/zh/sql-reference/table-functions/mysql.md +++ b/docs/zh/sql-reference/table-functions/mysql.md @@ -106,4 +106,4 @@ SELECT * FROM mysql('localhost:3306', 'test', 'test', 'bayonet', '123'); - [该 ‘MySQL’ 衚匕擎](../../engines/table-engines/integrations/mysql.md) - [䜿甚MySQL䜜䞺倖郚字兞的来源](../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-mysql) -[原始文章](https://clickhouse.tech/docs/en/query_language/table_functions/mysql/) +[原始文章](https://clickhouse.com/docs/en/query_language/table_functions/mysql/) diff --git a/docs/zh/sql-reference/table-functions/numbers.md b/docs/zh/sql-reference/table-functions/numbers.md index 59a57b157e0..279d2e730ba 100644 --- a/docs/zh/sql-reference/table-functions/numbers.md +++ b/docs/zh/sql-reference/table-functions/numbers.md @@ -25,4 +25,4 @@ SELECT * FROM system.numbers LIMIT 10; select toDate('2010-01-01') + number as d FROM numbers(365); ``` -[原始文章](https://clickhouse.tech/docs/en/query_language/table_functions/numbers/) +[原始文章](https://clickhouse.com/docs/en/query_language/table_functions/numbers/) diff --git a/docs/zh/sql-reference/table-functions/odbc.md b/docs/zh/sql-reference/table-functions/odbc.md index dd2826e892f..5a2cd8bb5f0 100644 --- a/docs/zh/sql-reference/table-functions/odbc.md +++ b/docs/zh/sql-reference/table-functions/odbc.md @@ -103,4 +103,4 @@ SELECT * FROM odbc('DSN=mysqlconn', 'test', 'test') - [ODBC倖郚字兞](../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-odbc) - [ODBC衚匕擎](../../engines/table-engines/integrations/odbc.md). -[原始文章](https://clickhouse.tech/docs/en/query_language/table_functions/jdbc/) +[原始文章](https://clickhouse.com/docs/en/query_language/table_functions/jdbc/) diff --git a/docs/zh/sql-reference/table-functions/postgresql.md b/docs/zh/sql-reference/table-functions/postgresql.md index df29c2c2891..ec31432b96a 100644 --- a/docs/zh/sql-reference/table-functions/postgresql.md +++ b/docs/zh/sql-reference/table-functions/postgresql.md @@ -117,4 +117,4 @@ CREATE TABLE pg_table_schema_with_dots (a UInt32) - [PostgreSQL 衚匕擎](../../engines/table-engines/integrations/postgresql.md) - [䜿甚 PostgreSQL 䜜䞺倖郚字兞的来源](../../sql-reference/dictionaries/external-dictionaries/external-dicts-dict-sources.md#dicts-external_dicts_dict_sources-postgresql) -[原始文章](https://clickhouse.tech/docs/en/sql-reference/table-functions/postgresql/) +[原始文章](https://clickhouse.com/docs/en/sql-reference/table-functions/postgresql/) diff --git a/docs/zh/sql-reference/table-functions/remote.md b/docs/zh/sql-reference/table-functions/remote.md index dfe81d0bafe..236ce1a7499 100644 --- a/docs/zh/sql-reference/table-functions/remote.md +++ b/docs/zh/sql-reference/table-functions/remote.md @@ -101,4 +101,4 @@ INSERT INTO FUNCTION remote('127.0.0.1', currentDatabase(), 'remote_table') VALU SELECT * FROM remote_table; ``` -[原始文章](https://clickhouse.tech/docs/en/query_language/table_functions/remote/) +[原始文章](https://clickhouse.com/docs/en/query_language/table_functions/remote/) diff --git a/docs/zh/sql-reference/table-functions/s3.md b/docs/zh/sql-reference/table-functions/s3.md index c55412f4ddd..06a6719b445 100644 --- a/docs/zh/sql-reference/table-functions/s3.md +++ b/docs/zh/sql-reference/table-functions/s3.md @@ -129,4 +129,4 @@ SELECT name, value FROM existing_table; - [S3 匕擎](../../engines/table-engines/integrations/s3.md) -[原始文章](https://clickhouse.tech/docs/en/sql-reference/table-functions/s3/) +[原始文章](https://clickhouse.com/docs/en/sql-reference/table-functions/s3/) diff --git a/docs/zh/sql-reference/table-functions/url.md b/docs/zh/sql-reference/table-functions/url.md index d726cddd748..fe3e3ac25e9 100644 --- a/docs/zh/sql-reference/table-functions/url.md +++ b/docs/zh/sql-reference/table-functions/url.md @@ -40,4 +40,4 @@ CREATE TABLE test_table (column1 String, column2 UInt32) ENGINE=Memory; INSERT INTO FUNCTION url('http://127.0.0.1:8123/?query=INSERT+INTO+test_table+FORMAT+CSV', 'CSV', 'column1 String, column2 UInt32') VALUES ('http interface', 42); SELECT * FROM test_table; ``` -[原始文章](https://clickhouse.tech/docs/en/query_language/table_functions/url/) +[原始文章](https://clickhouse.com/docs/en/query_language/table_functions/url/) diff --git a/docs/zh/whats-new/roadmap.md b/docs/zh/whats-new/roadmap.md index df4b027f7da..3cb9dd6fa2f 100644 --- a/docs/zh/whats-new/roadmap.md +++ b/docs/zh/whats-new/roadmap.md @@ -7,4 +7,4 @@ toc_title: Roadmap `2021幎Roadmap`已公垃䟛公匀讚论查看[这里](https://github.com/ClickHouse/ClickHouse/issues/17623). -{## [源文章](https://clickhouse.tech/docs/en/roadmap/) ##} +{## [源文章](https://clickhouse.com/docs/en/roadmap/) ##} diff --git a/docs/zh/whats-new/security-changelog.md b/docs/zh/whats-new/security-changelog.md index 9cf0ca0b08c..24f352c6028 100644 --- a/docs/zh/whats-new/security-changelog.md +++ b/docs/zh/whats-new/security-changelog.md @@ -71,4 +71,4 @@ deb包䞭的错误配眮可胜富臎未经授权䜿甚数据库。 䜜者英囜囜家眑络安党䞭心NCSC -{## [Original article](https://clickhouse.tech/docs/en/security_changelog/) ##} +{## [Original article](https://clickhouse.com/docs/en/security_changelog/) ##}