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

In each database, persist the right Rule and not the whole schema #59

Open
danovaro opened this issue Dec 11, 2024 · 0 comments
Open

In each database, persist the right Rule and not the whole schema #59

danovaro opened this issue Dec 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@danovaro
Copy link
Member

Is your feature request related to a problem? Please describe.

every time we visit a new database, we have to parse the schema and find the matching rule. Now that we have Schema/Rule serialisation, we should persist (and stream, in the case of RemoteFDB) only the correct rule

Describe the solution you'd like

remove the Schema ptr in the Rules
add the ability to extract the Rule, whenever the DB only contains the Schema

Keep the original schema for backward compatibility (at least in a transition phase)

Describe alternatives you've considered

No response

Additional context

No response

Organisation

ECMWF

@danovaro danovaro added the enhancement New feature or request label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant