neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
144 stars 18 forks source link

Add VirtualMachine overcommit factors #905

Closed sharnoff closed 1 month ago

sharnoff commented 3 months ago

Resolves #517.

(and a few other commits tossed in there as well)

First two commits are refactorings to minimize the diff of the third commit, which is the actual overcommitting implementation.

TODO:

NB: This PR builds on #904 and must not be merged before it.


Feels like there's mountains of tech debt here - changes to the scheduler feel scary...

sharnoff commented 1 month ago

Closing; going with a different approach based on #936 - will open a PR for that soon.