Skip to content

Syncing from upstream camptocamp/odoo-cloud-platform (19.0)#158

Merged
bt-admin merged 2 commits into
brain-tec:19.0from
camptocamp:19.0
Feb 17, 2026
Merged

Syncing from upstream camptocamp/odoo-cloud-platform (19.0)#158
bt-admin merged 2 commits into
brain-tec:19.0from
camptocamp:19.0

Conversation

@bt-admin

Copy link
Copy Markdown

bt_gitbot

On the cloud platform of Camptocamp, a shared redis is used to store the
sessions of the different projects -> the number of keys is huge, and
using an iterative match kills the performance because of the networking
overhead.

We switch to using redis.key(pattern), and since the pattern typically
has a leading string which will allow redis to find the correct bucket,
the performance should be good.
@bt-admin bt-admin added the 19.0 label Feb 17, 2026
@bt-admin bt-admin merged commit 52d7305 into brain-tec:19.0 Feb 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants