Odoo12的ORM底层提速:create() 方法速度提升
直播地址:
https://www.youtube.com/watch?v=KhDg-t0F_T8
直播内容:
The create() method of the ORM has been changed to create several records in batch, which improves the performance of creation. This talk explains the motivation behind the change: the queries to trigger the recomputations are performed once for the batch instead of once for each record. Several examples show how to use it, and how to override the create() method.