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

Reprepare all prepared statements in batch speculatively after one is found to be Unprepared #529

Open
wprzytula opened this issue Aug 23, 2022 · 0 comments · May be fixed by #531
Open
Assignees
Labels
enhancement New feature or request performance Improves performance of existing features

Comments

@wprzytula
Copy link
Collaborator

wprzytula commented Aug 23, 2022

Currently, each unprepared statement in a batch causes a full roundtrip to Scylla. We could instead speculatively prepare them all, as there is strong likelihood that once one of them becomes unprepared, the others do too. This could significantly reduce latency in such case.

@wprzytula wprzytula linked a pull request Aug 23, 2022 that will close this issue
6 tasks
@mykaul mykaul added enhancement New feature or request performance Improves performance of existing features labels Feb 6, 2023
@Lorak-mmk Lorak-mmk self-assigned this Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Improves performance of existing features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants