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

Can workers deployed by helm form database sharding? #81

Open
FriskKiddo opened this issue Feb 29, 2024 · 1 comment
Open

Can workers deployed by helm form database sharding? #81

FriskKiddo opened this issue Feb 29, 2024 · 1 comment

Comments

@FriskKiddo
Copy link

I deployed a manticore cluster with 8 workers. Can I use the cluster as the cluster with 8 shardings.

Well, for example, I create a rt table A in 8 workers, and then create distributed_table in 8 nodes with the configuration of agent(https://manual.manticoresearch.com/Creating_a_table/Creating_a_distributed_table/Creating_a_distributed_table). Each agent of the table in each nodes is set by other 7 workers. So I can query all the data in 8 workers via any distributed_table in workers.

Is it reasonable?

@sanikolaev
Copy link
Collaborator

Yes, it's reasonable. Here's the issue about adding support for distributed tables. PRs are welcome. Manticore Search (dev version) can replicate distributed tables (which was a blocker for this). What's left is to make the helm chart use it.

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

No branches or pull requests

2 participants