Skip to Content
Menu
This question has been flagged
1 Reply
1302 Views

Hello together,

quick search didn't get me anything. I am asking myself what the maximum number of CPUs is that can be used for Odoo13 DB Server.


I can find an answer for postgres itself (which is 64 with linear performance gain and 128 when accepting to lose performance per CPU) but i can not answer this for odoo specific. And as our project stands right now, it is clear we will need a lot of performance. Biggest one one of my freelancers has with another customer is 48 cores.

Has someone any experience with a big server for their odoo and can share the outcome, problems or gains?

Thanks in advance, Bernhard Schröder

Avatar
Discard
Best Answer

To improve Postgres scale and response times, you may want to implement query caching. The Heimdall Proxy automates SQL results caching for Odoo, offloading SQL from Postgres. This improves Postgres scale and response times. The Heimdall Proxy was specifically designed for the Odoo application to accommodate for transactions and strong consistency requirements. https://www.heimdalldata.com/odoo

Avatar
Discard