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

A robust trace of all operations performed to execute a node. #13

Open
zgornel opened this issue May 8, 2018 · 0 comments
Open

A robust trace of all operations performed to execute a node. #13

zgornel opened this issue May 8, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@zgornel
Copy link
Contributor

zgornel commented May 8, 2018

When executing a node in a hashed graph, an option should exist that allows returning along with the result a trace of all operations performed for all dependencies to reach the result (i.e. loads, executions+store, etc.)

The simplest structure could be a {key: operation} or {key: [operation, [operations_of_dependencies]]} table.

@lsorber lsorber added the enhancement New feature or request label Jun 1, 2018
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

2 participants