ClickHouse/docs/ja/operations/server-configuration-parameters/settings.md

907 lines
34 KiB
Markdown
Raw Normal View History

2020-04-04 09:15:31 +00:00
---
machine_translated: true
machine_translated_rev: 72537a2d527c63c07aa5d2361a8829f3895cf2bd
2020-04-04 09:15:31 +00:00
toc_priority: 57
toc_title: "\u30B5\u30FC\u30D0\u30FC\u8A2D\u5B9A"
---
# サーバー設定 {#server-settings}
## builtin\_dictionaries\_reload\_interval {#builtin-dictionaries-reload-interval}
組み込み辞書を再ロードするまでの秒単位の間隔。
2020-04-04 09:15:31 +00:00
ClickHouseはx秒ごとに組み込みの辞書を再読み込みします。 これにより、辞書の編集が可能になります “on the fly” サーバーを再起動せずに。
2020-04-04 09:15:31 +00:00
デフォルト値は3600です。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<builtin_dictionaries_reload_interval>3600</builtin_dictionaries_reload_interval>
```
## 圧縮 {#server-settings-compression}
データ圧縮の設定 [メルゲツリー](../../engines/table-engines/mergetree-family/mergetree.md)-エンジンテーブル。
2020-04-04 09:15:31 +00:00
!!! warning "警告"
ClickHouseの使用を開始したばかりの場合は、使用しないでください。
2020-04-04 09:15:31 +00:00
構成テンプレート:
``` xml
<compression>
<case>
<min_part_size>...</min_part_size>
<min_part_size_ratio>...</min_part_size_ratio>
<method>...</method>
</case>
...
</compression>
```
`<case>` フィールド:
- `min_part_size` The minimum size of a data part.
- `min_part_size_ratio` The ratio of the data part size to the table size.
- `method` Compression method. Acceptable values: `lz4` または `zstd`.
複数の設定が可能です `<case>` セクション
2020-04-04 09:15:31 +00:00
条件を満たした場合のアクション:
2020-04-04 09:15:31 +00:00
- データ部分が条件セットに一致する場合、ClickHouseは指定された圧縮方法を使用します。
- データパーツが複数の条件セットに一致する場合、ClickHouseは最初に一致した条件セットを使用します。
2020-04-04 09:15:31 +00:00
データパーツの条件が満たされていない場合、ClickHouseは `lz4` 圧縮。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<compression incl="clickhouse_compression">
<case>
<min_part_size>10000000000</min_part_size>
<min_part_size_ratio>0.01</min_part_size_ratio>
<method>zstd</method>
</case>
</compression>
```
## default\_database {#default-database}
既定のデータベース。
データベースのリストを取得するには、 [SHOW DATABASES](../../sql-reference/statements/show.md#show-databases) クエリ。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<default_database>default</default_database>
```
## default\_profile {#default-profile}
既定の設定プロファイル。
設定プロファイル内のファイルで指定されたパラメータ `user_config`.
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<default_profile>default</default_profile>
```
## dictionaries\_config {#server_configuration_parameters-dictionaries_config}
外部辞書の設定ファイルへのパス。
2020-04-04 09:15:31 +00:00
パス:
- 絶対パスまたはサーバー設定ファイルに対する相対パスを指定します。
2020-04-04 09:15:31 +00:00
- のパスを含むことができワイルドカード\*や?.
も参照。 “[外部辞書](../../sql-reference/dictionaries/external-dictionaries/external-dicts.md)”.
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<dictionaries_config>*_dictionary.xml</dictionaries_config>
```
## dictionaries\_lazy\_load {#server_configuration_parameters-dictionaries_lazy_load}
辞書の遅延読み込み。
2020-04-04 09:15:31 +00:00
もし `true` その後、各辞書は、最初の使用時に作成されます。 辞書の作成に失敗した場合、辞書を使用していた関数は例外をスローします。
2020-04-04 09:15:31 +00:00
もし `false` すべての辞書は、サーバーの起動時に作成され、エラーがある場合は、サーバーがシャットダウンされます。
2020-04-04 09:15:31 +00:00
既定値は次のとおりです `true`.
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<dictionaries_lazy_load>true</dictionaries_lazy_load>
```
## format\_schema\_path {#server_configuration_parameters-format_schema_path}
入力データのスキーマを含むディレクトリへのパス。 [CapnProto](../../interfaces/formats.md#capnproto) 形式。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<!-- Directory containing schema files for various input formats. -->
<format_schema_path>format_schemas/</format_schema_path>
```
## 黒鉛 {#server_configuration_parameters-graphite}
データの送信先 [黒鉛](https://github.com/graphite-project).
設定:
- host The Graphite server.
- port The port on the Graphite server.
- interval The interval for sending, in seconds.
- timeout The timeout for sending data, in seconds.
- root\_path Prefix for keys.
- metrics Sending data from the [システムメトリック](../../operations/system-tables.md#system_tables-metrics) テーブル。
- events Sending deltas data accumulated for the time period from the [システムイベント](../../operations/system-tables.md#system_tables-events) テーブル。
- events\_cumulative Sending cumulative data from the [システムイベント](../../operations/system-tables.md#system_tables-events) テーブル。
- asynchronous\_metrics Sending data from the [システムasynchronous\_metrics](../../operations/system-tables.md#system_tables-asynchronous_metrics) テーブル。
2020-04-04 09:15:31 +00:00
複数の設定が可能です `<graphite>` 句。 たとえば、異なる間隔で異なるデータを送信するためにこれを使用できます。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<graphite>
<host>localhost</host>
<port>42000</port>
<timeout>0.1</timeout>
<interval>60</interval>
<root_path>one_min</root_path>
<metrics>true</metrics>
<events>true</events>
<events_cumulative>false</events_cumulative>
<asynchronous_metrics>true</asynchronous_metrics>
</graphite>
```
## graphite\_rollup {#server_configuration_parameters-graphite-rollup}
グラファイトのデータを薄くする設定。
2020-04-04 09:15:31 +00:00
詳細は、を参照してください [GraphiteMergeTree](../../engines/table-engines/mergetree-family/graphitemergetree.md).
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<graphite_rollup_example>
<default>
<function>max</function>
<retention>
<age>0</age>
<precision>60</precision>
</retention>
<retention>
<age>3600</age>
<precision>300</precision>
</retention>
<retention>
<age>86400</age>
<precision>3600</precision>
</retention>
</default>
</graphite_rollup_example>
```
## http\_port/https\_port {#http-porthttps-port}
HTTP経由でサーバーに接続するためのポート。
もし `https_port` 指定される, [openSSL](#server_configuration_parameters-openssl) 設定する必要があります。
2020-04-04 09:15:31 +00:00
もし `http_port` が指定されている場合、OpenSSL設定が設定されていても無視されます。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
2020-05-15 13:14:39 +00:00
<https_port>9999</https_port>
2020-04-04 09:15:31 +00:00
```
## http\_server\_default\_response {#server_configuration_parameters-http_server_default_response}
ClickHouse HTTP(s)サーバーにアクセスするときにデフォルトで表示されるページ。
既定値は次のとおりです “Ok.” (最後に改行があります)
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
開く `https://tabix.io/` アクセス時 `http://localhost: http_port`.
``` xml
<http_server_default_response>
<![CDATA[<html ng-app="SMI2"><head><base href="http://ui.tabix.io/"></head><body><div ui-view="" class="content-ui"></div><script src="http://loader.tabix.io/master.js"></script></body></html>]]>
</http_server_default_response>
```
## include\_from {#server_configuration_parameters-include_from}
置換されたファイルへのパス。
2020-04-04 09:15:31 +00:00
詳細については “[設定ファイル](../configuration-files.md#configuration_files)”.
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<include_from>/etc/metrica.xml</include_from>
```
## interserver\_http\_port {#interserver-http-port}
ClickHouseサーバー間でデータを交換するポート。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<interserver_http_port>9009</interserver_http_port>
```
## interserver\_http\_host {#interserver-http-host}
このサーバーへのアクセスに他のサーバーが使用できるホスト名。
省略された場合、これは `hostname-f` コマンド
2020-04-04 09:15:31 +00:00
特定のネッ
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<interserver_http_host>example.yandex.ru</interserver_http_host>
```
## interserver\_http\_credentials {#server-settings-interserver-http-credentials}
認証時に使用されるユーザー名とパスワード [複製](../../engines/table-engines/mergetree-family/replication.md) 複製された\*エンジンで。 これらの資格情報は、レプリカ間の通信にのみ使用され、ClickHouseクライアントの資格情報とは無関係です。 サーバーにあるチェックにこれらの資格の接続にはレプリカと同じ資格を接続する場合はその他のレプリカ. なので、これらの資格を設定する同じすべてのレプリカ、クラスター
既定では、認証は使用されません。
2020-04-04 09:15:31 +00:00
このセクションでは以下のパラメータ:
2020-04-04 09:15:31 +00:00
- `user` — username.
- `password` — password.
**例**
2020-04-04 09:15:31 +00:00
``` xml
<interserver_http_credentials>
<user>admin</user>
<password>222</password>
</interserver_http_credentials>
```
## keep\_alive\_timeout {#keep-alive-timeout}
ClickHouseが接続を閉じる前に受信要求を待機する秒数。 既定値は3秒です。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<keep_alive_timeout>3</keep_alive_timeout>
```
## listen\_host {#server_configuration_parameters-listen_host}
要求元のホストに対する制限。 したい場合はサーバーの回答をしているが、それらを指定し `::`.
2020-04-04 09:15:31 +00:00
例:
``` xml
<listen_host>::1</listen_host>
<listen_host>127.0.0.1</listen_host>
```
## ロガー {#server_configuration_parameters-logger}
ログ設定。
2020-04-04 09:15:31 +00:00
キー:
- level Logging level. Acceptable values: `trace`, `debug`, `information`, `warning`, `error`.
- log The log file. Contains all the entries according to `level`.
- errorlog Error log file.
- size Size of the file. Applies to `log`と`errorlog`. ファイルが到達すると `size`、ClickHouseはアーカイブし、それの名前を変更し、その場所に新しいログファイルを作成します。
2020-04-04 09:15:31 +00:00
- count The number of archived log files that ClickHouse stores.
**例**
2020-04-04 09:15:31 +00:00
``` xml
<logger>
<level>trace</level>
<log>/var/log/clickhouse-server/clickhouse-server.log</log>
<errorlog>/var/log/clickhouse-server/clickhouse-server.err.log</errorlog>
<size>1000M</size>
<count>10</count>
</logger>
```
Syslogへの書き込みもサポートされています。 設定の例:
2020-04-04 09:15:31 +00:00
``` xml
<logger>
<use_syslog>1</use_syslog>
<syslog>
<address>syslog.remote:10514</address>
<hostname>myhost.local</hostname>
<facility>LOG_LOCAL6</facility>
<format>syslog</format>
</syslog>
</logger>
```
キー:
- use\_syslog — Required setting if you want to write to the syslog.
- address — The host\[:port\] of syslogd. If omitted, the local daemon is used.
- hostname — Optional. The name of the host that logs are sent from.
- facility — [Syslog機能キーワード](https://en.wikipedia.org/wiki/Syslog#Facility) 大文字では “LOG\_” 接頭辞: (`LOG_USER`, `LOG_DAEMON`, `LOG_LOCAL3`、というように)。
デフォルト値: `LOG_USER` もし `address` 指定される, `LOG_DAEMON otherwise.`
2020-04-04 09:15:31 +00:00
- format Message format. Possible values: `bsd``syslog.`
## マクロ {#macros}
複製されたテーブルのパラメーター置換。
2020-04-04 09:15:31 +00:00
ければ省略することができ複製のテーブルは使用しておりません。
詳細については “[複製テーブルの作成](../../engines/table-engines/mergetree-family/replication.md)”.
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<macros incl="macros" optional="true" />
```
## mark\_cache\_size {#server-mark-cache-size}
テーブルエンジンが使用するマークのキャッシュのおおよそのサイズ(バイト単位) [メルゲツリー](../../engines/table-engines/mergetree-family/mergetree.md) 家族だ
2020-04-04 09:15:31 +00:00
キャッシュの共有のサーバーメモリが割り当てられます。 キャッシュサイズは、少なくとも5368709120である必要があります。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<mark_cache_size>5368709120</mark_cache_size>
```
## max\_concurrent\_queries {#max-concurrent-queries}
同時に処理される要求の最大数。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<max_concurrent_queries>100</max_concurrent_queries>
```
## max\_connections {#max-connections}
受信接続の最大数。
**例**
2020-04-04 09:15:31 +00:00
``` xml
<max_connections>4096</max_connections>
```
## max\_open\_files {#max-open-files}
開いているファイルの最大数。
既定では: `maximum`.
2020-04-04 09:15:31 +00:00
このオプションをMac OS Xで使用することをお勧めします。 `getrlimit()` 関数は、誤った値を返します。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<max_open_files>262144</max_open_files>
```
## max\_table\_size\_to\_drop {#max-table-size-to-drop}
テーブルの削除に関する制限。
のサイズが [メルゲツリー](../../engines/table-engines/mergetree-family/mergetree.md) テーブル超過 `max_table_size_to_drop` (バイト単位)、ドロップクエリを使用して削除することはできません。
2020-04-04 09:15:31 +00:00
ClickHouseサーバーを再起動せずにテーブルを削除する必要がある場合は、 `<clickhouse-path>/flags/force_drop_table` DROPクエリをファイルして実行します。
2020-04-04 09:15:31 +00:00
デフォルト値:50GB。
2020-04-04 09:15:31 +00:00
値0は、制限なしですべてのテーブルを削除できることを意味します。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<max_table_size_to_drop>0</max_table_size_to_drop>
```
## merge\_tree {#server_configuration_parameters-merge_tree}
テーブルの微調整 [メルゲツリー](../../engines/table-engines/mergetree-family/mergetree.md).
2020-04-04 09:15:31 +00:00
詳細については、MergeTreeSettingsを参照してください。hヘッダファイル。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<merge_tree>
<max_suspicious_broken_parts>5</max_suspicious_broken_parts>
</merge_tree>
```
## openSSL {#server_configuration_parameters-openssl}
SSLクライアント/サーバー構成。
SSLのサポートは以下によって提供されます `libpoco` 図書館 ユーザーインターフェイスはファイルに記述 [SSLManager.h](https://github.com/ClickHouse-Extras/poco/blob/master/NetSSL_OpenSSL/include/Poco/Net/SSLManager.h)
2020-04-04 09:15:31 +00:00
サーバー/クライアント設定のキー:
- privateKeyFile The path to the file with the secret key of the PEM certificate. The file may contain a key and certificate at the same time.
- certificateFile The path to the client/server certificate file in PEM format. You can omit it if `privateKeyFile` 証明書が含まれています。
- caConfig The path to the file or directory that contains trusted root certificates.
- verificationMode The method for checking the node's certificates. Details are in the description of the [文脈](https://github.com/ClickHouse-Extras/poco/blob/master/NetSSL_OpenSSL/include/Poco/Net/Context.h) クラス 可能な値: `none`, `relaxed`, `strict`, `once`.
2020-04-04 09:15:31 +00:00
- verificationDepth The maximum length of the verification chain. Verification will fail if the certificate chain length exceeds the set value.
- loadDefaultCAFile Indicates that built-in CA certificates for OpenSSL will be used. Acceptable values: `true`, `false`. \|
- cipherList Supported OpenSSL encryptions. For example: `ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH`.
- cacheSessions Enables or disables caching sessions. Must be used in combination with `sessionIdContext`. 許容値: `true`, `false`.
- sessionIdContext A unique set of random characters that the server appends to each generated identifier. The length of the string must not exceed `SSL_MAX_SSL_SESSION_ID_LENGTH`. このパラメータは常にお勧めです問題を避けることになるだろう両方の場合はサーバのキャッシュのセッションがクライアントの要望はキャッシュ. デフォルト値: `${application.name}`.
- sessionCacheSize The maximum number of sessions that the server caches. Default value: 1024\*20. 0 Unlimited sessions.
- sessionTimeout Time for caching the session on the server.
- extendedVerification Automatically extended verification of certificates after the session ends. Acceptable values: `true`, `false`.
- requireTLSv1 Require a TLSv1 connection. Acceptable values: `true`, `false`.
- requireTLSv1\_1 Require a TLSv1.1 connection. Acceptable values: `true`, `false`.
- requireTLSv1 Require a TLSv1.2 connection. Acceptable values: `true`, `false`.
- fips Activates OpenSSL FIPS mode. Supported if the library's OpenSSL version supports FIPS.
2020-04-04 09:15:31 +00:00
- privateKeyPassphraseHandler Class (PrivateKeyPassphraseHandler subclass) that requests the passphrase for accessing the private key. For example: `<privateKeyPassphraseHandler>`, `<name>KeyFileHandler</name>`, `<options><password>test</password></options>`, `</privateKeyPassphraseHandler>`.
- invalidCertificateHandler Class (a subclass of CertificateHandler) for verifying invalid certificates. For example: `<invalidCertificateHandler> <name>ConsoleCertificateHandler</name> </invalidCertificateHandler>` .
- disableProtocols Protocols that are not allowed to use.
- preferServerCiphers Preferred server ciphers on the client.
**設定例:**
``` xml
<openSSL>
<server>
<!-- openssl req -subj "/CN=localhost" -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout /etc/clickhouse-server/server.key -out /etc/clickhouse-server/server.crt -->
<certificateFile>/etc/clickhouse-server/server.crt</certificateFile>
<privateKeyFile>/etc/clickhouse-server/server.key</privateKeyFile>
<!-- openssl dhparam -out /etc/clickhouse-server/dhparam.pem 4096 -->
<dhParamsFile>/etc/clickhouse-server/dhparam.pem</dhParamsFile>
<verificationMode>none</verificationMode>
<loadDefaultCAFile>true</loadDefaultCAFile>
<cacheSessions>true</cacheSessions>
<disableProtocols>sslv2,sslv3</disableProtocols>
<preferServerCiphers>true</preferServerCiphers>
</server>
<client>
<loadDefaultCAFile>true</loadDefaultCAFile>
<cacheSessions>true</cacheSessions>
<disableProtocols>sslv2,sslv3</disableProtocols>
<preferServerCiphers>true</preferServerCiphers>
<!-- Use for self-signed: <verificationMode>none</verificationMode> -->
<invalidCertificateHandler>
<!-- Use for self-signed: <name>AcceptCertificateHandler</name> -->
<name>RejectCertificateHandler</name>
</invalidCertificateHandler>
</client>
</openSSL>
```
## part\_log {#server_configuration_parameters-part-log}
関連付けられたイベントのログ記録 [メルゲツリー](../../engines/table-engines/mergetree-family/mergetree.md). たとえば、データの追加やマージなどです。 利用できるログを統合アルゴリズムと比較しています。 マージプロセスを視覚化できます。
2020-04-04 09:15:31 +00:00
クエリは [システムpart\_log](../../operations/system-tables.md#system_tables-part-log) 別のファイルではなく、テーブル。 このテーブルの名前は、 `table` パラメータ(下記参照)。
2020-04-04 09:15:31 +00:00
以下のパラメータの設定ロギング:
- `database` Name of the database.
- `table` Name of the system table.
- `partition_by` Sets a [カスタム分割キー](../../engines/table-engines/mergetree-family/custom-partitioning-key.md).
2020-04-04 09:15:31 +00:00
- `flush_interval_milliseconds` Interval for flushing data from the buffer in memory to the table.
**例**
2020-04-04 09:15:31 +00:00
``` xml
<part_log>
<database>system</database>
<table>part_log</table>
<partition_by>toMonday(event_date)</partition_by>
<flush_interval_milliseconds>7500</flush_interval_milliseconds>
</part_log>
```
## パス {#server_configuration_parameters-path}
データを含むディレクトリへのパス。
!!! note "注"
2020-04-04 09:15:31 +00:00
末尾のスラッシュは必須です。
**例**
2020-04-04 09:15:31 +00:00
``` xml
<path>/var/lib/clickhouse/</path>
```
## プロメテウス {#server_configuration_parameters-prometheus}
2020-04-04 09:15:31 +00:00
スクレイピングの指標データの公開 [プロメテウス](https://prometheus.io).
2020-04-04 09:15:31 +00:00
設定:
- `endpoint` HTTP endpoint for scraping metrics by prometheus server. Start from /.
- `port` Port for `endpoint`.
- `metrics` Flag that sets to expose metrics from the [システムメトリック](../system-tables.md#system_tables-metrics) テーブル。
- `events` Flag that sets to expose metrics from the [システムイベント](../system-tables.md#system_tables-events) テーブル。
- `asynchronous_metrics` Flag that sets to expose current metrics values from the [システムasynchronous\_metrics](../system-tables.md#system_tables-asynchronous_metrics) テーブル。
**例**
``` xml
<prometheus>
<endpoint>/metrics</endpoint>
<port>8001</port>
<metrics>true</metrics>
<events>true</events>
<asynchronous_metrics>true</asynchronous_metrics>
</prometheus>
```
## query\_log {#server_configuration_parameters-query-log}
クエリをログに記録するための設定 [log\_queries=1](../settings/settings.md) 設定。
クエリは [システムquery\_log](../../operations/system-tables.md#system_tables-query_log) 別のファイルではなく、テーブル。 テーブルの名前を変更することができます。 `table` パラメータ(下記参照)。
2020-04-04 09:15:31 +00:00
以下のパラメータの設定ロギング:
- `database` Name of the database.
- `table` Name of the system table the queries will be logged in.
- `partition_by` Sets a [カスタム分割キー](../../engines/table-engines/mergetree-family/custom-partitioning-key.md) テーブルのために。
2020-04-04 09:15:31 +00:00
- `flush_interval_milliseconds` Interval for flushing data from the buffer in memory to the table.
テーブルが存在しない場合、ClickHouseはそれを作成します。 ClickHouseサーバーが更新されたときにクエリログの構造が変更された場合、古い構造のテーブルの名前が変更され、新しいテーブルが自動的に作成されます。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<query_log>
<database>system</database>
<table>query_log</table>
<partition_by>toMonday(event_date)</partition_by>
<flush_interval_milliseconds>7500</flush_interval_milliseconds>
</query_log>
```
## query\_thread\_log {#server_configuration_parameters-query-thread-log}
クエリのスレッドをログに記録するための設定 [log\_query\_threads=1](../settings/settings.md#settings-log-query-threads) 設定。
2020-04-04 09:15:31 +00:00
クエリは [システムquery\_thread\_log](../../operations/system-tables.md#system_tables-query-thread-log) 別のファイルではなく、テーブル。 テーブルの名前を変更することができます。 `table` パラメータ(下記参照)。
2020-04-04 09:15:31 +00:00
以下のパラメータの設定ロギング:
- `database` Name of the database.
- `table` Name of the system table the queries will be logged in.
- `partition_by` Sets a [カスタム分割キー](../../engines/table-engines/mergetree-family/custom-partitioning-key.md) システムテーブルの場合。
2020-04-04 09:15:31 +00:00
- `flush_interval_milliseconds` Interval for flushing data from the buffer in memory to the table.
テーブルが存在しない場合、ClickHouseはそれを作成します。 ClickHouseサーバーの更新時にクエリスレッドログの構造が変更された場合、古い構造のテーブルの名前が変更され、新しいテーブルが自動的に作成されます。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<query_thread_log>
<database>system</database>
<table>query_thread_log</table>
<partition_by>toMonday(event_date)</partition_by>
<flush_interval_milliseconds>7500</flush_interval_milliseconds>
</query_thread_log>
```
## trace\_log {#server_configuration_parameters-trace_log}
の設定 [trace\_log](../../operations/system-tables.md#system_tables-trace_log) システムテーブル操作。
2020-04-04 09:15:31 +00:00
パラメータ:
- `database` — Database for storing a table.
- `table` — Table name.
- `partition_by` — [カスタム分割キー](../../engines/table-engines/mergetree-family/custom-partitioning-key.md) システムテーブルの場合。
2020-04-04 09:15:31 +00:00
- `flush_interval_milliseconds` — Interval for flushing data from the buffer in memory to the table.
既定のサーバー構成ファイル `config.xml` 次の設定セクションがあります:
2020-04-04 09:15:31 +00:00
``` xml
<trace_log>
<database>system</database>
<table>trace_log</table>
<partition_by>toYYYYMM(event_date)</partition_by>
<flush_interval_milliseconds>7500</flush_interval_milliseconds>
</trace_log>
```
## query\_masking\_rules {#query-masking-rules}
サーバーログに格納する前に、すべてのログメッセージだけでなく、クエリにも適用されます,
`system.query_log`, `system.text_log`, `system.processes` クライアントに送信されたログ。 これにより
SQLクエリからの機密データ漏洩(名前、電子メール、個人など
2020-04-04 09:15:31 +00:00
ログへの識別子またはクレジットカード番号)。
**例**
2020-04-04 09:15:31 +00:00
``` xml
<query_masking_rules>
<rule>
<name>hide SSN</name>
<regexp>(^|\D)\d{3}-\d{2}-\d{4}($|\D)</regexp>
<replace>000-00-0000</replace>
</rule>
</query_masking_rules>
```
設定フィールド:
- `name` -ルールの名前(オプション)
- `regexp` -RE2互換の正規表現必須)
- `replace` -機密データの置換文字列(オプション、デフォルトでは-六つのアスタリスク)
2020-04-04 09:15:31 +00:00
マスキングルールは、クエリ全体に適用されます(不正な形式/解析不可能なクエリから機密データが漏れるのを防ぐため)。
2020-04-04 09:15:31 +00:00
`system.events` テーブルカウンター `QueryMaskingRulesMatch` して全体のマスキングルール。
2020-04-04 09:15:31 +00:00
分散クエリの場合は、各サーバーを個別に構成する必要があります。
ノードはマスクなしで保存されます。
2020-04-04 09:15:31 +00:00
## remote\_servers {#server-settings-remote-servers}
2020-04-04 09:15:31 +00:00
によって使用されるクラスタの構成 [分散](../../engines/table-engines/special/distributed.md) テーブルエンジンと `cluster` テーブル関数。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<remote_servers incl="clickhouse_remote_servers" />
```
の値に対して `incl` 属性は、節を参照してください “[設定ファイル](../configuration-files.md#configuration_files)”.
2020-04-04 09:15:31 +00:00
**も参照。**
2020-04-04 09:15:31 +00:00
- [skip\_unavailable\_shards](../settings/settings.md#settings-skip_unavailable_shards)
## タイムゾーン {#server_configuration_parameters-timezone}
サーバーのタイムゾーン。
UTCタイムゾーンまたは地理的位置(たとえば、Africa/Abidjan)のIANA識別子として指定します。
タイムゾーンは、DateTimeフィールドをテキスト形式(画面またはファイルに出力)に出力するとき、および文字列からDateTimeを取得するときに、文字列とDateTime形式の間 また、タイムゾーンは、入力パラメーターでタイムゾーンを受信しなかった場合、時刻と日付を扱う関数で使用されます。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<timezone>Europe/Moscow</timezone>
```
## tcp\_port {#server_configuration_parameters-tcp_port}
2020-04-04 09:15:31 +00:00
TCPプロトコル経由でクライアントと通信するポート。
**例**
2020-04-04 09:15:31 +00:00
``` xml
<tcp_port>9000</tcp_port>
```
DOCS-624: Fixing links to nowhere (#10675) * enbaskakova-DOCSUP-652 (#101) * "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited" * "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited" * "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited" * Update docs/en/sql_reference/aggregate_functions/combinators.md Co-Authored-By: BayoNet <da-daos@yandex.ru> * Update docs/en/sql_reference/aggregate_functions/combinators.md Co-Authored-By: BayoNet <da-daos@yandex.ru> * Update docs/en/sql_reference/aggregate_functions/combinators.md Co-Authored-By: BayoNet <da-daos@yandex.ru> * Update docs/en/sql_reference/aggregate_functions/combinators.md Co-Authored-By: BayoNet <da-daos@yandex.ru> * Update docs/en/sql_reference/aggregate_functions/combinators.md Co-Authored-By: BayoNet <da-daos@yandex.ru> * "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited" * "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited" * "docs(orNull&orDefault): Functions 'orNull&orDefault' have been edited" Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru> Co-authored-by: BayoNet <da-daos@yandex.ru> * Revert "enbaskakova-DOCSUP-652 (#101)" (#107) This reverts commit 639fee7610f28e421d14e535b7def3f466e7efca. * CLICKHOUSEDOCS-624: Fixed links. Was 60, became 13. * CLICKHOUSEDOCS-624: Finished fix links in Enlish version. * CLICKHOUSEDOCS-624: Fixed RU links Co-authored-by: elenaspb2019 <47083263+elenaspb2019@users.noreply.github.com> Co-authored-by: elenbaskakova <elenbaskakova@yandex-team.ru> Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-05-06 06:13:29 +00:00
## tcp\_port\_secure {#server_configuration_parameters-tcp_port_secure}
2020-04-04 09:15:31 +00:00
クライアントとの安全な通信用のTCPポート。 それを使用して [OpenSSL](#server_configuration_parameters-openssl) 設定。
2020-04-04 09:15:31 +00:00
**可能な値**
正の整数。
**デフォルト値**
``` xml
<tcp_port_secure>9440</tcp_port_secure>
```
## mysql\_port {#server_configuration_parameters-mysql_port}
2020-04-04 09:15:31 +00:00
MySQLプロトコ
2020-04-04 09:15:31 +00:00
**可能な値**
正の整数。
2020-04-04 09:15:31 +00:00
``` xml
<mysql_port>9004</mysql_port>
```
## tmp\_path {#server-settings-tmp_path}
大規模なクエリを処理するための一時データへのパス。
!!! note "注"
2020-04-04 09:15:31 +00:00
末尾のスラッシュは必須です。
**例**
2020-04-04 09:15:31 +00:00
``` xml
<tmp_path>/var/lib/clickhouse/tmp/</tmp_path>
```
## tmp\_policy {#server-settings-tmp-policy}
ポリシーから [`storage_configuration`](../../engines/table-engines/mergetree-family/mergetree.md#table_engine-mergetree-multiple-volumes) 一時ファイルを格納する。
2020-04-04 09:15:31 +00:00
設定されていない場合 [`tmp_path`](#server-settings-tmp_path) それ以外の場合は無視されます。
!!! note "注"
- `move_factor` 無視される
- `keep_free_space_bytes` 無視される
- `max_data_part_size_bytes` 無視される
なければならない同一数量の政策
2020-04-04 09:15:31 +00:00
## uncompressed\_cache\_size {#server-settings-uncompressed_cache_size}
テーブルエンジンが使用する非圧縮データのキャッシュサイズ(バイト単位) [メルゲツリー](../../engines/table-engines/mergetree-family/mergetree.md).
2020-04-04 09:15:31 +00:00
サーバーの共有キャッシュが一つあります。 メモリが割り当てられます。 キャッシュが使用されるのは [use\_uncompressed\_cache](../settings/settings.md#setting-use_uncompressed_cache) 有効です。
2020-04-04 09:15:31 +00:00
非圧縮キャッシュは、個々のケースで非常に短いクエリで有利です。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<uncompressed_cache_size>8589934592</uncompressed_cache_size>
```
## user\_files\_path {#server_configuration_parameters-user_files_path}
ユ テーブル関数で使用されます [ファイル()](../../sql-reference/table-functions/file.md).
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<user_files_path>/var/lib/clickhouse/user_files/</user_files_path>
```
## users\_config {#users-config}
以下のファイルへのパス:
2020-04-04 09:15:31 +00:00
- ユーザー構成。
- アクセス権。
- 設定プロファイル。
- クォータ設定。
2020-04-04 09:15:31 +00:00
**例**
2020-04-04 09:15:31 +00:00
``` xml
<users_config>users.xml</users_config>
```
## 飼育係 {#server-settings_zookeeper}
2020-04-04 09:15:31 +00:00
ClickHouseと対話できるようにする設定が含まれています。 [飼育係](http://zookeeper.apache.org/) クラスター。
2020-04-04 09:15:31 +00:00
ClickHouse用飼育係の保存メタデータのレプリカの使用時に再現します。 場合は複製のテーブルを使用していないので、このパラメータを省略することができます。
このセクションでは以下のパラメータ:
2020-04-04 09:15:31 +00:00
- `node` — ZooKeeper endpoint. You can set multiple endpoints.
例えば:
<!-- -->
``` xml
<node index="1">
<host>example_host</host>
<port>2181</port>
</node>
```
The `index` attribute specifies the node order when trying to connect to the ZooKeeper cluster.
- `session_timeout` — Maximum timeout for the client session in milliseconds.
- `root` — The [znode](http://zookeeper.apache.org/doc/r3.5.5/zookeeperOver.html#Nodes+and+ephemeral+nodes) これはClickHouseサーバーで使用されるznodeのルートとして使用されます。 任意。
2020-04-04 09:15:31 +00:00
- `identity` — User and password, that can be required by ZooKeeper to give access to requested znodes. Optional.
**設定例**
``` xml
<zookeeper>
<node>
<host>example1</host>
<port>2181</port>
</node>
<node>
<host>example2</host>
<port>2181</port>
</node>
<session_timeout_ms>30000</session_timeout_ms>
<operation_timeout_ms>10000</operation_timeout_ms>
<!-- Optional. Chroot suffix. Should exist. -->
<root>/path/to/zookeeper/node</root>
<!-- Optional. Zookeeper digest ACL string. -->
<identity>user:password</identity>
</zookeeper>
```
**も参照。**
2020-04-04 09:15:31 +00:00
- [複製](../../engines/table-engines/mergetree-family/replication.md)
- [ZooKeeperプログラマガイド](http://zookeeper.apache.org/doc/current/zookeeperProgrammers.html)
2020-04-04 09:15:31 +00:00
## use\_minimalistic\_part\_header\_in\_zookeeper {#server-settings-use_minimalistic_part_header_in_zookeeper}
ZooKeeperのデータ部分ヘッダーの格納方法。
2020-04-04 09:15:31 +00:00
この設定は、 `MergeTree` 家族だ 指定できます:
2020-04-04 09:15:31 +00:00
- グローバルに [merge\_tree](#server_configuration_parameters-merge_tree) のセクション `config.xml` ファイル
2020-04-04 09:15:31 +00:00
ClickHouseは、サーバー上のすべてのテーブルの設定を使用します。 設定はいつでも変更できます。 既存のテーブルは、設定が変更されると動作を変更します。
2020-04-04 09:15:31 +00:00
- 各テーブルのため。
テーブルを作成するときは、対応する [エンジン設定](../../engines/table-engines/mergetree-family/mergetree.md#table_engine-mergetree-creating-a-table). この設定を持つ既存のテーブルの動作は、グローバル設定が変更されても変更されません。
2020-04-04 09:15:31 +00:00
**可能な値**
- 0 — Functionality is turned off.
- 1 — Functionality is turned on.
もし `use_minimalistic_part_header_in_zookeeper = 1` その後 [複製](../../engines/table-engines/mergetree-family/replication.md) テーブルは、単一のデータパーツのヘッダーをコンパクトに格納します `znode`. テーブルに多数の列が含まれている場合、この格納方法はZookeeperに格納されるデータの量を大幅に削減します。
2020-04-04 09:15:31 +00:00
!!! attention "注意"
申請後 `use_minimalistic_part_header_in_zookeeper = 1` ClickHouseサーバーをこの設定をサポートしないバージョンにダウングレードすることはできません。 するとアップグレード時に注意ClickHouseサーバーにクラスター なアップの全てのサーバーです。 ClickHouseの新しいバージョンをテストするには、テスト環境またはクラスターの少数のサーバーでテストする方が安全です。
2020-04-04 09:15:31 +00:00
Data part headers already stored with this setting can't be restored to their previous (non-compact) representation.
**デフォルト値:** 0.
## disable\_internal\_dns\_cache {#server-settings-disable-internal-dns-cache}
内部DNSキャッシュを無効にします。 システムの作動のClickHouseのために推薦される
頻繁に変化するインフラなどのKubernetes.
2020-04-04 09:15:31 +00:00
**デフォルト値:** 0.
## dns\_cache\_update\_period {#server-settings-dns-cache-update-period}
ClickHouse内部DNSキャッシュに格納されているIPアドレスの更新期間(秒単位)。
2020-04-04 09:15:31 +00:00
更新は、別のシステムスレッドで非同期に実行されます。
**デフォルト値**: 15.
## access\_control\_path {#access_control_path}
パフォルダがClickHouseサーバー店舗ユーザーの役割構成で作成したSQLコマンド.
デフォルト値: `/var/lib/clickhouse/access/`.
**も参照。**
- [アクセス制御とアカウント管理](../access-rights.md#access-control)
2020-04-04 09:15:31 +00:00
[元の記事](https://clickhouse.tech/docs/en/operations/server_configuration_parameters/settings/) <!--hide-->