-
Notifications
You must be signed in to change notification settings - Fork 646
Materialize views for subscriptions #3599
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
base: master
Are you sure you want to change the base?
Conversation
0e43a96 to
8168623
Compare
97436d2 to
028782f
Compare
8168623 to
b0a6942
Compare
028782f to
664577c
Compare
3c5530b to
eadfc38
Compare
| let mut_tx = ScopeGuard::<MutTxId, _>::into_inner(mut_tx); | ||
| let (tx, tx_offset) = self.materialize_views_and_downgrade_tx(mut_tx, &queries, auth.caller)?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to explain why we are doing this in the code.
e1d6e16 to
f2af6fe
Compare
f2af6fe to
223dc20
Compare
fa7a28c to
3383fd5
Compare
3383fd5 to
2c86ee8
Compare
Shubham8287
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM,we should also do the code cleanup to remove module_rx field from ModuleSubscription as we decided to not go with that (works in next PR too).
Description of Changes
This patch:
call_viewon theModuleHost.st_view_subsystem table on both subscribe and unsubscribe.API and ABI breaking changes
None
Expected complexity level and risk
1
Testing
TODO