tubackkhoa / gbif-dataportal

Automatically exported from code.google.com/p/gbif-dataportal
0 stars 1 forks source link

even log download: indicate availability range of log records #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
With increased use of the GBIF data portal, the content of table
gbif_log_message continues to grow. Periodically, old entries have to be
backed up, and removed from the live data portal. The cutoff dates for
removal will be different for the two types of log messages: indexing logs
(only start/begin and messages on the last indexing run should be
maintained), and usage logs (at least the last 12 months, possibly more,
should be maintained). 

On the log download page
(http://data.gbif.org/datasets/provider/57/logs/?resource=&event=3001-3999&logGr
oup=&logLevel=&sd_day=01&sd_month=10&sd_year=2009&ed_day=31&ed_month=10&ed_year=
2009),
it would be helpful for a downloader if the current range of available
records were indicated for both types of records. As this will change every
once in a while, a max() filter on gbif_log_message might be useful.

NB: It is planned for the near future to separate the log message table out
of the portal database, and possibly split into two for the two types of
log messages

Could you describe in detail the suggested enhancement?

Could you provide us with an URL of the page that should include the
enhancement?

Any other comments?

Original issue reported on code.google.com by ah...@gbif.org on 23 Feb 2010 at 3:15