Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: Speed up init of a database
by
ClosingAp Open Source Integrators Europe, LDA, Daniel Reis
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.OYou 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 TechniqueNUMIGI SOLUTIONS INC.(514) 317-7944Longueuil, Québec, Canada_______________________________________________
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
Daniel
Reference
-
Speed up init of a database
byNUMIGI Solutions Inc., Jordi Riera-
Re: Speed up init of a database
by Alexey Pelykh <alexey.pelykh@gmail.com> - 28/02/2020 03:04:48 - 0 -
Re: Speed up init of a database
byClosingAp Open Source Integrators Europe, LDA, Daniel Reis
-