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

Parallelize the server compute #138

Open
glebfann opened this issue Dec 7, 2024 · 2 comments
Open

Parallelize the server compute #138

glebfann opened this issue Dec 7, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@glebfann
Copy link
Contributor

glebfann commented Dec 7, 2024

Following up on this comment. This would be really helpful for those trying to scale, as any performance improvements are valuable :)

Not today, though it should be relatively straightforward to parallelize the server compute in a few places:
here
here
here

@karulont
Copy link
Contributor

karulont commented Dec 7, 2024

There are multiple ways to scale & parallelize.

If you want to get the lowest latency for a single query, we would need to parallelize the server compute.
However, if you need highest throughput (many queries) parallelizing inside individual queries likely does not help.

@glebfann
Copy link
Contributor Author

glebfann commented Dec 7, 2024

Yeah, I meant the first option - reducing latency for a single query. Any performance improvement would be valuable anyway.
Seems like it also could be a good first issue to tackle.

@fboemer fboemer added the good first issue Good for newcomers label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants