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

Consider making export time stamps more granular #8630

Open
landreev opened this issue Apr 20, 2022 · 0 comments
Open

Consider making export time stamps more granular #8630

landreev opened this issue Apr 20, 2022 · 0 comments

Comments

@landreev
Copy link
Contributor

In the current implementation a dataset entity has a single lastexporttime time stamp. Meaning, it's all-or-nothing, a dataset is considered either exported, or not. Seeing how we now support a dozen different metadata formats, this should probably be made more granular. It happens all the time that it's just one specific format that fails to export. So, for the purposes of, for example, serving OAI sets, it would make more sense to be able to select all the datasets for which the OAI_DC, OAI_DDI etc. formats have been successfully exported - but not necessarily ALL of them.

Similarly, under the current scheme whenever we make some change that affects just one metadata format, we tell the installations that a full reexport of all the formats is required. Which feels like quite a waste.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants