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

Parallelism #11

Open
kondziu opened this issue Jul 14, 2021 · 0 comments
Open

Parallelism #11

kondziu opened this issue Jul 14, 2021 · 0 comments
Labels
enhancement New feature or request v4 wishlist Things to do for v4.

Comments

@kondziu
Copy link
Contributor

kondziu commented Jul 14, 2021

Attempt to parallelize Djanco query execution.

Candidates for parallelization:

  • perform operations in parallel within the query itself. Eg. filter_by(XXX) would fork-join with multiple threads.
  • perform extraction and caching in parallel somehow.

Open question.

@kondziu kondziu added the enhancement New feature or request label Jul 14, 2021
@kondziu kondziu added the v4 wishlist Things to do for v4. label Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v4 wishlist Things to do for v4.
Projects
None yet
Development

No branches or pull requests

1 participant