Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Large Data Files

by
Holger Brunn
- 20/08/2024 18:16:34
> 4. Some better ideas?

measure if any code running during create has non-linear behavior.

As a rule of thumb, `.with_context(tracking_disable=True)` makes a world of a 
difference for mass creating mail.thread records, if you can miss the chatter 
message.

Bypassing the ORM is a can of worms you should only open when absolutely 
necessary.


-- 
Your partner for the hard Odoo problems
https://hunki-enterprises.com

Reference