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

Allow stripping away the 1st part of the query pipeline to reduce application size #29762

Open
Tracked by #21894
roji opened this issue Dec 4, 2022 · 0 comments
Open
Tracked by #21894

Comments

@roji
Copy link
Member

roji commented Dec 4, 2022

Until we support dynamic queries (#29760, currently out of scope), the 1st part of the query pipeline will never be invoked in AOT mode. This means we can strip it out to reduce application size. We'd probably do this via a feature switch. This feature switch could be activated automatically when publishing to AOT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants