Skip to content

Bulk Insert to output queue #40

Description

@ncollier

Inserting 10Ks of single tasks into the output queue (e.g., for a large LHS) can be slower than the time it takes to evaluate those tasks. So, for example, if there's a worker pool of 25K and 50K tasks are being inserted, the tasks may not be inserted fast enough to utilize the complete pool. This is especially the case in models with "short circuits" that may terminate quickly. A bulk insert to the output queue may be help with this, perhaps with some sort of chunking to match the worker pool size.

Tuning the worker pool size to account for task submissions time is also an important consideration here.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions