GNU Astronomy Utilities - Tasks: task #15994, Auto-completion: Cache online...
You are not allowed to post comments on this tracker with your current authentication level.
task #15994: Auto-completion: Cache online dataset columns for astquery
Submitter: | Pedram Ashofteh-Ardakani <pedram> | ||
Submitted: | Wed 23 Jun 2021 10:42:15 AM UTC | ||
Should Start On: | Wed 23 Jun 2021 12:00:00 AM UTC | Should be Finished on: | Wed 23 Jun 2021 12:00:00 AM UTC |
Category: | Development | Priority: | 5 - Normal |
Item Group: | Enhancement | Status: | None |
Privacy: | Public | Percent Complete: | 0% |
Assigned to: | None | Open/Closed: | Open |
Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-06-23 | pedram | Carbon-Copy | - | ![]() |
Added makhlaghi |
I was wondering about a way to speed up the auto-completion process for cases where the script relies on user's bandwidth speed or an internet connection altogether. So, one of the first things that came to mind, was to reuse the data which was downloaded already.
This can be done with storing the dataset column data inside a hidden cache file somewhere inside gnuastro for fast and easy access of 'astquery' and potentially other programs.
I guess the script can check the cached file's age and decide if the cache should be updated.