On 18/07/2024 16:33, Veerendra Pulapa
wrote:
Without knowing the details of
the workload and data etc, it's pretty much impossible to say. A 1 core CPU at 1.5GHz with 2GB
of RAM will happily run PostgreSQL, but may not be able to run
it at your desired speed with your workload. Conversely 256 cores at 3GHz with 1TB of RAM will also happily run PostgreSQL, but may be overkill.
Also, from experience, disk system is at least as important as CPU/RAM (until you get to the point where the RAM will hold the whole database in cache). Running a fast CPU with lots of RAM won't be any use if you're running it on 5400 RPM SATA drives in a RAID 5 array....
Paul
|