This question has been flagged
1 Reply
9819 Views

Hi friends,

Let's imagine following situtation :

- 1 odoo database

- multi-company, which will lead to a large number of users

We want to avoid slowing down all users when making expensive odoo operation (e.g. reporting, etc..)


I am wondering if it would be possible / a good idea to make several odoo instance on separated server/container, all using the same DB (in the same DB server) ?

Or is that non-sense / innefficient ? In that case what would be a better idea?


Thanks for your feedback!

Edit : I am already using odoo workers, but with many workers, woundn't it reach server capacity limit at some point? That's why i thought of multiple servers. But maybe upgrading the server and increasing the number of workers would be enough.




Avatar
Discard
Best Answer

It is better to use workers. You can configure the workers in the Odoo configuration file based on the server capacity and it's configuration.

References:

1: Configuration for 1200 Users Odoo

2: Deploy Documentation


Avatar
Discard
Author

Hi, thank you for interesting link to 1200 users ;)

I am already using user indeed, but at some point will get limited by server capacity..

That's why i was thinking in maybe using several servers sharing database...?

Author

maybe upgrading the server and increasing number of workers is the first thing to do!