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

Good evening,

I am doing research on odoo compared to other erp solutions, and for example sap has a solution to handle large volumes of data in memory (sap hanna), is there any equivalence in odoo ?? , and what is the behavior in odoo when the base has many gigabit of information.

Thank you very much for your answers.

Avatar
Discard
Best Answer

Odoo is built on top of PostgreSQL. Therefore it is not so much dependent on Odoo itself. I have personally worked with large databases (100 million records+). I would recommend splitting PostgreSQL and Odoo on two separate servers and also using the latest Odoo version (13.0). And also make sure you index the correct columns to make searches efficient.

Avatar
Discard