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

store dataset metadata differently #201

Open
rompetroll opened this issue Feb 6, 2023 · 0 comments
Open

store dataset metadata differently #201

rompetroll opened this issue Feb 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@rompetroll
Copy link
Contributor

currently, we store metadata about datasets in a special, not exposed dataset, called "core.Dataset".

Since this is a dataset, all changes to entities in it are tracked as dataset changes. this is not interesting data to collect, so we should not store this meta information in a dataset - but rather as separate objects in a system index/key.
This way, we can overwrite the metadata objects as much as we like without building a change history.

@rompetroll rompetroll added the enhancement New feature or request label Feb 6, 2023
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