Files
dolibarr/htdocs/install
Aloïs Micard 0cfd16d8db Allow tweaking of the index that MySQL use when searching products (#29934)
* Allow tweaking of the index that MySQL use when searching products

Sometimes when working with large dataset with many entities the MySQL engine does not pick-up the right index.
This is especially true when doing a search over the reference because the LIKE '%%' prevent the uk_product_label from being chosen.

This PR aims to improve this situation by doing the following :

- Adding a simple index on entity column.
- Adding an hidden constant to force the index being used when searching products.

Performances over a 8M products dataset shows a reduction of 2/3 execution time.

* Add missing global $conf

* Fix wrong usage of getDolGlobalString()

* Finalise fix

* Add more indexes

* Rework indexes
2024-06-08 19:35:28 +02:00
..
2024-05-22 01:00:51 +02:00
2024-05-22 01:00:51 +02:00
2024-04-25 11:13:34 +02:00
2024-05-15 18:04:52 +02:00
2024-05-30 13:37:17 +02:00
2024-03-24 11:03:06 +01:00
2024-04-28 13:02:49 +02:00