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

Separate Samples from udt_json storage #8

Open
seveibar opened this issue Jun 30, 2020 · 2 comments
Open

Separate Samples from udt_json storage #8

seveibar opened this issue Jun 30, 2020 · 2 comments

Comments

@seveibar
Copy link
Contributor

Samples should be stored in their own table and versioned independently. This will make #6 and #7 feasible on large datasets.

@seveibar seveibar reopened this Jun 30, 2020
@seveibar
Copy link
Contributor Author

seveibar commented Jun 30, 2020

The table should be called sample_state probably have the following columns:

  • version integer version for tracking changes
  • content Everything except "annotation" in the sample object
  • summary Summarized sample object summary mode implementation #6
  • annotation "annotation" object or null
  • created_at

@seveibar
Copy link
Contributor Author

When this is introduced, the udt_json key should stop storing samples in endpoints.

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

No branches or pull requests

1 participant