Skip to content

Commit

Permalink
adding index to default sorting column month for log_event table
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushant committed Jul 11, 2022
1 parent c318268 commit 5f132a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ansible/roles/logger-service/files/db/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,6 @@ SET character_set_client = @saved_cs_client;


CREATE INDEX esbee_entity_uid ON event_summary_breakdown_email_entity (entity_uid(6));
CREATE INDEX esbre_entity_uid ON event_summary_breakdown_reason_entity (entity_uid(6));
CREATE INDEX esbre_entity_uid ON event_summary_breakdown_reason_entity (entity_uid(6));

CREATE INDEX month_idx ON log_event (`month`);

0 comments on commit 5f132a5

Please sign in to comment.