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

[dss] scd: inline oir deletion implicit subscription cleanup into CRDB calls #1107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Shastick
Copy link
Contributor

@Shastick Shastick commented Sep 9, 2024

First part of #1059

This pushes down the Go logic added in #1104 into CRDB my means of sub-requests.

The new qualifier scenario checking for implicit sub cleanups succeeds on this PR when ran locally.

@mickmis
Copy link
Contributor

mickmis commented Sep 13, 2024

Doesn't this qualify as relying more on CRDB? Is this acceptable? Also for #1064
cc/ @barroco @BenjaminPelletier

@Shastick
Copy link
Contributor Author

Shastick commented Sep 13, 2024

Doesn't this qualify as relying more on CRDB? Is this acceptable? Also for #1064 cc/ @barroco @BenjaminPelletier

Any storage backend that offers an SQL interface and supports transactions should work with this: subqueries are a feature of the SQL standard and not limited to CRDB.

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

Successfully merging this pull request may close these issues.

2 participants