cube-js/cube

Is Cubejs possible to connect to a set of postgres replicate set?

Open

#342 创建于 2020年1月8日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)Rust (1,965 fork)batch import
driver:postgreshelp wanted

仓库指标

Star
 (19,563 star)
PR 合并指标
 (平均合并 5天 16小时) (30 天内合并 138 个 PR)

描述

In the need of connecting cubejs to a set of posgres replicate set for scaling and back-up stategy using multiple standby prosgres db instances, is it possible to connect cubejs to a set of posgres relicate set?

Posgres connection string looks like this: postgresql://host1:123,host2:456/somedb?target_session_attrs=any&application_name=myapp

Thanks.

贡献者指南