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

Support Reopen of Closed Iterations #1606

Open
2 tasks
ax3l opened this issue Mar 25, 2024 · 1 comment
Open
2 tasks

Support Reopen of Closed Iterations #1606

ax3l opened this issue Mar 25, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@ax3l
Copy link
Member

ax3l commented Mar 25, 2024

In reads, we often need to close iterations to avoid running out of resources.

Currently, there is no way to reopen a closed iteration.

Features

  • In random access and in .readIterations mode, we need to be able to access an iteration again after we .close()d it.
  • In random access mode, we need an option that closes the oldest iteration, e.g., after we opened N new ones. This could be done as the first thing once we open an iteration. Example: have only the last N accessed iterations open at a time (N being the configurable).
@franzpoeschel
Copy link
Contributor

Will be closed by #1592

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants