mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Covering index for website_event and query optimization
This commit is contained in:
parent
860e6390f1
commit
23cbff30f0
5 changed files with 93 additions and 32 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- CreateIndex
|
||||
CREATE INDEX "website_event_website_id_created_at_event_type_session_id_idx" ON "website_event"("website_id", "created_at", "event_type", "session_id");
|
||||
Loading…
Add table
Add a link
Reference in a new issue