Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClickHouse config improvements #3080

Closed
wants to merge 2 commits into from
Closed

ClickHouse config improvements #3080

wants to merge 2 commits into from

Conversation

denisov-vlad
Copy link
Member

  1. added support to exclude databases from tables list

ClickHouse has local and distributed tables. Distributed table has the same structure as local but uses all hosts available in cluster to get data. We use special database for local tables which are unused in redash.

  1. added support of multiple hosts
  • simple load balancing for cluster with same dbs and tables structure
  • if multiple hosts are passed it iterates over them until first response will be received
  • use random order as option

@arikfr
Copy link
Member

arikfr commented Jan 21, 2020

Hi,

(This is a template message, but I mean every word of it. Also you're welcome to reply)

Thank you for making this contribution. While we couldn't bring it to completion and merge, it's still very much appreciated. 🙇

In the past year the Redash code base gone under massive updates: on the backend we moved to Python 3 & RQ instead of Celery and on the frontend we replaced Angular with React. It's very likely this makes this PR irrelevant without significant changes. :-(

I'm closing this PR now. But if you're still interested in making it happen, let me know and I will reopen.

Thanks.

@arikfr arikfr closed this Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants