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

Upgrade Dataset Checker #2

Open
ndeporzio opened this issue May 25, 2019 · 1 comment
Open

Upgrade Dataset Checker #2

ndeporzio opened this issue May 25, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@ndeporzio
Copy link
Owner

As more datasets are generated within a datastore directory, it takes longer to search for a pre-existing dataset on each query. Instead of searching through each .ini file (which requires opening, searching, closing each file), you should write a sort of master record file. Such a file might have one line for each dataset in the datastore specifying the configuration of that dataset. Then, querying the datastore only requires opening that single file and reading the lines. I expect that would proceed much faster.

@ndeporzio ndeporzio added the enhancement New feature or request label Jun 10, 2019
@ndeporzio
Copy link
Owner Author

Consider implementing a database to handle datasets. #12

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

1 participant