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

in-memory data access #807

Open
PythonFZ opened this issue Jul 9, 2024 · 0 comments
Open

in-memory data access #807

PythonFZ opened this issue Jul 9, 2024 · 0 comments

Comments

@PythonFZ
Copy link
Member

PythonFZ commented Jul 9, 2024

We can assume that once a Node has been run and the DVC data is committed, that the data in memory is identical to the data on disk. If we can keep the Node data in memory we get a huge performance increase. We can do so either:

  • by reusing the Python kernel for the execution of the next Node
  • use redis / znsocket to store the data accros runs
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