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

Enable optional use of TDB2 #3

Open
jmkeil opened this issue Aug 17, 2022 · 0 comments
Open

Enable optional use of TDB2 #3

jmkeil opened this issue Aug 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jmkeil
Copy link
Collaborator

jmkeil commented Aug 17, 2022

An additional parameter should enable the optional use of TDB2 instead of the memory storage to enable processing of large datasets.

Open questions:

  • Where should the TDB2 storage be located?
    • temporary folder
    • folder specified by the user
    • folder optionally specified by the user, otherwise temporary folder
  • If the location was specified by the user, what should happen to the storage after processing?
    • always delete
    • if location was specified, keep, otherwise delete
    • if location was specified, optionally keep, depending on another parameter, otherwise delete
  • If the location was specified by the user, what should happen if it already contains an TDB2 storage?
    • always throw an error
    • always delete beforehand
    • reuse, if parameter --loadOnly is set, otherwise throw an error
      • What to do about the Plan Dataset File parameter in this case?
    • reuse, if parameter --loadOnly is set, otherwise delete beforehand
      • What to do about the Plan Dataset File parameter in this case?
@jmkeil jmkeil added good first issue Good for newcomers question Further information is requested enhancement New feature or request and removed good first issue Good for newcomers question Further information is requested labels Aug 17, 2022
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