增长书现在支持Clickhouse-需要Ubuntu服务器的安装过程

发布于 2025-02-07 05:32:08 字数 515 浏览 1 评论 0 原文

我有一个已经集成了Mogo DB的增长簿,并且我想更改数据库Click House,因为它很快。请让我知道我自己域的安装过程,以及如何在Click House数据库中创建数据库和用户? github链接: https://github.com/growthbook/growthbook/growthbook 这些是在单击“ House DB”中创建数据库和用户的命令。

CREATE DATABASE wordpress_db;
CREATE USER 'wp_user'@'localhost' IDENTIFIED BY 'password';
GRANT ALL ON wordpress_db.* TO 'wp_user'@'localhost' IDENTIFIED BY 'password';
FLUSH PRIVILEGES;
Exit;

I have a Growthbook that has already mogo DB integrated and I want to change the database click house because it is fast. please let me know the process of installation of my own domain and also how to create DB and user in click house database?
Github link: https://github.com/growthbook/growthbook
Those are the command not working to create DB and user in click house DB.

CREATE DATABASE wordpress_db;
CREATE USER 'wp_user'@'localhost' IDENTIFIED BY 'password';
GRANT ALL ON wordpress_db.* TO 'wp_user'@'localhost' IDENTIFIED BY 'password';
FLUSH PRIVILEGES;
Exit;

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

無處可尋 2025-02-14 05:32:08

我在GrowthBook的Github中看到了一个位置,其中说Clickhouse得到了支持,而其他人则说与Clickhouse集成的工作尚不完整。这是最近的一个问题,说它尚未集成:
https://github.com/growthbook/growthbook/growthbook/growthbook/sissues/issues/371

I see one place in GrowthBook's GitHub where it says that ClickHouse is supported, and others where it says that the work to integrate with ClickHouse is not complete. This is a very recent issue that says it is not integrated yet:
https://github.com/growthbook/growthbook/issues/371

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文