Saturday, July 13, 2024
1 change · saas-17.4
Miscellaneous changes
The commit adds indexing to frequently accessed fields as records tend to be lare which causes long waiting loading. fetching and counting benchmarks: ~11M reords were created: - 4k with campaign_id = 4 - 11M with campaign_id = 5 before indexing: - 1889.532 ms after indexing: - 10.617 ms task-3980514 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read
Original PR description
The commit adds indexing to frequently accessed fields as records tend to be lare which causes long waiting loading. fetching and counting benchmarks: ~11M reords were created: - 4k with campaign_id = 4 - 11M with campaign_id = 5 before indexing: - 1889.532 ms after indexing: - 10.617 ms task-3980514 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#172657