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

Add Time dimension to TileDB schema #77

Open
kylemann16 opened this issue Apr 3, 2024 · 0 comments
Open

Add Time dimension to TileDB schema #77

kylemann16 opened this issue Apr 3, 2024 · 0 comments

Comments

@kylemann16
Copy link
Collaborator

Add Time dimension to the TileDB schema. Because of the way we need to use the time traveling abilities of TileDB, we need to group Shatter tasks together in those time slots. This means we need another way to track time. Currently we're using meta data to track that, but it would probably be better to utilize a 3rd dimension for TileDB and add Time there.

This way we can query cells by date, and since we're already requiring that users have a date associated with the Shatter command, we can use that date to ingest the data into TileDB.

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