The following content of this documentation page has been machine-translated. But unlike other websites, it is not done on the fly. This translated text lives on GitHub repository alongside main ClickHouse codebase and waits for fellow native speakers to make it more human-readable.

    Help ClickHouse documentation by editing this page

    如何使用ClickHouse测试您的硬件

    1. 转到 “commits” 页数:https://github.com/ClickHouse/ClickHouse/commits/master

    2. 点击第一个绿色复选标记或红色十字与绿色 “ClickHouse Build Check” 然后点击 “Details” 附近链接 “ClickHouse Build Check”. 在一些提交中没有这样的链接,例如与文档的提交。 在这种情况下,请选择具有此链接的最近提交。

    3. ssh到服务器并使用wget下载它:

    1. 下载配置:
    1. wget https://raw.githubusercontent.com/ClickHouse/ClickHouse/master/programs/server/users.xml
    2. wget https://raw.githubusercontent.com/ClickHouse/ClickHouse/master/programs/server/config.d/path.xml -O config.d/path.xml
    1. 下载基准测试文件:
    1. 根据下载测试数据 说明 (“hits” 表包含100万行)。
    1. wget https://clickhouse-datasets.s3.yandex.net/hits/partitions/hits_100m_obfuscated_v1.tar.xz
    2. tar xvf hits_100m_obfuscated_v1.tar.xz -C .
    3. mv hits_100m_obfuscated_v1/* .
    1. 检查数据:ssh到另一个终端中的服务器
    1. 100000000
    1. 编辑benchmark-new.sh,改变 clickhouse-client./clickhouse client 并添加 参数。
    1. 运行基准测试:
    1. ./benchmark-new.sh hits_100m_obfuscated
    1. 将有关硬件配置的编号和信息发送到[email protected]

    所有结果都在这里公布: