-
Notifications
You must be signed in to change notification settings - Fork 135
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 removing timebucket from messages table #399
Labels
1 - triaged
Tickets that are safe to pick up for contributing in terms of likeliness of being accepted
t:events-by-tag
Milestone
Comments
chbatey
added
help wanted
1 - triaged
Tickets that are safe to pick up for contributing in terms of likeliness of being accepted
labels
Sep 19, 2018
johanandren
changed the title
Consider removing timebukcet from messages table
Consider removing timebucket from messages table
Sep 19, 2018
Does this mean that we would remove it from default table definition, but still look for the column in and adjust statements to if if the column is defined or not? I'm not sure it's worth it? |
This might help for working around the CosmosDB delete problem #764 It should be possible to only have the timebucket in the tag view, created by the tag writer from the timeUuid. |
patriknw
added a commit
that referenced
this issue
Apr 6, 2020
* originally there because of the materialized view * for old table definitions it must be set * would be difficult to remove it entirely from the table because then we would have to maintain two different insert statements depending on if the table defined the column or not, meaning that we would have to do some fake query when starting up to check if the column is defined
patriknw
added a commit
that referenced
this issue
Apr 7, 2020
* originally there because of the materialized view * for old table definitions it must be set * would be difficult to remove it entirely from the table because then we would have to maintain two different insert statements depending on if the table defined the column or not, meaning that we would have to do some fake query when starting up to check if the column is defined
patriknw
added a commit
that referenced
this issue
Apr 7, 2020
* Remove timebucket from clustering column, #399 * originally there because of the materialized view * for old table definitions it must be set * would be difficult to remove it entirely from the table because then we would have to maintain two different insert statements depending on if the table defined the column or not, meaning that we would have to do some fake query when starting up to check if the column is defined * fix CassandraEventUpdateSpec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1 - triaged
Tickets that are safe to pick up for contributing in terms of likeliness of being accepted
t:events-by-tag
Or perhaps just the primary key. It was added for the materialized view eventsByTag impl which we've now removed.
The text was updated successfully, but these errors were encountered: