ClickHouse/docs/ja/operations/performance-test.md
Ivan Blinkov d91c97d15d
[docs] replace underscores with hyphens (#10606)
* Replace underscores with hyphens

* remove temporary code

* fix style check

* fix collapse
2020-04-30 21:19:18 +03:00

3.2 KiB
Raw Blame History

machine_translated machine_translated_rev toc_priority toc_title
true d734a8e46d 54 ハードウェア試験

ClickHouseでハードウェアをテストする方法

この命令を実行できますが基本的なclickhouse性能試験はサーバーなしでの設置clickhouseパッケージ。

  1. に行く “commits” ページ:https://github.com/ClickHouse/ClickHouse/commits/master

  2. 最初の緑色のチェックマークまたは緑色の赤い十字をクリックします “ClickHouse Build Check” とをクリック “Details” リンク近く “ClickHouse Build Check”.

  3. リンクをコピーする “clickhouse” amd64またはaarch64のバイナリ。

  4. サーバーにsshを実行し、wgetでダウンロードします:

  # For amd64:
  wget https://clickhouse-builds.s3.yandex.net/0/00ba767f5d2a929394ea3be193b1f79074a1c4bc/1578163263_binary/clickhouse
  # For aarch64:
  wget https://clickhouse-builds.s3.yandex.net/0/00ba767f5d2a929394ea3be193b1f79074a1c4bc/1578161264_binary/clickhouse
  # Then do:
  chmod a+x clickhouse
  1. ダウンロードconfigs:
  wget https://raw.githubusercontent.com/ClickHouse/ClickHouse/master/programs/server/config.xml
  wget https://raw.githubusercontent.com/ClickHouse/ClickHouse/master/programs/server/users.xml
  mkdir config.d
  wget https://raw.githubusercontent.com/ClickHouse/ClickHouse/master/programs/server/config.d/path.xml -O config.d/path.xml
  wget https://raw.githubusercontent.com/ClickHouse/ClickHouse/master/programs/server/config.d/log_to_console.xml -O config.d/log_to_console.xml
  1. Benchmarkファイル:
  wget https://raw.githubusercontent.com/ClickHouse/ClickHouse/master/benchmark/clickhouse/benchmark-new.sh
  chmod a+x benchmark-new.sh
  wget https://raw.githubusercontent.com/ClickHouse/ClickHouse/master/benchmark/clickhouse/queries.sql
  1. ダウンロード試験データによると Yandexの。Metricaデータセット 指示 (“hits” 100万行を含むテーブル
  wget https://clickhouse-datasets.s3.yandex.net/hits/partitions/hits_100m_obfuscated_v1.tar.xz
  tar xvf hits_100m_obfuscated_v1.tar.xz -C .
  mv hits_100m_obfuscated_v1/* .
  1. サーバーの実行:
  ./clickhouse server
  1. データを確認する別のターミナルのサーバーへのssh
  ./clickhouse client --query "SELECT count() FROM hits_100m_obfuscated"
  100000000
  1. 編集するbenchmark-new.sh,変更 “clickhouse-client” に “./clickhouse client” と追加 “max_memory_usage 100000000000” パラメータ。
  mcedit benchmark-new.sh
  1. ベンチマークの実行:
  ./benchmark-new.sh hits_100m_obfuscated
  1. ハードウェア構成に関する番号と情報を以下に送信しますclickhouse-feedback@yandex-team.com

すべての結果はここに掲載されています:https://clickhouse。ツつィツ姪“ツつ”ツ債ツづュツつケhtml