Closed kamtschatka closed 2 weeks ago
improved the query speed by getting rid of the "with" part of the query and doing that manually
I think I found the problem (https://github.com/hoarder-app/hoarder/blob/main/packages/db/schema.ts#L267). The index on tagId is misconfigured :) Let me send a proper fix instead.
tagId
improved the query speed by getting rid of the "with" part of the query and doing that manually