Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
11196 Lượt xem

Odoo ORM framework having own caching mechanism, but there is no support for query caching.

To understand what is query caching please refer link below. There are two links one of them is query caching in MySQL and another is PostgreSQL.

1. http://www.taos.com/2013/04/10/understanding-mysql-query-cache/

2. http://stackoverflow.com/questions/7142335/how-does-postgresql-cache-statements-and-data

3. https://www.percona.com/blog/2015/01/02/the-mysql-query-cache-how-it-works-and-workload-impacts-both-good-and-bad/

So my question is "It is possible to implement query caching in odoo ORM framework?"

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Try the Heimdall Proxy. It has shown to improve Odoo scale up to 20x without code changes.

It is the only solution for Odoo that can 1) Query cache and 2) Split read/writes transactions. https:/www.heimdalldata.com/odoo.

Yes, it is possible to implement query caching on the Odoo framework. But it is very complicated without a solution like Heimdall Data.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 1 16
6037
0
thg 1 16
7027
1
thg 10 23
6143
3
thg 9 22
17883
ORM Query Search Đã xử lý
7
thg 4 22
14992