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

Drop dead code of in-transaction cache after DDL #6818

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Conversation

fantix
Copy link
Member

@fantix fantix commented Feb 12, 2024

The dropped dead code path was never used since:

https://github.com/edgedb/edgedb/pull/641/files#diff-1503bde887dee692dada5bf2b3a8e924233fabc6df2ca972baffe86c2581cf3cR177-R179

After the persistent cache lands, we should add this back.

Queries after DDL in a transaction have been running without cache for
some time, dropping the dead code for now; maybe we will add it back in
the future properly.
@fantix fantix requested a review from elprans February 12, 2024 19:20
@fantix fantix merged commit 017738f into master Feb 12, 2024
23 checks passed
@fantix fantix deleted the in-tx-cache branch February 12, 2024 20:05
aljazerzen pushed a commit that referenced this pull request Mar 13, 2024
Queries after DDL in a transaction have been running without cache for
some time, dropping the dead code for now; maybe we will add it back in
the future properly.
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