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

[FEA] Add feasibility checks for multi seeds APIs #1460

Closed
Tracked by #1487
afender opened this issue Mar 16, 2021 · 1 comment
Closed
Tracked by #1487

[FEA] Add feasibility checks for multi seeds APIs #1460

afender opened this issue Mar 16, 2021 · 1 comment
Assignees
Labels
improvement Improvement / enhancement to an existing function
Milestone

Comments

@afender
Copy link
Member

afender commented Mar 16, 2021

We need to assess the execution feasibility of multi-source features based on input parameters.
This is needed to:

  • throw an error early on without running out of memory
  • choose the output type of traversals (dense predecessors or sparse edge lists)
  • decide if it should proceed in-memory or by offloading output

Related to #1465 (not needed for #1487)

@afender afender added the ? - Needs Triage Need team to review and classify label Mar 16, 2021
@afender afender added this to the 0.20 milestone Mar 16, 2021
@BradReesWork BradReesWork added improvement Improvement / enhancement to an existing function and removed ? - Needs Triage Need team to review and classify labels Mar 24, 2021
@afender afender modified the milestones: 0.20, 0.21 Apr 1, 2021
@github-actions
Copy link

github-actions bot commented May 1, 2021

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function
Projects
None yet
Development

No branches or pull requests

2 participants