Open chad-earthscope opened 5 years ago
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.
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.