Glimesh / glimesh.tv

Glimesh is a next generation live streaming platform built by the community, for the community.
https://glimesh.tv
Other
461 stars 77 forks source link

Add index to the boruta tokens table #866

Open clone1018 opened 1 year ago

clone1018 commented 1 year ago

Likely something like:

CREATE INDEX "tokens_sub_index" ON "public"."tokens"("sub");
clone1018 commented 1 year ago

Ran this already in production

clone1018 commented 1 year ago

Another one:

CREATE INDEX oauth_tokens_refresh_token_index ON oauth_tokens(refresh_token text_ops);