Skip to content
Snippets Groups Projects
Commit eedf37d6 authored by Fabien Pinckaers's avatar Fabien Pinckaers
Browse files

[IMP] Better handling of indexes


Three supported types:
- btree (default for index=True)
- btree not null (when >90% of the data are null)
- gin trigram search (for char fields)

Review of indexes on all objects.

closes odoo/odoo#83015

Signed-off-by: default avatarFabien Pinckaers <fp@odoo.com>
parent 91394ed7
No related branches found
No related tags found
No related merge requests found
Showing
with 52 additions and 47 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment