-
|
Hello, I have not found if the local NVMe of the Hetzner Server is only used for the OS or if there is an option to use local NVMe Since based on this Post It would make a big difference? I am just curious, I don't need very high performance currently... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi 👋 To use local NVMe storage, rent a dedicated physical server at Hetzner instead of a cloud VM, which relies on network-attached volumes. Then use the “Your Own Machines” mode in the Autobase UI (or the CLI) to deploy your PostgreSQL cluster directly on that machine. |
Beta Was this translation helpful? Give feedback.
In this case, the command line installation mode may be suitable for you. Specify the path where to store the data using the
postgresql_data_dirvariable.Through the UI, this feature will appear in Expert Mode.