Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support incremental indexing #522

Open
hbraunDSP opened this issue Oct 23, 2019 · 3 comments
Open

Support incremental indexing #522

hbraunDSP opened this issue Oct 23, 2019 · 3 comments
Labels

Comments

@hbraunDSP
Copy link

hbraunDSP commented Oct 23, 2019

Suppose I have a BIDSLayout. I then do some processing and generate new files, which I'd like to add back into the layout so later steps know they are there. Is there a way to do this other than copying files to the proper place and re-initializing a new BIDSLayout?

@tyarkoni
Copy link
Collaborator

No, no way to do this at the moment, sorry. In principle, some of the indexing could be refactored to update incrementally, but given that indexing only needs to be done once (as you can then save the DB to file), and incremental indexing would likely require some work, this isn't a high priority. Will leave it open but mark as low priority.

@tyarkoni tyarkoni changed the title Preferred way to add files to layout? Support incremental indexing Oct 25, 2019
@tyarkoni tyarkoni added enhancement low priority Low priority issue labels Oct 25, 2019
@spolcyn
Copy link

spolcyn commented Apr 19, 2021

We have the same issue and are also interested in incremental indexing -- have there been any updates on adding this feature?

@effigies
Copy link
Collaborator

No.

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

No branches or pull requests

5 participants