Closed
Description
Symfony version(s) affected: 5.3.7, 4.4.30
After update to 5.3.7, symfony messenger is slow on mysql .
after update:
id | select_type | table | type | possible_key | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | m | range | IDX_935D5B2516BA31DB | IDX_935D5B2516BA31DB | 6 | 685638 | Using index condition; Using where; Using filesort |
befor update:
id | select_type | table | type | possible_key | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | m | range | IDX_E337AFAA16BA31DB,IDX_E337AFAAFB7336F0,IDX_E337AFAAE3BD61CE | IDX_E337AFAAE3BD61CE | 5 | 685638 | Using index condition; Using where |
Removing indices was not a good idea #42345