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

Add min parallelism and fix the build #89

Merged
merged 2 commits into from
Apr 17, 2024
Merged

Conversation

jolynch
Copy link
Contributor

@jolynch jolynch commented Apr 16, 2024

There are workloads which require more vertical scaling due to required parallelism, so now the planner can take read and write parallelism into account.

For example, imagine that a Java process creates 4 concurrent futures in response to a read request, then it needs at least 4 cores for that workload to run in parallel (as opposed to concurrent). The defaults are 1+1 for read+write which means our minimum instance size is effectively 2 cores. Given that hyperthreading is the default for most AWS instances this is reasonable.

Python 3.7 is EOL so remove testing that and add in Python 3.10.

@jolynch jolynch force-pushed the feature/josephl/min-parallelism branch from 2964e24 to efe21d3 Compare April 16, 2024 22:28
@jolynch jolynch merged commit 3617f7e into main Apr 17, 2024
3 checks passed
@jolynch jolynch deleted the feature/josephl/min-parallelism branch April 17, 2024 00:23
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.

None yet

1 participant