-
-
Notifications
You must be signed in to change notification settings - Fork 432
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
Why is Hetzner
default instance CPX11
instead of CX22
? 💭
#834
Comments
Hi @nelsonic The CPX11 is a shared CPU instance, added specifically for testing purposes. For production, we recommend using dedicated CPU instances. However, if needed, you can manually add the instance types you require to the console database in the cloud_instances table. Related #784 |
Totally agree that a For e.g: Which we will deploy via the "Your Machines" option: But this is a more advanced usecase so, for now, we just want the baseline for our deployment tutorial/screencast. 😉 Line to be added: ('hetzner', 'Small Size', 'CX22', 2, 4, 0.0052, 3.29, '€', '2024-12-09'), PR: #835 |
I get you, it makes sense. |
The autobase/console/db/migrations/20240520144338_2.0.0_initial_scheme_setup.sql Lines 295 to 296 in 03157f7
https://www.hetzner.com/cloud/ As suggested by @schonert in #835 (comment), it makes sense to list the instance pricing in With your permission, can I update the migration lines to |
….sql from EUR to USD ref: vitabaks#834 (comment)
Updated in https://github.com/vitabaks/autobase/pull/835/files 🤞 |
The only storage that is listed in
Going to update to |
…initial_scheme_setup.sql ref: vitabaks#834 (comment)
…itabaks#835 (comment) instead these are updates in 2.1 vitabaks#834
G'Morning @vitabaks 👋,
Hope this message finds you well. 👌
Busy setting up a
Postgres
cluster usingautobase
🫶Noticing that the default instance type is
CPX11
and no way to switch to a more cost effective instance type...The
CPX11
instance type has only2 GB RAM
+2 vCPU
and costs€3.85/month
The
CX22
has4 GB RAM
(the same2 vCPU
) and is cheaper (€3.29
) per month:Ref: https://www.hetzner.com/cloud/
would be good to get some clarity on why the
cpx11
instance type is thedefault
. 🤷♂️and if there's no strong reason for it, would you accept a PR allowing people to select the
CX22
?Note: there is a
Reddit
thread explaining the difference in instance type;One uses
Intel
CPU whereas the other usesAMD
🧠https://www.reddit.com/r/hetzner/comments/1gwggv8/cx22_vs_cpx11/ 🔗
I'd argue that having double the
RAM
to store more data in-memory and cache queries resultshas a bigger advantage than a marginally faster processor.
But you sir, are the
Postgres
Expert, so I defer to your experience. 🙏Thanks. 👌
The text was updated successfully, but these errors were encountered: