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

Remove the read from duckdb table in fasta action #467

Open
Taepper opened this issue Jun 7, 2024 · 0 comments
Open

Remove the read from duckdb table in fasta action #467

Taepper opened this issue Jun 7, 2024 · 0 comments

Comments

@Taepper
Copy link
Collaborator

Taepper commented Jun 7, 2024

The fasta action currently relies on reading from a duckdb table, which itself actually only reads from a .parquet on disk and joins that file with the set of sequence ids that are to be returned. This is the only place duckdb is used after preprocessing.

We can make this both more efficient and remove that dependence by reading from the files directly, maybe using a different file format, that is already ordered by id, which would remove the need for a join.

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

No branches or pull requests

1 participant