Développement #101645
Modification d'un index sur Subscription
Status:
Nouveau
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04 February 2025
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
PierreD avait posé cet index:
CREATE INDEX agendas_sub__test_pierred ON agendas_mes_demarches_nimes_fr.agendas_subscription USING btree (agenda_id, user_external_id, date_start, date_end)
actuellement l'index est
indexes = [models.Index(fields=['agenda', 'user_external_id'])]
, à voir si on reprend.