Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Speed up init of a database

by
ClosingAp Open Source Integrators Europe, LDA, Daniel Reis
- 27/02/2020 00:44:42
For a specific customer CI you could consider using for database template an already initialized database. It would spare you the time of installing all the existing modules.
The CI build should then just upgrade the PR changed modules.

Just an idea 
Daniel

Jordi Riera <jordi.riera@numigi.com> escreveu em qua, 26/02/2020 às 19:52 :
Hello List,

The database of our clients is growing in number of modules. Our biggest database is 400+ modules now o.O
You can imagine that the init of the database is quite long. It takes actually 70% of the time in our CI.

I was wondering if you know some tricks to speed it up. Or alternatives to the brute force `odoo -i modules`. In my sweet dreams, I dream about modules that are installed in parallel or something like that.

What do you think? What did you already try?

Thank you list!

Jordi
--
Jordi Riera - VP Technique
NUMIGI SOLUTIONS INC.
(514) 317-7944

Longueuil, Québec, Canada

linkedinyoutubecustom-icontwitter

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

--
Thanks
Daniel

Reference