-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved database querying for individuals profiles (#2360)
* refactor(workflows-service): now fetching workflows via endusers instead of using repository * refactor(workflows-service): improved performance on profiles query * refactor(workflow-service): renamed iterable name
- Loading branch information
Showing
7 changed files
with
585 additions
and
600 deletions.
There are no files selected for viewing
Submodule data-migrations
updated
from a2fc4e to 0cbd41
2 changes: 2 additions & 0 deletions
2
services/workflows-service/prisma/migrations/20240709090531_enduser_id_index/migration.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- CreateIndex | ||
CREATE INDEX "Counterparty_endUserId_idx" ON "Counterparty"("endUserId"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.