Tuesday, May 2, 2023
1 change · master
Enhancements to existing features
This update improves the speed of core record searches, especially in large databases. Businesses with high volumes of data should see noticeably faster search results and smoother day-to-day operations.
Original PR description
With this change, all ORM search queries are returned in constant time, this makes the ORM be blazing fast, finally putting FP's endless search for performance to rest. For a DB with over 1000000 Sales orders: Before patch: 417ms After this patch: 10ms (9ms from network overhead) 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