Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a join query to retrieve sequence collection level 2 in one db query #15

Open
waterflow80 opened this issue Jul 24, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@waterflow80
Copy link
Collaborator

Make a join query to retrieve sequence collection level 2 in one db query to reduce the workload and increase fetch speed.
Pb: When we fetch the seqColExtended objects, we can't identify what each object refers to (lengths, names, sequences etc), because there's no attribute that identify the type of each object in the seqColExtended table.

@waterflow80 waterflow80 added the enhancement New feature or request label Jul 24, 2023
@waterflow80 waterflow80 self-assigned this Jul 24, 2023
@waterflow80
Copy link
Collaborator Author

It might be useful to use SQL Views to achieve this.
see this article.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant