I've manage a program that syncs data from a program that uses MSSQL to Odoo with rpc. The odoo database has a lot of records and when it updates a record in payment.type it takes a very long time, especially for the most used type. Does the write method update all related records that use the payment type or what can cause the overhead?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
3950
瀏覽次數
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
3
8月 17
|
5698 | ||
|
0
5月 17
|
8 | ||
|
0
5月 23
|
2211 | ||
|
0
2月 22
|
1723 | ||
|
1
12月 20
|
5383 |
Hi, so many answers are possible for such a context.
First of all, which version are you running, what is your odoo.conf content, did you use loglevel as debug, did you log postgresql logs ?
Also precise an estimation of the number of datas you manipulate
The version is odoo 10, the logs (odoo and postgresql) are disabled. The estimation of data is 10k+.