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

Clear prepared statement cache in case of schema change table event #274

Closed

Conversation

sylwiaszunejko
Copy link
Collaborator

Fixes: #261

@sylwiaszunejko
Copy link
Collaborator Author

sylwiaszunejko commented Sep 25, 2024

I see that this type of change was previously added and then removed from upstream, not sure why
Added: d8ea9d6
Removed: apache@32d78ce#diff-6515f1a2f64d91949b3a8dbf406c260e24e551fb470fc9d520cf88d1b05c8090

@sylwiaszunejko
Copy link
Collaborator Author

Instead of this we should disable skipping metadata optimization for SELECT * queries as it is broken and print additional warning that there might be a performance impact when running SELECT * queries

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.

select * queries stop working when you alter table (add 2 new columns)
2 participants