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

Scale up QueryService #489

Open
m-riedel opened this issue Aug 26, 2024 · 1 comment
Open

Scale up QueryService #489

m-riedel opened this issue Aug 26, 2024 · 1 comment
Labels
chart:signoz Issue related to signoz helm chart wontfix This will not be worked on

Comments

@m-riedel
Copy link

Is there a possibility to scale up the QueryService by increasing the replicaCount value?
Since the QueryService uses a local SqliteDB to store metadata such as users, I do not see the possibility for scaling. Can you use an external PostgresDB in such cases? As stated in this issue, this does not seem supported: SigNoz/signoz#941.
Is there any other way? Otherwise, I don't see the reason for the replicaCount value if the cluster breaks when it is higher than 1.

(I have tried it for testing purposes and accounts do not propagate to other QueryService Nodes. Therefore it is random if you can log in or not.)

@grandwizard28
Copy link
Contributor

Hi @m-riedel,
Yes, horizontal scaling of query-service is not supported right now.

@grandwizard28 grandwizard28 added wontfix This will not be worked on chart:signoz Issue related to signoz helm chart labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart:signoz Issue related to signoz helm chart wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants
@grandwizard28 @m-riedel and others