We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ROVER should be able to handle massive data requests as gracefully as possible.
To target goals (as extreme end-members):
rover retrieve TA_*_*_* 2004-1-1 2020-1-1
$ cat > req.txt _GSN * * * 1970-1-1 2020-1-1 $ rover list-retrieve req.txt
Note: initial evaluation should be done with list-retrive to avoid making actual data requests.
list-retrive
First step is to evaluate where the current bottlenecks are for handling these requests. Then we can determine how to address them.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ROVER should be able to handle massive data requests as gracefully as possible.
To target goals (as extreme end-members):
Note: initial evaluation should be done with
list-retrive
to avoid making actual data requests.First step is to evaluate where the current bottlenecks are for handling these requests. Then we can determine how to address them.
The text was updated successfully, but these errors were encountered: